[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-17 Thread [EMAIL PROTECTED]
iwadasn, you are no fun. The script you gave us is outdated as any script that would be manually generated (the database schema changed). That's why it has to be automatically generated. If you are using the sources, you can build the ddl file for ANY database just by typing sh build.sh ddl

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Result of intercepted method

2005-03-17 Thread Ollihak
Hi, I have a little problem, probably easy to solve: If I have a method public boolean mymethod(), that is intercepted by an aspect/interceptor myAspect. Is it possible to find out, after the interceptor has called this method-invocation by InvocationResponse ir = (InvocationResponse)

[JBoss-dev] [JBoss JIRA] Commented: (JBMAIL-6) Develop Fetchmail MBean

2005-03-17 Thread Heiko W. Rupp (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-6?page=comments#action_12316215 ] Heiko W. Rupp commented on JBMAIL-6: I have started with something like this already. I'm not sure when I can go on, as I am still working on

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
Certainly change the 'bean' attribute in the bean element to 'class' :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870513#3870513 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870513

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Can we start writing jms test clients to check compliance wi

2005-03-17 Thread rajdeep_dua
Hi Is the development in a state where jms api client can be written.i thought of start contribution by writing jms 1.1 compliance tests. saw a JMSClient in org.jboss.messaging.jms.tools, but not sure where is it going to pick up the initial context properties from(there is p2p.properties in

[JBoss-dev] [Design of JBoss Profiler] - Re: JBossProfiler version 1.0 RC

2005-03-17 Thread seemat
Hi, I Deployed the jboss-profiler-noAOP.sar in JBoss and included -XrunjbossInspector:f:/arihant,include=com.test,ignore=*,start=com.test In the MBean view I clicked on start , and it gave the following exception 13:10:59,128 WARN [ServiceController] Problem starting service

[JBoss-dev] [Design of JBoss Profiler] - Re: JBossProfiler version 1.0 RC

2005-03-17 Thread seemat
Hi, I Deployed the jboss-profiler-noAOP.sar in JBoss and included -XrunjbossInspector:f:/arihant,include=com.test,ignore=*,start=com.test In the MBean view I clicked on start , and it gave the following exception 13:10:59,128 WARN [ServiceController] Problem starting service

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1591) Throwing InvalidKeyException in business mehtods cause RemoteException

2005-03-17 Thread Richard C. L. Li (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1591?page=comments#action_12316216 ] Richard C. L. Li commented on JBAS-1591: I think the exceptions thrown by the security interceptors should be wrapped by a specialized RuntimeException, then the log

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Can we start writing jms test clients to check complianc

2005-03-17 Thread rajdeep_dua
i was able to run a simple jms api test client with this Properties props = new Properties(); | props.put(java.naming.factory.initial,org.jboss.messaging.util.StandaloneInitialContextFactory); | ctx = new InitialContext(props); please let me know if my writing test

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

2005-03-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050317081044Lbuild.888 BUILD COMPLETE-build.888Date of build:03/17/2005 08:10:44Time to build:14 minutes 55 secondsLast changed:03/17/2005 06:54:51Last log entry:added element type binding

[JBoss-dev] [Design of JBoss Admin Console] - Re: What to work on

2005-03-17 Thread [EMAIL PROTECTED]
I can code: System.out.println(This is a Message); View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870544#3870544 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870544

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
Not strictly a DTD issue but would be nice to able to import classes rather than be forced to use FQN all over the place... that would help a ton. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870547#3870547 Reply to the post :

[JBoss-dev] [Design of JBossXB] - Re: Reusing xml element definitions/bindings

2005-03-17 Thread [EMAIL PROTECTED]
Ok, it seems like I am going to disappoint you. Being a Junior Scientist, I have been doing a lot of research trying to come up with the best unmarshalling metadata/handling model based on your XML snippets and requirements for customizing bindings from different sources including inheritance

[JBoss-dev] [Design of JBossXB] - Re: TypeBinding replacement?

2005-03-17 Thread [EMAIL PROTECTED]
TypeBinding was not added to this version of API. I described current API mess in Reusing xml element definitions/bindings http://www.jboss.org/index.html?module=bbop=viewtopicp=3870549#3870549 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870552#3870552

[JBoss-dev] [Design of Mail Services] - Re: MailListeners and Beanshells

2005-03-17 Thread mikezzz
anonymous wrote : I have some inklings to use AOP for security This is good news. I would like to use AOP for transaction management as the JBoss apects give the same coverage as EJBs. Mike. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870556#3870556

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
Another bastardization of XML but since this was never designed for humans to write anyway As scott says, allow ANY types for things like properties and read in the element name as the property's name directly, so | property name=bindAddress127.0.0.1/property | property

[JBoss-dev] [JBoss JIRA] Commented: (JBMAIL-6) Develop Fetchmail MBean

2005-03-17 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-6?page=comments#action_12316217 ] Andrew Oliver commented on JBMAIL-6: Well its on the docket for M3 which I presently have the final targeted for mid april. S if you commit it in at least

[JBoss-dev] [Design of Mail Services] - Re: MailListeners and Beanshells

2005-03-17 Thread [EMAIL PROTECTED]
Yeah but doesn't using AOP for pluggable security in the mail server feel a bit naughty? Now the naughties thing is that I have thoughts on how to implement almost exactly what we need so far as security goes with a combination of AOP and hibernate 3 filters... However I feel a bit like I'm

[JBoss-dev] [Design of Mail Services] - Re: Default ports and use of SMTP MSA?

2005-03-17 Thread [EMAIL PROTECTED]
Yeah that actually makes sense. I presently have to do ssh tunneling in most hotels. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870562#3870562 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870562

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Result of intercepted method

2005-03-17 Thread [EMAIL PROTECTED]
InvocationResponse is only used by distributed object protocols. invocation.invokeNext() returns the autoboxed form of the return type. so, if the method is: public boolean mymethod() You could typecast invocation.invokeNext(); Object obj = invocation.invokeNext(); Boolean b = (Boolean)obj;

[JBoss-dev] [JBoss JIRA] Updated: (JBMAIL-9) Amend build to (optionally) automatically create database tables using hbm2ddl

2005-03-17 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-9?page=history ] Andrew Oliver updated JBMAIL-9: --- Fix Version: 1.0-M3 Amend build to (optionally) automatically create database tables using hbm2ddl

[JBoss-dev] [JBoss JIRA] Updated: (JBMAIL-8) Hibernate Mailboxes

2005-03-17 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-8?page=history ] Andrew Oliver updated JBMAIL-8: --- Fix Version: 1.0-M3 Hibernate Mailboxes --- Key: JBMAIL-8 URL: http://jira.jboss.com/jira/browse/JBMAIL-8 Project:

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
I've used this pattern in AOP to model user metadata... Only thing is that the metadata becomes invalidatable... Not so important with simple case, but list, map, etc... can be validated. Also, Adrian whats metadata for invoking on a constructor. View the original post :

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1594) ALTER TABLE ADD DEFAULT

2005-03-17 Thread Jesper Pedersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1594?page=history ] Jesper Pedersen updated JBAS-1594: -- Attachment: altertable.patch ALTER TABLE ADD DEFAULT --- Key: JBAS-1594 URL:

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1391) Add support for datasource failover

2005-03-17 Thread Alexey Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1391?page=comments#action_12316221 ] Alexey Loubyansky commented on JBAS-1391: - I was asked to look into this. Wouldn't it be easier to have a logical DataSource that would maintain a list of target

[JBoss-dev] [JBoss JIRA] Updated: (JBMAIL-25) Modify StreamStore to be pluggable MessageStore

2005-03-17 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-25?page=history ] Andrew Oliver updated JBMAIL-25: Version: 1.0-M3 Fix Version: 1.0-M3 Modify StreamStore to be pluggable MessageStore --- Key:

[JBoss-dev] [JBoss JIRA] Updated: (JBMAIL-27) Create build flag to exclude test war

2005-03-17 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-27?page=history ] Andrew Oliver updated JBMAIL-27: Priority: Minor (was: Major) Version: 1.0-M3 Fix Version: 1.0-M3 Create build flag to exclude test war -

[JBoss-dev] [JBoss JIRA] Resolved: (JBMAIL-9) Amend build to (optionally) automatically create database tables using hbm2ddl

2005-03-17 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-9?page=history ] Andrew Oliver resolved JBMAIL-9: Resolution: Rejected not needed per comments Amend build to (optionally) automatically create database tables using hbm2ddl

[JBoss-dev] [JBoss JIRA] Commented: (JBMAIL-36) Support (optional) CRC or long hashkey generation for bodies

2005-03-17 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-36?page=comments#action_12316219 ] Andrew Oliver commented on JBMAIL-36: - Yeah. Support (optional) CRC or long hashkey generation for bodies

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

2005-03-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050317095424Lbuild.440 BUILD COMPLETE-build.440Date of build:03/17/2005 09:54:24Time to build:41 minutes 46 secondsLast changed:03/17/2005 09:46:16Last log entry:removing castor dependency

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-218) Forum user id not bound correctly

2005-03-17 Thread Thomas Heute (JIRA)
Forum user id not bound correctly - Key: JBPORTAL-218 URL: http://jira.jboss.com/jira/browse/JBPORTAL-218 Project: JBoss Portal Type: Bug Components: Forums Versions: 2.0 Beta 1 Reporter: Thomas Heute Assigned to:

[JBoss-dev] [JBossCache] - Fetch state on startup in TreeCacheAOP

2005-03-17 Thread Bill Bejeck
Hi, I am working with TreeCache and TreeCacheAOP. I have both configured with the FetchStateOnStartUp set to true. To test both I start one instance of TreeCache and TreeCacheAOP. In my TreeCacheLogs I see that when I start a second TreeCache it is updated from whatever is in the first

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner src tag

2005-03-17 Thread kaarthik
I am using maven. Doing maven java:compile results in the error message shown below. maven.xml snippet | postGoal name=java:compile | echoRunning AopC/echo | attainGoal name=aopCompile/ | /postGoal | | goal name=aopCompile | taskdef name=aopc

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-218) Forum user id not bound correctly

2005-03-17 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-218?page=history ] Thomas Heute resolved JBPORTAL-218: --- Resolution: Done Fixed and released in jboss-forums-2.0-beta1a Forum user id not bound correctly -

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-42) HTTP Protocol Proxy

2005-03-17 Thread Andrew Oliver (JIRA)
HTTP Protocol Proxy --- Key: JBMAIL-42 URL: http://jira.jboss.com/jira/browse/JBMAIL-42 Project: JBoss Mail Type: Feature Request Components: POP, SMTP Reporter: Andrew Oliver Assigned to: Andrew Oliver Priority: Critical Develop an

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1594) ALTER TABLE ADD DEFAULT

2005-03-17 Thread Jesper Pedersen (JIRA)
ALTER TABLE ADD DEFAULT --- Key: JBAS-1594 URL: http://jira.jboss.com/jira/browse/JBAS-1594 Project: JBoss Application Server Type: Patch Components: CMP service Versions: JBossAS-4.0.2RC1 Environment: SuSE with Sun JDK-1.4+

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-44) SMTP Proxy Servlet

2005-03-17 Thread Andrew Oliver (JIRA)
SMTP Proxy Servlet -- Key: JBMAIL-44 URL: http://jira.jboss.com/jira/browse/JBMAIL-44 Project: JBoss Mail Type: Sub-task Reporter: Andrew Oliver Assigned to: Andrew Oliver Issue to track the SMTP part

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1594) ALTER TABLE ADD DEFAULT

2005-03-17 Thread Jesper Pedersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1594?page=history ] Jesper Pedersen updated JBAS-1594: -- Attachment: altertable-doc.patch ALTER TABLE ADD DEFAULT --- Key: JBAS-1594 URL:

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner src tag

2005-03-17 Thread kaarthik
well...actually, I can get the stack trace...but I dont know how to fix itthe stack trace is | BUILD FAILED | Error running aopc compiler: | at org.jboss.aop.ant.AopC.execute(AopC.java:278) | at org.apache.tools.ant.Task.perform(Task.java:341) | at

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Result of intercepted method

2005-03-17 Thread Ollihak
Thank you Bill, I'll try it out!!! OLLI View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870576#3870576 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870576 --- SF email

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-48) Create support for Mozilla.org's Thunderbird to support SMTP over HTTP

2005-03-17 Thread Andrew Oliver (JIRA)
Create support for Mozilla.org's Thunderbird to support SMTP over HTTP -- Key: JBMAIL-48 URL: http://jira.jboss.com/jira/browse/JBMAIL-48 Project: JBoss Mail Type: Sub-task Reporter: Andrew

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-49) Add support to Mozilla's thunderbird for SMTP over HTTPS

2005-03-17 Thread Andrew Oliver (JIRA)
Add support to Mozilla's thunderbird for SMTP over HTTPS Key: JBMAIL-49 URL: http://jira.jboss.com/jira/browse/JBMAIL-49 Project: JBoss Mail Type: Sub-task Reporter: Andrew Oliver Assigned to: Andrew

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-50) Add support to Mozilla's thunderbird for POP over HTTP

2005-03-17 Thread Andrew Oliver (JIRA)
Add support to Mozilla's thunderbird for POP over HTTP -- Key: JBMAIL-50 URL: http://jira.jboss.com/jira/browse/JBMAIL-50 Project: JBoss Mail Type: Sub-task Reporter: Andrew Oliver Assigned to: Andrew Oliver

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

2005-03-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050317104111Lbuild.889 BUILD COMPLETE-build.889Date of build:03/17/2005 10:41:11Time to build:20 minutes 56 secondsLast changed:03/17/2005 09:52:23Last log entry:first tested runtime

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

2005-03-17 Thread Bruno Melloni (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1551?page=comments#action_12316222 ] Bruno Melloni commented on JBAS-1551: - Isolation of logging is better in 4.0.2RC1, but not perfect. Using EAR-specific log4j.jar, commons-logging.jar and

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

2005-03-17 Thread Bruno Melloni (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1551?page=history ] Bruno Melloni updated JBAS-1551: Attachment: coA.ear coLog4j.xml TestServlet.java Classloader bug (version 3.2.3) -

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: JBossIDE New Extension Wishlists

2005-03-17 Thread reinerka
I would second the opinion on portable XDoclet and Build files. I constantly need to switch machines (Windows/Linux) and it's a real pain to manually assemble the XDoclet/Build scripts. Reiner View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870594#3870594

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

2005-03-17 Thread Bruno Melloni (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1551?page=history ] Bruno Melloni updated JBAS-1551: Attachment: CoConfig.java CoConfig.hbm.xml Classloader bug (version 3.2.3) - Key: JBAS-1551

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1391) Add support for datasource failover

2005-03-17 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1391?page=comments#action_12316223 ] Adrian Brock commented on JBAS-1391: First, it is better to discuss the design in the dev forums. To answer your question Alex, it can be done both ways. The DataSource

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

2005-03-17 Thread Bruno Melloni (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1551?page=history ] Bruno Melloni updated JBAS-1551: Attachment: CoConfigCreateSQL.txt Classloader bug (version 3.2.3) - Key: JBAS-1551 URL:

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-43) check for existing RFCs

2005-03-17 Thread Andrew Oliver (JIRA)
check for existing RFCs --- Key: JBMAIL-43 URL: http://jira.jboss.com/jira/browse/JBMAIL-43 Project: JBoss Mail Type: Sub-task Reporter: Andrew Oliver Assigned to: Andrew Oliver Priority: Minor check for existing RFCs or

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-45) POP subtask

2005-03-17 Thread Andrew Oliver (JIRA)
POP subtask --- Key: JBMAIL-45 URL: http://jira.jboss.com/jira/browse/JBMAIL-45 Project: JBoss Mail Type: Sub-task Reporter: Andrew Oliver Assigned to: Andrew Oliver Task to track the POP proxy for http://jira.jboss.com/jira/browse/JBMAIL-42 --

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1391) Add support for datasource failover

2005-03-17 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1391?page=comments#action_12316225 ] Adrian Brock commented on JBAS-1391: Sean's comment is entirely unrelated to the problem. He is talking about *restarting* JBossMQ with a new DataSource/ConnectionURL

[JBoss-dev] [Design of JBoss Profiler] - Re: JBossProfiler version 1.0 RC

2005-03-17 Thread [EMAIL PROTECTED]
You are hitting the wrong MBean. You were looking at the MBean for the J2EE application. Try this one: http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBeanname=jboss.profiler%3Ambean%3DNative-profiler In the JMX-console list you will see a different one: jboss.profiler

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

2005-03-17 Thread Bruno Melloni (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1551?page=comments#action_12316226 ] Bruno Melloni commented on JBAS-1551: - Note: If you see 2 versions of files, the smaller one corresponds to the minimal version of coA.ear (only log4j.jar, but no use of

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-46) POP Client Proxy

2005-03-17 Thread Andrew Oliver (JIRA)
POP Client Proxy Key: JBMAIL-46 URL: http://jira.jboss.com/jira/browse/JBMAIL-46 Project: JBoss Mail Type: Sub-task Reporter: Andrew Oliver Assigned to: Andrew Oliver The POP client proxy mimic's a real POP Server however it translates the

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-47) SMTP Client Proxy

2005-03-17 Thread Andrew Oliver (JIRA)
SMTP Client Proxy - Key: JBMAIL-47 URL: http://jira.jboss.com/jira/browse/JBMAIL-47 Project: JBoss Mail Type: Sub-task Reporter: Andrew Oliver Assigned to: Andrew Oliver The SMTP client proxy mimic's a real SMTP Server however it translates

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

2005-03-17 Thread Bruno Melloni (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1551?page=comments#action_12316227 ] Bruno Melloni commented on JBAS-1551: - It might be relevant to the troubleshooting to mention that the JARs included in the WAR are log4j, hibernate and supporting JARs,

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1391) Add support for datasource failover

2005-03-17 Thread Alexey Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1391?page=comments#action_12316228 ] Alexey Loubyansky commented on JBAS-1391: - You are right, Adrian. I'll look at your first suggestion. Thanks. Add support for datasource failover

[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-51) Add support to Mozilla's thunderbird for POP over HTTPS

2005-03-17 Thread Andrew Oliver (JIRA)
Add support to Mozilla's thunderbird for POP over HTTPS --- Key: JBMAIL-51 URL: http://jira.jboss.com/jira/browse/JBMAIL-51 Project: JBoss Mail Type: Sub-task Reporter: Andrew Oliver Assigned to: Andrew Oliver

[JBoss-dev] jboss-3.2 build.312 Build Successful

2005-03-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log2005031734Lbuild.312 BUILD COMPLETE-build.312Date of build:03/17/2005 11:11:34Time to build:26 minutes 53 secondsLast changed:03/17/2005 09:36:31Last log entry:reduce debug-trace for

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Does this support nested java beans, or is that the Beans as values item? Also, what about custom object factories based on namespaces? This is an example from head I'm working on for the legacy service descritpor: | I answered this question before didn't I? In my

[JBoss-dev] [Design of JBossXB] - Re: Reusing xml element definitions/bindings

2005-03-17 Thread [EMAIL PROTECTED]
Moved last API testcases to thier own unit testcase | package org.jboss.test.xml; | public class SundayUnitTestCase | Also added first runtime binding testcase (testRtBook) with selective binding customizations. View the original post :

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Not strictly a DTD issue but would be nice to able to import classes rather than be forced to use FQN all over the place... that would help a ton. | I'll have to think about that one. It requires interaction with the classloader which I definitly don't want to do in

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

2005-03-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050317114737Lbuild.93 BUILD COMPLETE-build.93Date of build:03/17/2005 11:47:37Time to build:33 minutes 1 second Unit Tests: (0) Total

[JBoss-dev] [Design of Mail Services] - Re: What I am (not) Looking For In A Java-Based E-mail Serve

2005-03-17 Thread jfrosch
Look, it sounds like you really like JAMES and want to use JAMES, so go use JAMES Tsk Tsk Andy. Just because someone says he likes some design features of a competing piece of software is no reason to be so dismissive. There are things I think I would like about using James, like its

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
The complexity possible in the nesting of bean properties is not evident from the current testcases, and it did not jump out at me that the java configuration of the jbossxb factory supports this. We should define a schema for the xml deployer's supported document syntax. The question to Alexey

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1391) Add support for datasource failover

2005-03-17 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1391?page=comments#action_12316230 ] Adrian Brock commented on JBAS-1391: There is an even more important problem with the DataSource of DataSources approach. Any failover will bypass the transaction

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Can we start writing jms test clients to check complianc

2005-03-17 Thread [EMAIL PROTECTED]
Thank you for your involvement. Yes, we are at the development stage when a JMS API client can be written, or at least, we're very close to that. Please look at the JMS Facade thread http://jboss.org/index.html?module=bbop=viewtopict=61556, you'll see where we are. However, that client

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Also, why not just borrow from the spring property model: | I essentially have the same thing? Certainly the underlying metadata model looks the same. The differencies I see are: 1) I have not description 2) I have no special element for java.util.Properties 3) I

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner src tag

2005-03-17 Thread kaarthik
final update...I copied | classpath id=aop.jboss.classpath | pathelement path=${pom.getDependencyClasspath()}/ | pathelement location=${maven.build.dir}/classes/ | /classpath | under and it WORKED. View the original post :

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2.1 released

2005-03-17 Thread anu_atre
Bela, Can we use it on JDK 1.5? If it does't support 1.5, then when are planning to support it? Thanks Anu View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870619#3870619 Reply to the post :

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Also, Adrian whats metadata for invoking on a constructor. See the examples I posted from the tests. There are four mechanisms: 1) Straight constructor invocation 2) Static factory 3) A factory instance constructed through IOC/Dependency injection 4) GenericBeanFactory

[JBoss-dev] [Design of Mail Services] - Thoughts on James Mailet API?

2005-03-17 Thread jfrosch
I'm curious about people's thoughts about the James Mailet API as a design for e-mail processing after it's been accepted by the SMTP server. (The api is described at http://james.apache.org/mailet_api_2_1.html) Since I've already received Andy's views on this, I'd like to hear from others

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - network registry hold local servers?

2005-03-17 Thread [EMAIL PROTECTED]
I have a JBoss/Remoting server running - everthing is good. I then have an object that makes a JMX call to the Network Registry - calling getServers. I'm getting back an empty array. Does the registry only contain servers that are running on remote machines or remote JVMs? Or is it supposed

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
anonymous wrote : | You are asking for | property/ANY - AbstractValueMetaData | and delegates the element parsing to this schema - jbossxb/jaxb notion | This should NOT just be at the property level. Since to support the use case deployments we would need something like:

[JBoss-dev] [JBossCache] - Re: Some JBOSSCache questions...

2005-03-17 Thread abitha
Thank you for the quick response Ben. That helps. My main concerns are in the area of performance. From what I read, if I use the cache loader, then every single node is persisted on a backend store. Correct? Will that not be a big dent on performance? What if I dont have/want a cache

[JBoss-dev] [Design of JBoss Portal] - Re: manage jsp files

2005-03-17 Thread arosen
Fixed it myself by adding to jboss-portal-2.0-beta1-bin/portal-core.sar/portal-cms.war/WEB-INF/web.xml anonymous wrote : | mime-mapping | jsp | mime-typetext/plain/mime-type | /mime-mapping | However, the editor still parses out the tags. View the original post :

[JBoss-dev] [JBossCache] - Re: ConcurrentModificationException in TransactionTable

2005-03-17 Thread [EMAIL PROTECTED]
Yes, your observation is correct. I have changed this in 1.2.2. In the meantime, please patch your local code. Thanks for this report ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870641#3870641 Reply to the post :

[JBoss-dev] [JBoss JIRA] Updated: (JBMAIL-24) Mail that gets rejected with 5xx should be given back to user

2005-03-17 Thread Andrew Oliver (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-24?page=history ] Andrew Oliver updated JBMAIL-24: Version: 1.0-M3 Mail that gets rejected with 5xx should be given back to user - Key:

[JBoss-dev] [Design of JBoss Portal] - Re: manage jsp files

2005-03-17 Thread arosen
I tried wrting jsp in Nukes and although the source was saved properly, it wouldn't display the page. Do the developers of the CMS have in mind to be able to(maybe in the near future) manage and serve jsp files as well? View the original post :

[JBoss-dev] [JBossCache] - TimeoutExceptions from TreeCache.callRemoteMethods()

2005-03-17 Thread monocongo
I am getting TimeoutExceptions from the TreeCache when I run my application which is uses the TreeCacheAop MBean for synchronous replication. I have tried doubling the original value for the LockAcquisitionTimeout attribute but this appears to have no effect on the situation, and I can't see

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
anonymous wrote : | I answered this question before didn't I? In my critique of this approach. | | I am constructing the metadata that will construct the bean when dependencies | are satisfied. | | If the javabean has no dependencies (e.g. simple config object) | the object

[JBoss-dev] [JBossCache] - Re: ConcurrentModificationException in TransactionTable

2005-03-17 Thread [EMAIL PROTECTED]
Actually, I have switched txs and tx_map from HashMap to ConcurrentReaderHashMap. This way, I don't need to synchronize at all. This will be in 1.2.2. Can you try this on your system and see whether you're still getting concurrent mod exceptions ? View the original post :

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | Ok, so assign the associated task to me so I know its supported and I won't have a reason to ask again. | I'll need to look at Alex's new Sunday implementation to complete this work, since I need to have property/CDATA - StringValueMetaData property/dependency -

[JBoss-dev] [Design of Mail Services] - Re: What I am (not) Looking For In A Java-Based Enterprise E

2005-03-17 Thread [EMAIL PROTECTED]
If you impelement a mailet api adapter which is non-invasive to the rest of the server (suggest a maillistener), I'll commit it provided it has good unit tests and you make it optional and maintain the build targets associated with it. View the original post :

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
More on the ValueMetaData, I assume your wanting instead of: anonymous wrote : | | property name=Bean1 | xmlns:ns1=urn:schema:ns1:jbossxb | ... | | property name=Bean2 | xmlns:ns2=urn:schema:ns2:jbossxb | ... |

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
In case you were in any doubt, I HATE xml parsing :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870629#3870629 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870629

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
anonymous wrote : | You are asking for | property/ANY - AbstractValueMetaData | and delegates the element parsing to this schema - jbossxb/jaxb notion | Another issue that jumps out is how to reverse the process. e.g. Given an MC metadata config how do we identify the marshalling of

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Kernel XML format

2005-03-17 Thread [EMAIL PROTECTED]
anonymous wrote : | This change does have ramifications on the behavior of the jbossxb object factories because the latter form is throwing away object relationships. I don't understand what you are getting at? The only reason to name a bean is if you want it in the registry such that it can

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Can we start writing jms test clients to check complianc

2005-03-17 Thread [EMAIL PROTECTED]
I'd recommend reworking what is already in the testsuite to work over both JBossMQ and JBoss Messaging: http://cvs.sourceforge.net/viewcvs.py/jboss/jbosstest/src/main/org/objectweb/jtests/ However, that is only jms1.0.2b level tests. Some of the JBossMQ tests are also pretty generic where they

[JBoss-dev] [JBossCache] - Re: Fetch state on startup in TreeCacheAOP

2005-03-17 Thread [EMAIL PROTECTED]
Can you create a JIRA bug report for this (http://jira.jboss.com/jira/browse/JBCACHE) ? This would be a pretty serious bug, and creating a JIRA report makes sure I don't forget about it ! If you can assign it to version 1.2.2, otherwise I'll do it View the original post :

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: network registry hold local servers?

2005-03-17 Thread [EMAIL PROTECTED]
NetworkRegistry will only contain servers from remote JVMs. I think I may have documentation that suggests otherwise (and if so and you know where that is, can you point it out for me?). It will only be populated if you have a detector running locally as well. If want just local servers,

[JBoss-dev] [Design of Mail Services] - Re: Thoughts on James Mailet API?

2005-03-17 Thread [EMAIL PROTECTED]
What I'd really like it if you got involved in current initiatives before starting your own so that you first actually become familar with what is here and get used to working with the people HERE now. Otherwise you just become kind of a growth and don't get incorporated into the people side

[JBoss-dev] [Design of JBoss Portal] - Re: manage jsp files

2005-03-17 Thread [EMAIL PROTECTED]
I don't believe our editor supports JSP tags or anything that isnt text/html or text/plain. I can look thru their forums once their site is up again and find out for sure. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870639#3870639 Reply to the post :

[JBoss-dev] [Design of Mail Services] - M4 planning

2005-03-17 Thread [EMAIL PROTECTED]
So I have some things that are in M3 that may get pushed to M4 (namely the JCA stuff). I also have the IMAP initiative starting off during M4 (though what I mean by that is limited). Additionally, I've been entering follow up stuff and things that were in the Wiki into JIRA. We should still

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1359) Remove the castor dependency for the snmp adapter, use jbossxb

2005-03-17 Thread Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1359?page=history ] Dimitris Andreadis closed JBAS-1359: Resolution: Done snmp-adaptor now uses JBossXB (MappingObjectModelFactory GenericObjectModelFactory). There are slight differences between the

[JBoss-dev] [Design of JBoss Portal] - Re: manage jsp files

2005-03-17 Thread arosen
I apologize if this question is simple, but I'm unclear on a few concepts. I was wondering how the Portal CMS serves the files. Would it allow jsp code to be interpreted by the server? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870647#3870647 Reply to the

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-113) ConcurrentModificationException in TransactionTable

2005-03-17 Thread Bela Ban (JIRA)
ConcurrentModificationException in TransactionTable --- Key: JBCACHE-113 URL: http://jira.jboss.com/jira/browse/JBCACHE-113 Project: JBoss Cache Type: Bug Versions: 1.2.1 Reporter: Bela Ban Assigned to:

[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-113) ConcurrentModificationException in TransactionTable

2005-03-17 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-113?page=history ] Bela Ban resolved JBCACHE-113: -- Resolution: Done Fixed by switching HashMap to ConcurrentReaderHashMap ConcurrentModificationException in TransactionTable

  1   2   >