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: wobbet <nu...@jb...> - 2005-05-10 02:11:29
|
Comment - Based on feedback from Michael Barker and others I will initially be adding in a new header to a Mail object rather than munging the Subject line. I will call it "X-SpamScore" (X-SpamStatus was suggested in the forum but I think that "score" leaves room for end-user interpretation of the score better). Question - jASEN requires that a message be input as MIME. Will a simple msg.toString give me MIME compliant text? Is there another method I need to call? Do I need to write one? Thanks! rjsjr View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877095#3877095 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877095 |
From: <ben...@jb...> - 2005-05-10 00:44:49
|
I am starting to gather a use case for the TreeCacheAop white paper after the fine-grained http session replication is almost complete. I want your contribution for any idea if you have! The use case that I am looking for will be either running outside or inside of the web application. But here are the key traits that need to have: 1. Use of fine-grained replication for performance. Ideally to have a large collection (huge list) and each element has another complex object. When a singular field is modified, it will only replicate that field (instead of the whole list!). In addition, for chatty replication, it can also do batch processing as well for performance optimization. 2. Transparent management of object relationship after replication. Each object potentially can also have object graphs that can have multiple or recursive references. Regular cache replication has no way of managing this relationship (when failing over, for example, and as a result, demands developer intervention). But TreeCacheAop can manage this automatically. 3. (Optional) Use of CacheLoader +CacheAop to provide state persistency. Some state data may need to guarantee persistency so it will be less expensive to reconstruct it. This can be either an individual or shared cache loader. So far, an example that I can think of is in the line of PIM (Personal Information Management). Let's say I need to keep track of a list of company employees. Each employee has the following fields: - Company address - Home address - Personal relationship (spouse, relative, friend) - Work relationship (boss, subordinate) So if I only change Joe's wife's age (in this case, Mary in another company), for example, I have a fine-grained replication scenario inside a huge list and fair size object. In addition, when replicated, the relationship is perserved automatically. Meaning, you only update it one place, and the Joe/Mary spousal relationship is preserved on the replicated node (this is good, right? :-). Do you better ideas or can you enhance this? Post it here or email me benwang at jboss dot com. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877091#3877091 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877091 |
From: aslani <nu...@jb...> - 2005-05-09 21:53:37
|
I found this and i solved it :-) Q : I can't see the XDoclet/Packaging configurations in my Project properties ? A : There are two conditions needed to view these two items in the properties page: * You must be in the Java perspective * You must use the Package Explorer View. If one of these conditions is missing, you won't be able to access the configurations. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877083#3877083 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877083 |
From: aslani <nu...@jb...> - 2005-05-09 21:52:57
|
I found this and i solved it :-) Q : I can't see the XDoclet/Packaging configurations in my Project properties ? A : There are two conditions needed to view these two items in the properties page: * You must be in the Java perspective * You must use the Package Explorer View. If one of these conditions is missing, you won't be able to access the configurations. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877082#3877082 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877082 |
From: aslani <nu...@jb...> - 2005-05-09 21:51:54
|
I found this and i solved it :-) Q : I can't see the XDoclet/Packaging configurations in my Project properties ? A : There are two conditions needed to view these two items in the properties page: * You must be in the Java perspective * You must use the Package Explorer View. If one of these conditions is missing, you won't be able to access the configurations. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877081#3877081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877081 |
From: <ad...@jb...> - 2005-05-09 21:51:35
|
Don't refactor BeanXMLDeployer. I'm currently working on it. It is a long way from being finished, I'm still trying to rework the code to more accuratley match what we are trying to achieve. In any (sic!) case. Refactoring is not the way it should be done. See the discussions in the JBossXB forum about the introduction of different schema mappings. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877080#3877080 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877080 |
From: <bil...@jb...> - 2005-05-09 21:40:41
|
I could tell just by looking at the XB code that it didn't support fragments, hence my "looks like XB requires a full document" comment... I'll just make a full XSD and JBossXB deployer for AOP with hooks for MC integration (and reuse the BeanXMLDeployer after some refactoring of it). I can't wait for this stuff anymore unless it can be done in a day or so. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877079#3877079 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877079 |
From: <ad...@jb...> - 2005-05-09 21:17:27
|
http://jira.jboss.com/jira/browse/JBXB-11 Link provided by the JBoss search engine, AKA Adrian Brock. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877076#3877076 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877076 |
From: <bil...@jb...> - 2005-05-09 21:12:39
|
How would I support XML fragments with the BeanXMLDeployer? It looks like the deployer requires a complete document. I want to do something like this: | | <aspect class="org.jboss.aspects.TransactionDemarcation"> | <constructor factoryMethod="createSimpleBean"> | <factory value="SimpleBeanFactory"/> | <parameter type="org.jboss.test.kernel.xml.support.SimpleBean"> | <inject bean="SimpleBean2"/> | </parameter> | </constructor> | <property name="stuff">1</property> | </aspect> | From this a GenericBeanFactory would be created with the above metadata. It doesn't look like BeanXMLDeployer/JBossXB could support this as it looks like it requires a full document. It looks like I'll need to have a JBossXB deployer for AOP and extend it. This would probably require refactoring BeanSchemaBinding so that I can reuse it within an AOP SchemaBinding. (Making it a concrete class with factory methods I can override and such). Ok, I think I know what to do...Let me know if you have any better ideas. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877075#3877075 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877075 |
From: <tom...@jb...> - 2005-05-09 18:39:52
|
You are right about this just being extraneous debug output in the RMIClientInvoker: | public void setServerStub(RMIServerInvokerInf server) | { | this.server = server; | System.err.println(this.server); | } | I have changed this to log.trace(this.server) Thanks for letting me know. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877052#3877052 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877052 |
From: aslani <nu...@jb...> - 2005-05-09 18:31:11
|
I downloadet and installed JBossIDE-1.5M1-jre15-linux-gtk.tar.gz. Then I began following the 1.4 Tutorial to learn about the jboss-ide. After reaching Chapter 5. Generation of the EJB related files I cant go on because the XDoclet Configurations is missing? Now I seached the hole forum and several other ppl. has the same problem but no solution is giving. Can anyone plz tell me what to do about this? regards aslani View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877050#3877050 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877050 |
From: <tho...@jb...> - 2005-05-09 15:56:05
|
Marshalling ------------- For marshalling the WS layer passes to the JAXB layer * optional java object instance * required URL to the packaged or generated XSDSchema * required QName of the root element * optional QName of the root complex type * optional instance of JavaWsdlMapping | jaxbMarshaller.setProperty(MarshallerImpl.JAXB_SCHEMA_LOCATION, xsdURL); | jaxbMarshaller.setProperty(MarshallerImpl.JAXB_TYPE_QNAME, xmlType); | jaxbMarshaller.setProperty(MarshallerImpl.JAXB_ROOT_QNAME, xmlName); | jaxbMarshaller.setProperty(MarshallerImpl.JAXB_JAVA_MAPPING, jaxrpcMapping); | | StringWriter strwr = new StringWriter(); | jaxbMarshaller.marshal(value, strwr); | If the object value is null, the corresponding XML representation of the nillable element should be marshalled. The xmlType is redundant if the xmlName corresponds to a global element definition in schema. If the java mapping is null, default mapping rules apply. The result is a self contained (i.e. contains all namespace definitions) XML document without the XML declaration. In case of an marshalling problem a descriptive exception is thrown. Unmarshalling ---------------- For unmarshalling the WS layer passes to the JAXB layer * required self contained xml content * required URL to the packaged or generated XSDSchema * optional QName of the root complex type * optional instance of JavaWsdlMapping | jaxbUnmarshaller.setProperty(MarshallerImpl.JAXB_SCHEMA_LOCATION, xsdURL); | jaxbUnmarshaller.setProperty(MarshallerImpl.JAXB_TYPE_QNAME, xmlType); | jaxbUnmarshaller.setProperty(MarshallerImpl.JAXB_JAVA_MAPPING, jaxrpcMapping); | | ByteArrayInputStream ins = new ByteArrayInputStream(val.getBytes()); | Object value = jaxbUnmarshaller.unmarshal(ins); | The xmlType is redundant if the root element name corresponds to a global element definition in schema. If the java mapping is null, default mapping rules apply. The result is an object instance or null. In case of an unmarshalling problem a descriptive exception is thrown. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877034#3877034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877034 |
From: icecrash <nu...@jb...> - 2005-05-09 15:34:51
|
if i ha a big application = 2 or plus class ,and i want to intercept calls, i can make reflective all classes of my application , i tried , but i 've recived an error at runtime: | | ClassPool pool = new ClassPool(); | pool.insertClassPath("."); | javassist.reflect.Loader rl = new javassist.reflect.Loader(); | rl.makeReflective("firstclass", "VerboseMetaobject","javassist.reflect.ClassMetaobject"); | rl.makeReflective("secondclass", "VerboseMetaobject","javassist.reflect.ClassMetaobject"); | rl.run("firstclass", args); | first class instances second class, i recived the error: ArrayIndexoutofBound :11 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877030#3877030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877030 |
From: <mik...@sy...> - 2005-05-09 15:33:00
|
Thanks for the reply. I hope this was the correct forum for this question, if not let me know. Components are: JBOSS 4.0.1sp1 Remoting Framework 1.0.2 AOP Framework 1.1.2 (jars from lib vers lib-50 dir) JDK 1.4.2_05 I was running the test client in Eclipse. The error message produced was output on standard error. No exception was generated. The error was output only once, associated with the first remote invocation. All remote calls worked. Could be some extraneous debug output. Thanks again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877028#3877028 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877028 |
From: <cle...@jb...> - 2005-05-09 14:58:07
|
anonymous wrote : How do I tell if a 4.0.1 client passed all tests calling against a 4.0.2 server? Any way to make it so there are two axis to the matrix? For example: | The test is always done against the current version. If it's needed to test against older versions we will have to test against other branches. We are using the plain JUnitReport, so we can't change the output format for this, that's I'm using the concept of container and tests. Clebert View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877023#3877023 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877023 |
From: <cle...@jb...> - 2005-05-09 14:55:05
|
In the URL I sent you have for example: For the BMP tests: MatrixTestContainer(BMP_v_4_0_2) - This is BMP tests executed using the client library version 4.0.2 MatrixTestContainer(BMP_v_4_0_sp1) - The same tests executes againt 4.0.1_sp1. (I think I need to rename the file.. I missed a 1) And so on... Each container will have several other tests: Like: org.jboss.test.bmp.test.BmpUnitTestCase::testBMP was contained by the container. Let me know if you still have an issue. Clebert Suconic View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877022#3877022 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877022 |
From: icecrash <nu...@jb...> - 2005-05-09 14:08:47
|
I have a compiled classes ,i want to run the class and intercept all the metho call. i try to use the metalevel and metaobject,but, i only able to intercept new instance of a loaded class from file, how i can intercept method call? i do the following steps: make a reflective class loader with javassit.reflect.loader; i make and init a reflective class from file i run with class loader , but i do not able to intercept methods call View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877007#3877007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877007 |
From: kaushikmondal <nu...@jb...> - 2005-05-09 12:47:52
|
Hi, can we use a Jboss Mbean to achieve communication with a CORBA client? When we tried to resolve the 'RootPOA' in the startService method of our Mbean we got the error : '17:43:04,385 WARN [listener] Address already in use: JVM_Bind 17:43:04,385 INFO [STDOUT] org.omg.CORBA.INITIALIZE: Could not create server socket vmcid: 0x0 minor code: 0 completed: No' Can somebody help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876994#3876994 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876994 |
From: pilhuhn <nu...@jb...> - 2005-05-09 07:27:39
|
"wobbet" wrote : My initial goal would be to use jASEN to assign a SPAM score and make that part of the Subject: line so that client-side filtering could be performed. Please don't munge with the Subject: line. Add another header line like X-SpamStatus or such. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876958#3876958 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876958 |
From: <tom...@jb...> - 2005-05-09 05:12:14
|
Have code finished and is working against local ejb test I run. The configuration I used is as follows. Still need to get this into jboss-head's version of remoting, but is going to be part of me changing jboss-head so uses binary of JBossRemoting build and then making remoting directory under jboss-head for stuff like this (which is the integration code between JBossRemoting and jboss-head). | <!-- The server socket factory mbean to be used as attribute to socket invoker --> | <!-- which uses the JaasSecurityDomain --> | <mbean code="org.jboss.remoting.security.domain.DomainServerSocketFactoryService" | name="jboss.remoting:service=ServerSocketFactory,type=SecurityDomain" | display-name="SecurityDomain Server Socket Factory"> | <attribute name="SecurityDomain">java:/jaas/SSL</attribute> | <depends>jboss.security:service=JaasSecurityDomain,domain=SSL</depends> | </mbean> | | <mbean code="org.jboss.security.plugins.JaasSecurityDomain" | name="jboss.security:service=JaasSecurityDomain,domain=SSL"> | <!-- This must correlate with the java:/jaas/SSL above --> | <constructor> | <arg type="java.lang.String" value="SSL"/> | </constructor> | <!-- The location of the keystore | resource: loads from the classloaders conf/ is the first classloader --> | <attribute name="KeyStoreURL">.keystore</attribute> | <attribute name="KeyStorePass">opensource</attribute> | </mbean> | | <!-- The Connector is the core component of the remoting server service. --> | <!-- It binds the remoting invoker (transport protocol, callback configuration, --> | <!-- data marshalling, etc.) with the invocation handlers. --> | <mbean code="org.jboss.remoting.transport.Connector" | xmbean-dd="org/jboss/remoting/transport/Connector.xml" | name="jboss.remoting:service=Connector,transport=socket" | display-name="Socket transport Connector"> | | <attribute name="Configuration"> | <config> | <invoker transport="sslsocket"> | <attribute name="dataType" isParam="true">invocation</attribute> | <attribute name="marshaller" isParam="true">org.jboss.invocation.unified.marshall.InvocationMarshaller</attribute> | <attribute name="unmarshaller" isParam="true">org.jboss.invocation.unified.marshall.InvocationUnMarshaller</attribute> | <!-- The following is for setting the server socket factory. If want ssl support --> | <!-- use a server socket factory that supports ssl. The only requirement is that --> | <!-- the server socket factory value must be an ObjectName, meaning the --> | <!-- server socket factory implementation must be a MBean and also --> | <!-- MUST implement the org.jboss.remoting.security.ServerSocketFactoryMBean interface. --> | <attribute name="serverSocketFactory">jboss.remoting:service=ServerSocketFactory,type=SecurityDomain</attribute> | <attribute name="serverBindAddress">${jboss.bind.address}</attribute> | <attribute name="serverBindPort">6667</attribute> | </invoker> | <handlers> | <handler subsystem="invoker">jboss:service=invoker,type=unified</handler> | </handlers> | </config> | </attribute> | <depends>jboss.remoting:service=ServerSocketFactory,type=SecurityDomain</depends> | <depends>jboss.remoting:service=NetworkRegistry</depends> | <!-- <depends>jboss.remoting:service=ServerSocketFactory,type=SSL</depends> --> | </mbean> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876953#3876953 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876953 |
From: <ovi...@jb...> - 2005-05-09 04:59:23
|
The conclusion of this discussion thead http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63511, is that all messages will be initally NACKed by the facade, and then asynchronously ACKed if the case, so all of them will be stored by the Channel. The difference between a message that was NACKed and a message that has never been delivered could be that the acknowledgment store remembers (M - null) for a never delivered message and (M - ReceiverID) for a NACKed message. I don't think there is need to change the Channel delivery strategy to distinguish between these to, but to add necessary behavior to the Channel/Acknowledgment store. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876952#3876952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876952 |
From: <tom...@jb...> - 2005-05-09 03:53:35
|
The code you pasted looks fine. I am not sure I understand what the problem you are having is? Can you provide a more complete error log/stack trace? How were you making the call from the client? Also, what version of JBossRemoting are you using? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876949#3876949 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876949 |
From: aslani <nu...@jb...> - 2005-05-08 21:11:20
|
Hi I have the same problem with XDoclet configuration not showing. Did any of U solv this? regards aslani View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876941#3876941 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876941 |
From: aslani <nu...@jb...> - 2005-05-08 21:02:13
|
Hi I have exactly the same problem. Did U find any solution for this? regards aslani View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876940#3876940 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876940 |