[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: [ServiceModule] Registration is not done - stop

2005-03-07 Thread Weelink
I moved jboss-service.xml from WEB-INF to META-INF en renamed the jar to .sar. It seems to work now. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869006#3869006 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869006

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1549) utility JARs incorrectly deployed

2005-03-07 Thread Erik Post (JIRA)
utility JARs incorrectly deployed - Key: JBAS-1549 URL: http://jira.jboss.com/jira/browse/JBAS-1549 Project: JBoss Application Server Type: Bug Components: Deployment Service Versions: JBossAS-3.2.7 Final Environment:

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Documentation

2005-03-07 Thread triathlon98
It is wrong again. The beta (?) document (15 pages) is referenced from the project page, but the wiki contains a link to a different 31 page docuement. Joachim View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869016#3869016 Reply to the post :

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - clustering

2005-03-07 Thread triathlon98
Sorry to ask this on the development forum, but I don't see a user forum for remoting. Does JBoss remoting support reaching a cluster? I would like to install a service as a singleton, running on one node of the cluster, but with failover to the other nodes. Is this supported by Jboss

[JBoss-dev] jboss-4.0 build.414 Build Successful

2005-03-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050307055412Lbuild.414 BUILD COMPLETE-build.414Date of build:03/07/2005 05:54:12Time to build:24 minutes 38 secondsLast changed:03/07/2005 05:47:18Last log entry:Allow empty NS but disallow

[JBoss-dev] [Design of Mail Services] - Re: MailStore

2005-03-07 Thread mikezzz
Ok. I will get to work on integrating the message store into the main line. The body of the Mail will become a seperate object (currently it is a List of byte arrays) which will be a proxy to the Store. When I have that done I will modify the hibernate implemenation such that it implements a

[JBoss-dev] [Design of Mail Services] - Re: M2-final release available

2005-03-07 Thread mikezzz
My orginal development with MySQL was using connector 3.1.5-gamma. I have retested with 3.1.7 (final). Much better, bug 8096 is fixed (bug 7745 is still outstanding) and performance is now at acceptable levels. View the original post :

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1550) JDBCEJBQLCompiler generates a non valid query

2005-03-07 Thread Dan Pupaza (JIRA)
JDBCEJBQLCompiler generates a non valid query - Key: JBAS-1550 URL: http://jira.jboss.com/jira/browse/JBAS-1550 Project: JBoss Application Server Type: Bug Components: CMP service Versions: JBossAS-4.0.1 SP1

[JBoss-dev] jboss-head-testsuite build.23 Build Fixed

2005-03-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite?log=log20050307064748Lbuild.23 BUILD COMPLETE-build.23Date of build:03/07/2005 06:47:48Time to build:102 minutes 30 secondsLast changed:03/06/2005 11:14:34Last log entry:Updated javadoc

[JBoss-dev] [Design of JBoss Portal] - Jboss Portal authentication

2005-03-07 Thread marcuspocus
I'm using JBoss 4.0.1 sp1 with JBoss portal 2.0 alpha, on JDK1.5, WinXP pro, 1gig RAM. I'm developping a custom navigation portlet, i can make it work like it's supposed, integrate in portal pages, manage windows states etc, but i can't call RenderRequest.isUserInRole(), because it always

[JBoss-dev] [Design of JBoss Portal] - Re: Jboss Portal authentication

2005-03-07 Thread marcuspocus
This is actual code inside a portlet doEdit() : if(request.getUserPrincipal() != null) { Principal p = request.getUserPrincipal(); getPortletContext().log(UserName : + p.getName());

[JBoss-dev] [JBossCache] - Re: TreeCacheAop Configuration for Synchronous Replication

2005-03-07 Thread [EMAIL PROTECTED]
Are you saying you have two separate xml file to configure the treecacheaop mbean? You can turn on the debug tracing (or set it to DEBUG) to see what it actually does. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869053#3869053 Reply to the post :

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1550) JDBCEJBQLCompiler generates a non valid query

2005-03-07 Thread Alexey Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1550?page=history ] Alexey Loubyansky reassigned JBAS-1550: --- Assign To: Alexey Loubyansky JDBCEJBQLCompiler generates a non valid query - Key:

[JBoss-dev] jboss-4.0 build.415 Build Successful

2005-03-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050307084753Lbuild.415 BUILD COMPLETE-build.415Date of build:03/07/2005 08:47:53Time to build:42 minutes 28 secondsLast changed:03/07/2005 08:34:27Last log entry:JBWS-128 in progress

[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal Webinar

2005-03-07 Thread karanmg
How do i view this from a linux system? Is there an alternate player? Regards, Karan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869055#3869055 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869055

[JBoss-dev] [Design of Mail Services] - Re: M2-final release available

2005-03-07 Thread iwadasn
Guys, why rely on MySQL? It is well known (and well documented) that MySQL is a VERY weak database. For instance, see this link http://benchw.sourceforge.net/benchw_results_open3.html On any meaningful workload (especially with large objects), Postgres is faster, and it's way less buggy.

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-93) Annotations need to be updated to latest EJB spec

2005-03-07 Thread rimmeraj (JIRA)
Annotations need to be updated to latest EJB spec - Key: EJBTHREE-93 URL: http://jira.jboss.com/jira/browse/EJBTHREE-93 Project: EJB 3.0 Type: Bug Versions: Preview 5 Reporter: rimmeraj I have come across

[JBoss-dev] [Design of JBoss Portal] - Re: Jboss Portal authentication

2005-03-07 Thread marcuspocus
Ok, thanks, that'll work for now, but this isn't jsr168 compliant, no? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869071#3869071 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869071

[JBoss-dev] [Design of JCA on JBoss] - Re: Moving Xids from XidFactory to XAManagedConnectionFactor

2005-03-07 Thread [EMAIL PROTECTED]
There are some other places that play with XAResources like the inbound message processing (MessageEndpoint) and the old JMS mdb processing (org.jboss.jms.asf) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869068#3869068 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-07 Thread [EMAIL PROTECTED]
http://localhost:8080/portal/index.html?_id=page.default.helloworld should work fine. I just tested the example on 4.0.1 build from HEAD. What build are you running? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869074#3869074 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - JBoss Portal documentation (Repost)

2005-03-07 Thread [EMAIL PROTECTED]
The documentation has been updated and is available at: http://docs.jboss.org/jbportal/nightly/ What has been updated: - Installation information - Information on how to include existing portlet into JBoss Portal - Security mechanism View the original post :

[JBoss-dev] [Design of JBoss Portal] - Re: Jboss Portal authentication

2005-03-07 Thread [EMAIL PROTECTED]
I believe it is. We are extending the framework to some degree allowing for fine-grained security and tying to JAAS. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869075#3869075 Reply to the post :

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: clustering

2005-03-07 Thread [EMAIL PROTECTED]
This is not currently supported by the core remoting framework. However, this is already being done outside of remoting as an interceptor (that actual implementation is in EJB3, which supports fail over). This will probably become a feature within the remoting project at some point though.

[JBoss-dev] [Design of JCA on JBoss] - Re: Moving Xids from XidFactory to XAManagedConnectionFactor

2005-03-07 Thread spiritualmechanic
Oh. Duh. Yes, of course. An XA resource adapter won't use XAManagedConnectionFactory or XAManagedConnection. They'll have their own implementations. So doing it on the ConnectionListener makes total sense. Thanks. [EMAIL PROTECTED] wrote : On the main point, we don't control/write the

[JBoss-dev] [JBossCache] - Re: problem with bdbje-cacheloader

2005-03-07 Thread [EMAIL PROTECTED]
go ask them, this is not what they told me. Please post the response here (I'm interested too) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869078#3869078 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869078

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1551) Classloader bug (version 3.2.3)

2005-03-07 Thread Bruno Melloni (JIRA)
Classloader bug (version 3.2.3) - Key: JBAS-1551 URL: http://jira.jboss.com/jira/browse/JBAS-1551 Project: JBoss Application Server Type: Bug Environment: All O/S. Tested on WinXP and Linux Reporter: Bruno Melloni Bug did not

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Documentation

2005-03-07 Thread [EMAIL PROTECTED]
Think I found what you are referring to and have fixed it. Now, both the main docs page (http://www.jboss.org/docs/index) and the remoting project page (http://www.jboss.org/products/remoting) point to the proper version of the user guide. Thanks for letting me know. -Tom View the original

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1551) Classloader bug (version 3.2.3)

2005-03-07 Thread Bruno Melloni (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1551?page=history ] Bruno Melloni updated JBAS-1551: Attachment: coA.ear coB.ear The attached EARs may be used to confirm the bug. Note: The ears contain some extra noise. If you wish a pure

[JBoss-dev] [Design of JBoss Portal] - Re: Jboss Portal authentication

2005-03-07 Thread [EMAIL PROTECTED]
No, isUserInRole is JSR168 compliant,if it returns always false, it could be a bug, we are not using that feature, we will look at it. hasPermissions stuff is a JBoss Portal very convenient extension to JSR168 portlets View the original post :

[JBoss-dev] [Design of JCA on JBoss] - Re: Moving Xids from XidFactory to XAManagedConnectionFactor

2005-03-07 Thread [EMAIL PROTECTED]
On the main point, we don't control/write the ManagedConnectionFactory or ManagedConnection. These are application classes. But we do control where these are created and we can wrap them with our own processing, e.g. ConnectionListener wraps ManagedConnection. What we actually want to wrap is

[JBoss-dev] [Design the new POJO MicroContainer] - KernelControllerContext vs. KernelRegistryEntry

2005-03-07 Thread lhazlewood
Hi Adrian, I've checked in all my initial BeanContainer interfaces/implementations and unit tests in to jboss-pojo (system). I've also modified the Kernel stuff to remove the KernelManager and related dependencies. I have a question though. I have an interface called MutableBeanContainer,

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Documentation

2005-03-07 Thread [EMAIL PROTECTED]
Can you give the exact pages that the links are incorrect? If I go to http://www.jboss.org/products/remoting and click the JBossRemoting User Guide link under Documentation head, it loads the final (31 page pdf). Didn't know there was a link off of wiki to the user guide. Can you provide

[JBoss-dev] [Design of JBoss Build System] - Re: need empty project

2005-03-07 Thread [EMAIL PROTECTED]
We don't have an empty project, but we have several populated ones. Do an ls */jbossbuild.xml in jboss-head to see several examples. At this point, the kernel module is probably the best example of what your directory structure and jbossbuild.xml should look like. I'll take a crack at a

[JBoss-dev] [JBoss JIRA] Created: (JBIDE-130) Configure JBoss IDE JSP Editor Fonts

2005-03-07 Thread Guna Alexander (JIRA)
Configure JBoss IDE JSP Editor Fonts Key: JBIDE-130 URL: http://jira.jboss.com/jira/browse/JBIDE-130 Project: JBoss IDE Type: Feature Request Environment: Anyone Reporter: Guna Alexander Assigned to: Marshall Culpepper

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-29) Added URL Service MBean

2005-03-07 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-29?page=comments#action_12315908 ] Scott M Stark commented on JBAS-29: --- Generalize as per the JndiBindingService comments. The input attributes should be the set of jndi bindings with their jndi name, java

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1552) JBoss use wrong version of javax.resource.ResourceException class file

2005-03-07 Thread Manfred Rosenboom (JIRA)
JBoss use wrong version of javax.resource.ResourceException class file -- Key: JBAS-1552 URL: http://jira.jboss.com/jira/browse/JBAS-1552 Project: JBoss Application Server Type: Bug Components:

[JBoss-dev] [Design of JCA on JBoss] - Re: Moving Xids from XidFactory to XAManagedConnectionFactor

2005-03-07 Thread [EMAIL PROTECTED]
First, you shouldn't *remove* the XID padding from the XIDFactory. There are lots of people using that configuration. Instead, it should be deprecated in favour of the new configuration. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869059#3869059 Reply to

[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-130) Configure JSP Editor Fonts

2005-03-07 Thread Guna Alexander (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-130?page=history ] Guna Alexander updated JBIDE-130: - Summary: Configure JSP Editor Fonts (was: Configure JBoss IDE JSP Editor Fonts) Configure JSP Editor Fonts -- Key:

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Documentation

2005-03-07 Thread triathlon98
at http://www.jboss.org/products/list, using the documentation link for JBoss remoting (oops, my description was not very accurate). Joachim View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869088#3869088 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: Portal Build

2005-03-07 Thread [EMAIL PROTECTED]
tnine, you should have also had to copy the remoting jar over. I was in the process of updating the docs, when I noticed this one jar move is missing for 4.0.1AS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869063#3869063 Reply to the post :

[JBoss-dev] [Design of JBoss Portal] - Re: Jboss Portal authentication

2005-03-07 Thread [EMAIL PROTECTED]
To use JBoss Portal permissions, your portlet should extend JBossPortlet. For a simple example, look at org.jboss.portal.core.portlet.role.RolePortlet. You will check for role permissions like this then: req.hasPermission(Admin) View the original post :

[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal Webinar

2005-03-07 Thread [EMAIL PROTECTED]
I don't believe webex supports firefox. Its supposed to run in an applet, but I hear it doesn't work. I will be posting the JBoss World slides soon and flash demo as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869060#3869060 Reply to the post :

[JBoss-dev] [JBossCache] - Synchronizing TreeCache in cluser

2005-03-07 Thread Bill Bejeck
Hi, I need to restrict access to the TreeCache in our cluster to ensure that no two updates will occur on the same node at the same time. Is there a mechinism in TreeCacheAOP that handles this? Or would I have to develop my own locking mechanism from JGroups using a class like

[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-07 Thread karanmg
JBoss Version: 4.0.1sp1(build: CVSTag=JBoss_4_0_1_SP1 date=200502160315) Version Name: Zion Built on: February 16 2005 JVM Version: 1.4.2_06-b03 (Sun Microsystems Inc.) JVM Name: Java HotSpot(TM) Server VM I downloaded the jBoss binaries. The above is what I see on the jBoss Administration

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Documentation

2005-03-07 Thread [EMAIL PROTECTED]
Have fixed the link (was very old). Thank you very much for pointing it out. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869100#3869100 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869100

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Syntax Highlighting

2005-03-07 Thread msowka
Good to Hear :D View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869102#3869102 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869102 --- SF email is sponsored by - The IT

[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-21) GenericBeanFactory

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-21?page=comments#action_12315914 ] Adrian Brock commented on JBMICROCONT-21: - Code created in org.jboss.beans.metadata.plugins.factory.GenericBeanFactory needs some tests. GenericBeanFactory

[JBoss-dev] [Design of JBoss Portal] - Re: Jboss Portal authentication

2005-03-07 Thread [EMAIL PROTECTED]
it is a big in the tomcat/jboss integration. it has been fixed in jboss-4.0.2beta (not out yet but soon). I have had not tested it yet personnally. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869106#3869106 Reply to the post :

[JBoss-dev] [Design the new POJO MicroContainer] - Re: KernelControllerContext vs. KernelRegistryEntry

2005-03-07 Thread [EMAIL PROTECTED]
I don't think I like the idea of a bean going directly into the registry. Although it is certainly possible to implement it that way with the new container, you lose some features. (This is one of the problems with the current JMX micro kernel where MBeans that do not go through the

[JBoss-dev] [Design of JBoss Portal] - Re: custom portlet page

2005-03-07 Thread dhartford
Assuming we are talking about the same GooglePortlet from http://sourceforge.net/projects/portlet-opensrc/, I tried the above and the Reference manual and still getting an issue. Detailed below are the steps I have documented on how to deploy a JSR-168 portlet to Jboss Portals (using

[JBoss-dev] jboss-head-jdk-matrix build.85 Build Successful

2005-03-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050307124123Lbuild.85 BUILD COMPLETE-build.85Date of build:03/07/2005 12:41:23Time to build:78 minutes 52 secondsLast changed:03/07/2005 11:45:57Last log entry:JBREM-36 - changed

[JBoss-dev] [Design of JBoss Portal] - Re: custom portlet page

2005-03-07 Thread [EMAIL PROTECTED]
Yes. I played around with some of the free portlets on there. Overall, they tend to suck. However, the googleportlet is probably the only one I got to work. In the portlet.xml for googleportlet, change the locale to read this: supported-localeen/supported-locale I think they have something else

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-105) Please make the proper configuration document of BOSS Cache

2005-03-07 Thread Amit Bansal (JIRA)
Please make the proper configuration document of BOSS Cache --- Key: JBCACHE-105 URL: http://jira.jboss.com/jira/browse/JBCACHE-105 Project: JBoss Cache Type: Support Patch Environment: JBOSS Cache

[JBoss-dev] [Design of JBoss Portal] - Re: Jboss Portal authentication

2005-03-07 Thread marcuspocus
Ahhh!!! That's more like it... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869117#3869117 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869117 --- SF email is

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1552) JBoss use wrong version of javax.resource.ResourceException class file

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1552?page=history ] Adrian Brock updated JBAS-1552: --- Fix Version: JBossAS-4.0.2 Final Generalize this task to check all classes in the j2ee module that are serializable agree with Sun's serialVersionUUIDs from

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1553) Update the JAAS login module base class password mapping options

2005-03-07 Thread Scott M Stark (JIRA)
Update the JAAS login module base class password mapping options Key: JBAS-1553 URL: http://jira.jboss.com/jira/browse/JBAS-1553 Project: JBoss Application Server Type: Feature Request Components:

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1547) Session.unsubscribe does not clear JMS messages from the database

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1547?page=history ] Adrian Brock updated JBAS-1547: --- Assign To: Adrian Brock Fix Version: JBossAS-4.0.2RC1 Session.unsubscribe does not clear JMS messages from the database

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1543) ClusteredHttpSession doesn't retrieve Cluster Partition name from SystemPropertiesService

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1543?page=history ] Adrian Brock closed JBAS-1543: -- Resolution: Rejected .sar files are deployed before -service.xml files Put your system property config at the top of conf/jboss-service.xml to ensure it is

[JBoss-dev] [JBoss JIRA] Closed: (JBMAIL-32) Bounced mails reuse mime type and produce invalid mails

2005-03-07 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-32?page=history ] Kabir Khan closed JBMAIL-32: Resolution: Done UPdated to always set Content-Type to text/plain Bounced mails reuse mime type and produce invalid mails

[JBoss-dev] jboss-3.2-jdk-matrix build.71 Build Successful

2005-03-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050307145657Lbuild.71 BUILD COMPLETE-build.71Date of build:03/07/2005 14:56:57Time to build:58 minutes 43 seconds Unit Tests: (0) Total

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1541) Clients hang if UIL2 server process is in unclear state

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1541?page=history ] Adrian Brock updated JBAS-1541: --- Fix Version: JBossAS-4.0.2 Final Clients hang if UIL2 server process is in unclear state ---

[JBoss-dev] [JBossCache] - NestedRuntimeException

2005-03-07 Thread amitb.in
Hello, in case of cachemode REPL_ASYNC and REPL_SYNC...when i m putting 5000 values in cache then in between i m getting this error everytime and then program breaks. but in case of cachemode LOCAL i m not getting any error and performance is excellent in that case. but in case of

[JBoss-dev] [Design of JBoss Portal] - Re: custom portlet page

2005-03-07 Thread dhartford
wow, good call Roy! That change in the locale fixed the deployment problem with the GooglePortlet. Now I've progressed to the below error (abbreviated): 16:38:22,438 ERROR [Engine] StandardWrapperValve[PortletServlet]: Servlet.service() for servlet PortletServlet threw exc | eption |

[JBoss-dev] [Design of JBoss Portal] - Re: custom portlet page

2005-03-07 Thread [EMAIL PROTECTED]
dhartford wrote : I've seen this error with both the GooglePortlet discussed on this thread, as well as the HelloWorld jboss portlet example (as setup from those instructions). | This is usually do to a bad xml descriptor. Email me a zip of the war, and I'll see whats going on. I know that

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-105) Please make the proper configuration document of BOSS Cache

2005-03-07 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-105?page=history ] Bela Ban resolved JBCACHE-105: -- Assign To: Amit Bansal (was: Bela Ban) Resolution: Rejected The doc is more than sufficient Please make the proper configuration document of BOSS

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Javadocs?

2005-03-07 Thread keyurva
Is there a central website for all of JBoss' Javadocs - particularly for the JMX / Microkernel? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869126#3869126 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869126

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: Javadocs?

2005-03-07 Thread keyurva
Sorry - just read that this forum is not for user questions. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869127#3869127 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869127

[JBoss-dev] [Design of Management Features on JBoss] - Javadocs?

2005-03-07 Thread keyurva
Is there a central website for all of JBoss' Javadocs - particularly for the JMX / Microkernel? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869128#3869128 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869128

[JBoss-dev] jboss-4.0 build.416 Build Successful

2005-03-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050307163312Lbuild.416 BUILD COMPLETE-build.416Date of build:03/07/2005 16:33:12Time to build:28 minutes 7 secondsLast changed:03/07/2005 16:15:26Last log entry:Done JBWS-128 Cannot load

[JBoss-dev] [JBossCache] - Re: TreeCacheAop Configuration for Synchronous Replication

2005-03-07 Thread monocongo
Yes I was very confused and was configuring the TreeCache in one deployment descriptor (syncRepl.xml) and the TreeCacheAop in another (jboss-service.xml), since I assumed this was how things worked based on the various documents I've found on this topic (these documents don't seem to be

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1547) Session.unsubscribe does not clear JMS messages from the database

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1547?page=history ] Adrian Brock updated JBAS-1547: --- Attachment: Client.java Simplied version of test Session.unsubscribe does not clear JMS messages from the database

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1547) Session.unsubscribe does not clear JMS messages from the database

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1547?page=history ] Adrian Brock updated JBAS-1547: --- Attachment: server.log Log from test Session.unsubscribe does not clear JMS messages from the database

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1547) Session.unsubscribe does not clear JMS messages from the database

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1547?page=comments#action_12315934 ] Adrian Brock commented on JBAS-1547: Your test is unusable as it stands since it includes references to code you have not posted. Attached is a simplified version of the

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1547) Session.unsubscribe does not clear JMS messages from the database

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1547?page=history ] Adrian Brock updated JBAS-1547: --- Fix Version: (was: JBossAS-4.0.2RC1) Session.unsubscribe does not clear JMS messages from the database

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1547) Session.unsubscribe does not clear JMS messages from the database

2005-03-07 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1547?page=history ] Adrian Brock closed JBAS-1547: -- Resolution: Incomplete Description Please reopen this bug report with either a modified Client.java test that reproduces the problem and I can run or some

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1535) PK Constraint name for Datbase Derby to long

2005-03-07 Thread jae (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1535?page=comments#action_12315937 ] jae commented on JBAS-1535: --- this is also an issue for DB2 users and occurs in the 3.x series as well. PK Constraint name for Datbase Derby to long

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-93) Annotations need to be updated to latest EJB spec

2005-03-07 Thread Juha Lindfors (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-93?page=history ] Juha Lindfors updated EJBTHREE-93: -- Attachment: Interceptors.diff Interceptors definition does not match the current Draft 2 version of the EJB3 spec. 10.9 Interceptors @Target({TYPE})

[JBoss-dev] jboss-head build.846 Build Successful

2005-03-07 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050307174308Lbuild.846 BUILD COMPLETE-build.846Date of build:03/07/2005 17:43:08Time to build:25 minutes 45 secondsLast changed:03/07/2005 16:59:30Last log entry:JBREM-36 - removed unused

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-44) reply to a partner link (11.4)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-44?page=history ] Alejandro Guzar updated JBPM-44: - Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) Fix Version: jBPM 3.0 BPEL extension alpha 1

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-61) separate variable instances from their definitions

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-61?page=history ] Alejandro Guzar updated JBPM-61: - Remaining Estimate: (was: 0) Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) Fix

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-43) receive from a partner link (11.4)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-43?page=history ] Alejandro Guzar updated JBPM-43: - Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) Fix Version: jBPM 3.0 BPEL extension alpha 1

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-42) deliver/return messages to/from process instances

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-42?page=history ] Alejandro Guzar updated JBPM-42: - Remaining Estimate: (was: 0) Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) deliver/return

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-41) read a soap body element into a wsdl message infoset, and vice-versa

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-41?page=history ] Alejandro Guzar updated JBPM-41: - Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) Fix Version: jBPM 3.0 BPEL extension alpha 1

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-41) read a soap body element into a wsdl message infoset, and vice-versa

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-41?page=history ] Alejandro Guzar updated JBPM-41: - Environment: saaj, w3c dom (was: jbossws, dom4j) read a soap body element into a wsdl message infoset, and vice-versa

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-40) expose the process as a web service

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-40?page=history ] Alejandro Guzar updated JBPM-40: - Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) Fix Version: jBPM 3.0 BPEL extension alpha 1

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-40) expose the process as a web service

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-40?page=history ] Alejandro Guzar updated JBPM-40: - Environment: ws4ee, dom (was: jax-rpc, ws4ee, dom) expose the process as a web service --- Key: JBPM-40

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-40) expose the process as a web service

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-40?page=history ] Alejandro Guzar updated JBPM-40: - Environment: ws4ee, w3c dom (was: ws4ee, dom) expose the process as a web service --- Key: JBPM-40 URL:

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-34) encapsulate xpath expressions along with their evaluation context

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-34?page=history ] Alejandro Guzar updated JBPM-34: - Environment: dom, jaxen (was: dom4j, jaxen) Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) Fix Version: jBPM

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-39) bpel web service production

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-39?page=history ] Alejandro Guzar updated JBPM-39: - Environment: ws4ee, w3c dom, saaj, jms (was: ws4ee, jax-rpc, dom, jaxen) bpel web service production --- Key: JBPM-39

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-33) mantain correlation sets in the context instance (10.2)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-33?page=history ] Alejandro Guzar updated JBPM-33: - Description: Mantain correlation sets in the jpbm context instance; follow the representation proposed in the BPELJ white paper, section BPEL Correlations

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-22) mantain bpel variables with xml types (9.2)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-22?page=history ] Alejandro Guzar updated JBPM-22: - Fix Version: jBPM 3.0 BPEL extension alpha 1 mantain bpel variables with xml types (9.2) --- Key: JBPM-22

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-24) assignment to arbitrary locations in variables (9.3)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-24?page=history ] Alejandro Guzar updated JBPM-24: - Fix Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) assignment to arbitrary locations in variables (9.3)

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-32) manipulate properties occuring in variables (8.2, 9.1, 9.3)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-32?page=history ] Alejandro Guzar updated JBPM-32: - Fix Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) manipulate properties occuring in variables (8.2, 9.1, 9.3)

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-23) evaluate variable-aware expressions (9.1)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-23?page=history ] Alejandro Guzar updated JBPM-23: - Fix Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) evaluate variable-aware expressions (9.1)

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-22) mantain bpel variables with xml types (9.2)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-22?page=history ] Alejandro Guzar updated JBPM-22: - Environment: w3c dom (was: dom4j) Remaining Estimate: (was: 0) Version: jBPM 3.0 BPEL extension alpha 1

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-31) bpel message properties and correlation

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-31?page=history ] Alejandro Guzar updated JBPM-31: - Description: Environment: w3c dom, jaxen (was: dom4j, jaxen) Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1)

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-32) manipulate properties occuring in variables (8.2, 9.1, 9.3)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-32?page=history ] Alejandro Guzar updated JBPM-32: - Environment: w3c dom, jaxen, jwsdl (was: ) Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) manipulate properties

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-24) assignment to arbitrary locations in variables (9.3)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-24?page=history ] Alejandro Guzar updated JBPM-24: - Remaining Estimate: (was: 0) Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) assignment to

[JBoss-dev] [JBoss JIRA] Updated: (JBPM-23) evaluate variable-aware expressions (9.1)

2005-03-07 Thread Alejandro Guzar (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-23?page=history ] Alejandro Guzar updated JBPM-23: - Environment: w3c dom, jaxen (was: dom4j, jaxen) Version: jBPM 3.0 BPEL extension alpha 1 (was: jBPM 3.0 alpha 1) evaluate

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: What to work on

2005-03-07 Thread [EMAIL PROTECTED]
So nice of you to pitch in! The Messaging Core (even it it can use a lot of refactoring and addition of new features) is not the highest priority right now. The critical part, at this moment, is the JMS facade. Once it is done, it will allow us to release an alpha, which people can download

  1   2   >