You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(157) |
May
(789) |
Jun
(608) |
Jul
(554) |
Aug
(868) |
Sep
(654) |
Oct
(994) |
Nov
(803) |
Dec
(982) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(1006) |
Feb
(1054) |
Mar
(1345) |
Apr
(1305) |
May
(1392) |
Jun
(1016) |
Jul
(265) |
Aug
(1) |
Sep
(8) |
Oct
(9) |
Nov
(8) |
Dec
(19) |
2007 |
Jan
(20) |
Feb
(10) |
Mar
(20) |
Apr
(8) |
May
(4) |
Jun
(1) |
Jul
(6) |
Aug
(3) |
Sep
(6) |
Oct
(12) |
Nov
(7) |
Dec
(13) |
2008 |
Jan
(5) |
Feb
(4) |
Mar
(34) |
Apr
(32) |
May
(22) |
Jun
(21) |
Jul
(30) |
Aug
(18) |
Sep
(30) |
Oct
(23) |
Nov
(86) |
Dec
(51) |
2009 |
Jan
(25) |
Feb
(26) |
Mar
(34) |
Apr
(47) |
May
(38) |
Jun
(25) |
Jul
(36) |
Aug
(9) |
Sep
(8) |
Oct
(10) |
Nov
(4) |
Dec
(17) |
2010 |
Jan
(7) |
Feb
(9) |
Mar
(26) |
Apr
(49) |
May
(52) |
Jun
(48) |
Jul
(39) |
Aug
(27) |
Sep
(9) |
Oct
(14) |
Nov
(7) |
Dec
(10) |
2011 |
Jan
(12) |
Feb
(9) |
Mar
(17) |
Apr
(33) |
May
(39) |
Jun
(36) |
Jul
(29) |
Aug
(26) |
Sep
(29) |
Oct
(38) |
Nov
(35) |
Dec
(27) |
2012 |
Jan
(20) |
Feb
(34) |
Mar
(29) |
Apr
(33) |
May
(45) |
Jun
(46) |
Jul
(50) |
Aug
(35) |
Sep
(55) |
Oct
(68) |
Nov
(79) |
Dec
(45) |
2013 |
Jan
(67) |
Feb
(20) |
Mar
(55) |
Apr
(52) |
May
(25) |
Jun
(25) |
Jul
(34) |
Aug
(27) |
Sep
(21) |
Oct
(21) |
Nov
(19) |
Dec
(12) |
2014 |
Jan
(10) |
Feb
(8) |
Mar
(13) |
Apr
(18) |
May
(36) |
Jun
(26) |
Jul
(17) |
Aug
(19) |
Sep
(13) |
Oct
(8) |
Nov
(7) |
Dec
(5) |
2015 |
Jan
(11) |
Feb
(2) |
Mar
(13) |
Apr
(15) |
May
(7) |
Jun
(2) |
Jul
(4) |
Aug
(3) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
(1) |
2016 |
Jan
(3) |
Feb
(5) |
Mar
(19) |
Apr
(34) |
May
(9) |
Jun
(10) |
Jul
(5) |
Aug
(10) |
Sep
(5) |
Oct
(11) |
Nov
(19) |
Dec
(7) |
2017 |
Jan
(4) |
Feb
(4) |
Mar
(8) |
Apr
(5) |
May
(12) |
Jun
(5) |
Jul
(11) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
From: kachingkazoo <nu...@jb...> - 2005-07-19 20:12:17
|
Hi all, I ran into a problem about generating classes from a wsdl file at work. I was given a wsdl, and I need to build a server that agrees with that wsdl. However, there are some classes (complexType) that are derived from others. Those classes are not referred directly or indirectly by other entities, and didn't get generated. Example: ParameterGroup extends from another class, and is referred by the input message, so it got generated. But not ParameterGroupSelectable. Is there anyway I can force the derived classes to be generated in Jboss? Below is the wscompile entry in my build-wscompile.xml: Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885535#3885535 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885535 |
From: adamw <nu...@jb...> - 2005-07-19 19:47:06
|
Hello, I tried to enable loadtime transformations using AOP 1.3 and JDK 5, and made it work only after I changed: <mbean code="org.jboss.aop.deployment.AspectManagerService" to: <mbean code="org.jboss.aop.deployment.AspectManagerServiceJDK5" Shouldn't it be like that in the distribution package? I did everything as it is in the manauls, e.g. copied the -jdk50.deployer, changed EnableLoadtimeWeaving to true and added -javaagent:pluggable-instrumentor.jar. Cheers, Adam View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885528#3885528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885528 |
From: mholzner <nu...@jb...> - 2005-07-19 17:58:52
|
yes, every page can have its own layout. you can set the layout as a property of the page in the -pages.xml or -portal.xml example: | pages> | <portal-name>default</portal-name> | <page> | <page-name>zengarden</page-name> | <layout-name>zenLayout</layout-name> | <window> | <window-name>ZenIntroWindow</window-name> <instance-ref>/zengarden.ZenIntro.ZenIntroInstance</instance-ref> | .... | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885515#3885515 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885515 |
From: sklop <nu...@jb...> - 2005-07-19 17:33:59
|
Is it possible to have pages with a portal use different layouts? If not, is there anything to look out for when creating links between pages in different portals? Thanks in advanced View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885514#3885514 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885514 |
From: terryxian <nu...@jb...> - 2005-07-19 17:13:04
|
I am using oracle9i, jboss4.0.2 and the kit you provide to setup SPECappServer2004 but got the following errors. It seems it cannot load org.jboss.webservice.server.ServiceEndpointInterceptor interceptor. I double checked the jboss-Oracle-run.properties. All entried are configured correctly. How to fix this problem? Thanks. ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /usr/java/jboss-4.0.2 JAVA: /usr/java/j2sdk1.4.2_05_org/bin/java JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh CLASSPATH: /usr/java/jboss-4.0.2/bin/run.jar:/usr/java/j2sdk1.4.2_05_org/lib/tools.jar ========================================================================= 19:50:09,895 INFO [Server] Starting JBoss (MX MicroKernel)... 19:50:09,897 INFO [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023) 19:50:09,898 INFO [Server] Home Dir: /usr/java/jboss-4.0.2 19:50:09,898 INFO [Server] Home URL: file:/usr/java/jboss-4.0.2/ 19:50:09,898 INFO [Server] Library URL: file:/usr/java/jboss-4.0.2/lib/ 19:50:09,900 INFO [Server] Patch URL: null 19:50:09,901 INFO [Server] Server Name: specj 19:50:09,901 INFO [Server] Server Home Dir: /usr/java/jboss-4.0.2/server/specj 19:50:09,901 INFO [Server] Server Home URL: file:/usr/java/jboss-4.0.2/server/specj/ 19:50:09,902 INFO [Server] Server Data Dir: /usr/java/jboss-4.0.2/server/specj/data 19:50:09,902 INFO [Server] Server Temp Dir: /usr/java/jboss-4.0.2/server/specj/tmp 19:50:09,902 INFO [Server] Server Config URL: file:/usr/java/jboss-4.0.2/server/specj/conf/ 19:50:09,902 INFO [Server] Server Library URL: file:/usr/java/jboss-4.0.2/server/specj/lib/ 19:50:09,903 INFO [Server] Root Deployment Filename: jboss-service.xml 19:50:09,908 INFO [Server] Starting General Purpose Architecture (GPA)... 19:50:10,609 INFO [ServerInfo] Java version: 1.4.2_05,Sun Microsystems Inc. 19:50:10,609 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.4.2_05-b04,Sun Microsystems Inc. 19:50:10,610 INFO [ServerInfo] OS-System: Linux 2.6.9-1.667smp,i386 19:50:11,441 INFO [Server] Core system initialized 19:50:14,187 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml 19:50:14,372 INFO [WebService] Using RMI server codebase: http://pcp060370pcs.unl.edu:8083/ 19:50:14,569 INFO [NamingService] Started jndi bootstrap jnpPort=1100, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076 19:50:18,407 INFO [Embedded] Catalina naming disabled 19:50:19,569 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080 19:50:19,573 INFO [Catalina] Initialization processed in 1041 ms 19:50:19,577 INFO [StandardService] Starting service jboss.web 19:50:19,585 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.9 19:50:19,660 INFO [StandardHost] XML validation disabled 19:50:19,716 INFO [Catalina] Server startup in 143 ms 19:50:19,982 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/usr/java/jboss-4.0.2/server/specj/deploy/jbossweb-tomcat55.sar/ROOT.war/ 19:50:21,053 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined 19:50:23,095 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=file:/usr/java/jboss-4.0.2/server/specj/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ 19:50:26,362 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/usr/java/jboss-4.0.2/server/specj/deploy/jboss-local-jdbc.rar 19:50:26,524 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/usr/java/jboss-4.0.2/server/specj/deploy/jboss-xa-jdbc.rar 19:50:26,800 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/usr/java/jboss-4.0.2/server/specj/deploy/jms/jms-ra.rar 19:50:27,671 INFO [ConnectionFactoryBindingService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=JmsXA,service=ConnectionFactoryBinding to JNDI name 'java:JmsXA' 19:50:28,237 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=SpecjDS,service=DataSourceBinding to JNDI name 'java:SpecjDS' 19:50:28,381 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=DefaultDS,service=DataSourceBinding to JNDI name 'java:DefaultDS' 19:50:30,012 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=SpecjJMSDS,service=DataSourceBinding to JNDI name 'java:SpecjJMSDS' 19:50:30,753 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093 19:50:30,878 INFO [DLQ] Bound to JNDI name: queue/DLQ 19:50:30,900 INFO [LargeOrderQueue] Bound to JNDI name: queue/LargeOrderQueue 19:50:30,916 INFO [ReceiveQueue] Bound to JNDI name: queue/ReceiveQueue 19:50:30,941 INFO [BuyerQueue] Bound to JNDI name: queue/BuyerQueue 19:50:30,961 INFO [FulfillOrderQueue] Bound to JNDI name: queue/FulfillOrderQueue 19:50:30,982 INFO [TestQueue] Bound to JNDI name: queue/TestQueue 19:50:31,412 INFO [EjbModule] Deploying TestSessionEJB 19:50:31,544 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:31,587 INFO [EjbModule] Deploying MDBSimpleListener 19:50:32,354 INFO [EJBDeployer] Deployed: file:/usr/java/jboss-4.0.2/server/specj/deploy/jboss-specj-tests.jar 19:50:32,593 INFO [TomcatDeployer] deploy, ctxPath=/jboss-specj-tests, warUrl=file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45393jboss-specj-tests.war/ 19:50:32,895 INFO [WebappClassLoader] validateJarFile(/usr/java/jboss-4.0.2/server/specj/./tmp/deploy/tmp45393jboss-specj-tests.war/WEB-INF/lib/servletapi-2.3.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class 19:50:33,066 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/usr/java/jboss-4.0.2/server/specj/deploy/jmx-console.war/ 19:50:33,381 INFO [EARDeployer] Init J2EE application: file:/usr/java/jboss-4.0.2/server/specj/deploy/SPECjAppServer.ear 19:50:34,828 INFO [EjbModule] Deploying CustomerEnt 19:50:34,978 INFO [EjbModule] Deploying CustomerInventoryEnt 19:50:35,018 INFO [EjbModule] Deploying CorpAuditSes 19:50:35,196 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:35,198 INFO [EjbModule] Deploying CustomerSes 19:50:35,210 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:36,231 INFO [EjbModule] Deploying AssemblyEnt 19:50:36,246 INFO [EjbModule] Deploying BomEnt 19:50:36,259 INFO [EjbModule] Deploying ComponentEnt 19:50:36,272 INFO [EjbModule] Deploying PartEnt 19:50:36,285 INFO [EjbModule] Deploying WorkOrderEnt 19:50:36,298 INFO [EjbModule] Deploying LargeOrderEnt 19:50:36,313 INFO [EjbModule] Deploying InventoryEnt 19:50:36,326 INFO [EjbModule] Deploying LargeOrderSes 19:50:36,343 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:36,344 INFO [EjbModule] Deploying WorkOrderSes 19:50:36,356 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:36,357 INFO [EjbModule] Deploying MfgAuditSes 19:50:36,375 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:36,377 INFO [EjbModule] Deploying LargeOrderMDB 19:50:36,393 INFO [EjbModule] Deploying ReceiveMDB 19:50:37,308 INFO [EjbModule] Deploying OrderLineEnt 19:50:37,342 INFO [EjbModule] Deploying ItemEnt 19:50:37,356 INFO [EjbModule] Deploying OrderEnt 19:50:37,373 INFO [EjbModule] Deploying OrderSes 19:50:37,397 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:37,398 INFO [EjbModule] Deploying OrderAuditSes 19:50:37,410 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:37,411 INFO [EjbModule] Deploying ItemBrowserSes 19:50:37,524 INFO [EjbModule] Deploying FulfillOrderMDB 19:50:38,232 INFO [EjbModule] Deploying SupplierEnt 19:50:38,245 INFO [EjbModule] Deploying SupplierCompEnt 19:50:38,269 INFO [EjbModule] Deploying SComponentEnt 19:50:38,282 INFO [EjbModule] Deploying POEnt 19:50:38,303 INFO [EjbModule] Deploying POLineEnt 19:50:38,316 INFO [EjbModule] Deploying ReceiverSes 19:50:38,347 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:38,348 INFO [EjbModule] Deploying SupplierAuditSes 19:50:38,360 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:38,361 INFO [EjbModule] Deploying BuyerMDB 19:50:38,935 INFO [EjbModule] Deploying SequenceEnt 19:50:38,948 INFO [EjbModule] Deploying SequenceSes 19:50:38,994 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 19:50:41,828 INFO [EJBDeployer] Deployed: file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45394SPECjAppServer.ear-contents/corp.jar 19:50:43,620 INFO [EJBDeployer] Deployed: file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45394SPECjAppServer.ear-contents/mfg.jar 19:50:45,246 INFO [EJBDeployer] Deployed: file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45394SPECjAppServer.ear-contents/orders.jar 19:50:45,712 INFO [Server] JBoss SHUTDOWN: Undeploying all packages 19:50:45,779 INFO [EJBDeployer] Undeploying: file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45394SPECjAppServer.ear-contents/util.jar 19:50:45,812 INFO [EJBDeployer] Undeploying: file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45394SPECjAppServer.ear-contents/supplier.jar 19:50:45,814 INFO [EJBDeployer] Undeploying: file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45394SPECjAppServer.ear-contents/orders.jar 19:50:46,089 INFO [EJBDeployer] Undeploying: file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45394SPECjAppServer.ear-contents/mfg.jar 19:50:46,225 INFO [EJBDeployer] Undeploying: file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45394SPECjAppServer.ear-contents/corp.jar 19:50:46,264 INFO [EJBDeployer] Deployed: file:/usr/java/jboss-4.0.2/server/specj/tmp/deploy/tmp45394SPECjAppServer.ear-contents/supplier.jar 19:50:46,548 INFO [EjbModule] Undeployed SequenceSes 19:50:46,566 ERROR [EntityContainer] Starting failed EntityContainer java.lang.NullPointerException View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885510#3885510 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885510 |
From: malinims <nu...@jb...> - 2005-07-19 10:16:02
|
Hello all, I am running Specj2002 with jboss/mysql on my HP-UX .Basically i want to know what configurations i can do with specj.It has a run.properties file which has tuning parameters like triggerTime,runOrderEntry,runMfg and many.But i am not aware how to edit it and how these values will affect the performace.Is there any restrictions on those values.To achieve a high performance and max stress to my server,how can i edit these values. any doc link or pointers will definitely help. Thanks Malini View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885434#3885434 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885434 |
From: <dim...@jb...> - 2005-07-19 08:22:09
|
Another workaround I was using, is to explicitly set the jboss classpath and the mbeanserver builder in a batch file (like what Main and ServerLoader would do), so only one mbeanserver gets created (the platform one). I've added that as a subtask to the case: http://jira.jboss.com/jira/browse/JBAS-2028 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885420#3885420 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885420 |
From: yxyang <nu...@jb...> - 2005-07-19 04:31:49
|
Hi I read the topics in this forum. I am still confused about what is the final target to acheive for IPC. I think there are two possible scopes: (1)One portlet emits IPC message to affect the rendering of other portlet (2)One portlet invokes methods defined in other portlets. I think someone already proposal to use the second way by defining something like ejb-ref in the portlet.xml. Why not try to use session message? E.g,. for portlets which would like to receive IPC message, it only need to use getAttribute("some specific url to the portlet instance" ,PortletSession.APPLICATION_SCOPE). For portlets need to pass message to other portlets, it only need to set correct session attribute. Does this way work? regards Yang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885389#3885389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885389 |
From: <rya...@jb...> - 2005-07-19 04:08:06
|
Features: + stderr & stdout logged to server/config/log/output.log and server/config/log/error.log. + A shutdown hook is registered with the VM to kill remaining jboss instances on shutdown. + If server does not respond to Shutdown request, the java.lang.Process is destroyed. + Supports nested java task arguments: jvmarg, arg, sysproperty + Core functionality is pure j2se code in test module; no dependencies on Ant or JBoss classes. + I have a schema for configuration with JBossXB, which could allow for shared configurations between the Ant testsuite and an eclipse plugin. However, Ant's xerces is incompatible with JbossXB. TODO: + Replace all start-jboss usage with server:start + Document usage + throw exception if server fails to stop instead of silently destroying process + possbily extend to controlling standalone tomcat instances? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885386#3885386 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885386 |
From: <rya...@jb...> - 2005-07-19 03:53:28
|
I've checked in some ant tasks to give us better control over jboss instances. The basic usage is like this: | <server:config javaHome="${env.JAVA_HOME}" jbossHome="${jboss.dist}"> | <server name="myserver" config="default" host="${node0}"> | <jvmarg value="${jpda.cmdline}" /> | <arg line="someArgument"/> | </server> | <server name="myserver2" config="all" host="${node1}"/> | </server:config> | | <server:start name="myserver"/> | ...some tests... | <server:stop name="myserver"/> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885384#3885384 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885384 |
From: oberon777 <nu...@jb...> - 2005-07-18 20:26:33
|
I think I fixed the problem by using -javaagent. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885343#3885343 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885343 |
From: <rya...@jb...> - 2005-07-18 19:59:39
|
Prakash, You probably have a lower number of tests because the testcases are failing to initialize. These will show up as one failure instead of a failure for each test method. Would you be willing to contribute your results HPUX results to testsuite.jboss.com? If so please contact me. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885339#3885339 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885339 |
From: <sco...@jb...> - 2005-07-18 19:10:19
|
2543 for the 4.0.2 release: http://testsuite.jboss.com/results/resultsSummary.jsp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885333#3885333 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885333 |
From: mikezzz <nu...@jb...> - 2005-07-18 18:55:11
|
Hi, We now have a test suite that (almost) completely passes. The only exceptions at the moment are the db-specific (Oracle and PostgreSQL) store tests (MySQL users should use the Paged Store). To run the tests use 'build run-test' (or './build.sh run-test' on linux). If there is a problem with TLS use 'ant create-key' to create a default key store. The results/junit-noframes.html will contain the results. Cheers, Mike. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885327#3885327 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885327 |
From: <rya...@jb...> - 2005-07-18 15:34:32
|
I have created Repo_Branch_4_0 for this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885299#3885299 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885299 |
From: zoid <nu...@jb...> - 2005-07-18 14:48:43
|
Hello, Is it possible to apply mixins to EJBs that are used remotely? I have a bean FooBean that I want to add features to using a mixin. So I wrote IBarBean and BarBean to implement these features and using an introduction I apply the mixin to FooBean. Now, my problem is that the client accesses FooBean remotely through a Proxy (ClientContainer?) and, even though FooBean implements IBarBean, it seems like the remote proxy doesn't. So when I try to cast the remote proxy into an IBarBean, I get a ClassCastException. I tried to make IFooBean (the interface generated from FooBean by XDoclet, which is implemented by the remote proxy) extend IBarBean but it doesnt't work. So, is it possible to make an interface extend another one using introduction? Or more generally, is it possible to apply a mixin to an EJB that is used remotely? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885291#3885291 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885291 |
From: rogeriopinheiro <nu...@jb...> - 2005-07-18 12:29:09
|
I'm still using jboss 3.2.1 and i have the following problem: i change recently the transaction model of my j2ee application, i change the transaction type of my session facade bean from CMT to BMT, so now when i call some ejbFind method, the container calls many and many times ejbLoad in that bean. server.log file show this stuff and grows and grows abnormaly. someone knows what's is going on? thank's all View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885269#3885269 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885269 |
From: mholzner <nu...@jb...> - 2005-07-18 11:58:50
|
anonymous wrote : A scenario for per window rendering might be that you have a window rendering the navigation (which you always want to get displayed and where you don't want to have any decorations) and another window with news and window decorations, where you will let it up to the user whether to minimize it or not. I would rather put that into a "portlet setting" where the admin and / or user can decide wether to render the portlet with the links for window states and portlet modes or not, when they place the portlet on a page. In other words: it would be a property of the window that decides if there is a maximize link etc. The renderer would be the same, but it would check that window setting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885267#3885267 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885267 |
From: <tho...@jb...> - 2005-07-18 10:09:04
|
So what is the correct modeling of schema contained/referenced from wsdl/types? A) Map<String, List> schemaModels; B) Map<String, XSModel> schemaModels; C) XSModel schemaModel; Option (A) is what we currently have because it is a superset of (B) and (C) Your post suggests if I understand correctly that (B) is correct because each XSModel is associate with a single targetNS and a wsdl may contain/reference multiple schemas with different targetNSs Option (C) seems incorrect because of the above. In case (B) is correct, the WSDL11Reader should make sure that schemaModels is initialized correctly. Taking care of multiple contained/referenced schemas which in turn may contain/reference other schemas. An additional problem is the registry of schema temp file locations that are consumed by jbossxb. This registry is populated at parse time, which does not play well with dynamic schema generation with unconfigured clients. WSDLTypes should be refactored such that it contains the correct schema model that can be modified dynamically. The schema location registry should be removed from WSDLTypes - it should be a seperate entity that is controlled by WS endpoints/clients respectively. This is aiming towards D) Map<String, JBossXSModel> schemaModels; View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885259#3885259 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885259 |
From: <don...@xc...> - 2005-07-18 08:55:28
|
Hi I have just installed the eclipse IDE following the installation instructions explicitly Help/software updates/find and install /jboss I found the IDE insalled it and selected the option to restart eclipse the install seemed to work , but when i try to create a new project JBOSS-IDE/J2EE Project 1.3 or 1.4 I get an error The selected wizard could not be started org.eclipse.jdt.internal.ui.wizards.NewWizardMessages/getString(Ljava/lang/String;)Ljava/lang/String; View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885252#3885252 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885252 |
From: prakashbabu <nu...@jb...> - 2005-07-18 07:08:20
|
Hello all, I am working on HPUX platform. It has three flavors 11.11 PA, 11.23 PA and 11.23 IPF. I have successfully built Jboss on all these 3 platforms. When I run the test suite the success rate is around 98 percentage. The problem is the number of test cases that run varies 11.11 PA - 2447 11.23 PA - 2460 11.23 IPF - 2466 Can some body tell me the cause for this variation ? What is the actual number of unit tests that comes with the testsuite ? Thanks, Prakash View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885240#3885240 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885240 |
From: <ben...@jb...> - 2005-07-18 01:50:45
|
Hany, I have added my comments and updated the doc in cvs as well. Look for BEN. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885220#3885220 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885220 |
From: <ani...@jb...> - 2005-07-17 17:22:47
|
Now that the schema model is described. Let me give a background into what our approach at creating the schema model is for the two tasks: Java -> wsdl and wsdl -> Java. WSDLToJava is an easier process. Use WSDL4J to obtain the WSDL model. It treats schema definitions as an extensibility elements. While parsing the wsdl, we move the schema definitions to temp files and then use XMLSchemaLoader from Xerces schema implementation to parse the various schema definitions. (An issue I have noticed is that the XMLSchemaLoader accepts one schema definition block in a single file. So if there are multiple schema definitions, they should all be moved to different files. Ahh...) By parsing, we have built a single XSModel that represents the target namespace. This XSModel will be plugged into WSDLTypes. Now comes the tricky part, JavaToWSDL was tough because we cannot use the Xerces implementation of the Xerces Schema API because the Xerces team advised us not to use their implementation to create schemas, as the implementation is subject to change. So we were left with no choice but to implement our version of the Xerces Schema API. When we are converting Java types to a wsdl, we know the targetnamespace. We create a XSModel with the targetnamespace and all schema types that are generated by the JavaToXSD subsystem are added to this XSModel. Now the XSModel basically looks at the namespace of the type that is being added and then adds it to the namespaceitem that represents the namespace of the type being added. Positives: - One XSModel that is smart enough to manage the schema model. - Flat model. All we have is namespace items which deal with their types. Negative: Not a lot of information kept in the schema model to serialize it back to schema files. Workaround: JBossXSModel (JBoss implementation of Xerces Schema API) has additional information stored, that will allow us to serialize the schema model back to schema files. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885204#3885204 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885204 |
From: <ani...@jb...> - 2005-07-17 17:13:54
|
I just want to use this forum thread as a means to convey to the web services team as to what the schema model will be, that will be plugged into WSDLTypes. The Xerces Schema API works on a flat model with no hierarchies. It has a single XSModel that is built on targetNamespace. Inside this XSModel, it has something called XSNamespaceItems that are full fledged schemas representing the various namespaces possible. Each of these namespaceitems contain types, elements, attributes pertaining to the namespace the nsi is built for. Lets have a pictorial attempt at explaining this: | XSModel (targetNS) | | | contains | | | | | ---------------------------------------------- | | | | | XSNamespaceItem xsnsi xsnsi | (ns1) (ns2) (ns3) | --------------- ------------- ------------- | | | | | | types attrs types attrs | Explanation continued below: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885202#3885202 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885202 |
From: bdaw <nu...@jb...> - 2005-07-17 15:21:56
|
I have problems with newest nukes sources I'v got nukes from CVSROOT=:pserver:ano...@an...:/cvsroot/jboss | cvs co nukes I have JAVA_HOME and PATH set for jdk1.4_08 JBOSS_HOME pointing to jbossAS-3.2.2 I downloaded javacc from https://javacc.dev.java.net/files/documents/17/686/javacc-3.2.zip and put in nukes/thirdparty/sun-javacc/lib/JavaCC.zip When running /nukes/build/build.sh I'v got: | ~/jboss/nukes/build$ ./build.sh | build.sh: Executing: /home/bdaw/jboss/nukes/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger | Buildfile: build.xml | | _buildmagic:init: | Trying to override old definition of task property | | configure-project: | [echo] groups: default | [echo] modules: common,nukes,bb,downloads,permission,news | | _buildmagic:modules:most: | | ============================================================== | == | == Executing 'most' in module 'common'... | == | == | | configure-defaults: | Overriding previous definition of reference to javac.classpath | | generate-parsers: | [javacc] Exception in thread "main" java.lang.NoClassDefFoundError: COM/sun/labs/javacc/Main | | BUILD FAILED | file:/home/bdaw/jboss/nukes/common/build.xml:141: java failed with return code 1 | Total time: 3 seconds I tried it both on WinXP and fresh installation of Ubuntu. Am I doing something wrong or it's the CVS code problem. Which last version could I use? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885201#3885201 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885201 |