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: natebowler <nu...@jb...> - 2005-07-21 21:11:16
|
Yes I got that. If it helps, this is my javac call: [javac debug="on" destdir="${ejb.dest.dir}" classpath="${web.classpath}" optimize="off" deprecation="off" includes="**" excludes="test/**,benchmarking/**,aspect/**"] [src path="${src.dir}"/] [src path="${gensrc.dir}"/] [/javac] The target this tag is in is called prior to the target running [annotationc]. ${ejb.dest.dir} is a directory.It *is* named using the ".jar" suffix per JBoss deployment specifications, I' m not sure if that makes any difference. Is the fact that the [annotationc] tag is giving an error on "verbose" a cause of concern (as in I've got a bad version or an old verison)? Also, if I don't use a [fileset] inside my [src] tag I get a parse error, which I'm not sure if CVS files are causing it to choke or what. Again, I'm just trying to mention as much as possible to see if anything comes across as significant. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885989#3885989 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885989 |
From: <bil...@jb...> - 2005-07-21 20:54:35
|
You must have your classes compiled before you run annotationc. These classes must be available in your classpath. These classes cannot be in a JAR, they must be in a directory classpath. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885984#3885984 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885984 |
From: terryxian <nu...@jb...> - 2005-07-21 20:52:59
|
Hi, I encountered some errors when installed jappserver2004 using oracle, s= o now I switch to MySQL. After modified jboss-MySQL-run.properties, excuted= 'ant install', loaded databases and then ran=20 ant run-tests I got bunch of errors all like: Connection refused java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.s= ocketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSock= etImpl.java:305) at java.net.PlainSocketImpl.connectToAddress(PlainSocketIm= pl.java:171) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158) = at java.net.Socket.connect(Socket.java:452) at java.net.Socket.connect(Sock= et.java:402) at java.net.Socket.(Socket.java:309) at java.net.Socket.(Socke= t.java:124) at org.apache.commons.httpclient.protocol.DefaultProtocolSocket= Factory.createSocket(DefaultProtocolSocketFactory.java:118) at org.apache.c= ommons.httpclient.HttpConnection.open(HttpConnection.java:683) at org.apach= e.commons.httpclient.HttpClient.executeMethod(HttpClient.java:662) at org.a= pache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:558) at o= rg.apache.cactus.internal.client.connector.http.HttpClientConnectionHelper.= connect_aroundBody0(HttpClientConnectionHelper.java:142) at org.apache.cact= us.internal.client.connector.http.HttpClientConnectionHelper.connect_around= Body1$advice(HttpClientConnectionHelper.java:206) at org.apache.cactus.inte= rnal.client.connector.http.HttpClientConnectionHelper.connect(HttpClientCon= nectionHelper.java) at org.apache.cactus.internal.client.connector.http.Def= aultHttpClient.callRunTest(DefaultHttpClient.java:162) at org.apache.cactus= .internal.client.connector.http.DefaultHttpClient.doTest_aroundBody0(Defaul= tHttpClient.java:80) at org.apache.cactus.internal.client.connector.http.De= faultHttpClient.doTest_aroundBody1$advice(DefaultHttpClient.java:206) at or= g.apache.cactus.internal.client.connector.http.DefaultHttpClient.doTest(Def= aultHttpClient.java) at org.apache.cactus.internal.client.connector.http.Ht= tpProtocolHandler.runWebTest(HttpProtocolHandler.java:159) at org.apache.ca= ctus.internal.client.connector.http.HttpProtocolHandler.runTest_aroundBody0= (HttpProtocolHandler.java:80) at org.apache.cactus.internal.client.connecto= r.http.HttpProtocolHandler.runTest_aroundBody1$advice(HttpProtocolHandler.j= ava:206) at org.apache.cactus.internal.client.connector.http.HttpProtocolHa= ndler.runTest(HttpProtocolHandler.java) at org.apache.cactus.internal.clien= t.ClientTestCaseCaller.runTest(ClientTestCaseCaller.java:144) at org.apache= .cactus.internal.AbstractCactusTestCase.runBareClient(AbstractCactusTestCas= e.java:215) at org.apache.cactus.internal.AbstractCactusTestCase.runBare(Ab= stractCactusTestCase.java:133) It seems that I need to start Apache web server. Is this true? View the original post : http://www.jboss.org/index.html?module=3Dbb&op=3Dv= iewtopic&p=3D3885982#3885982 Reply to the post : http://www.jboss.org/index.html?module=3Dbb&op=3Dpostin= g&mode=3Dreply&p=3D3885982 |
From: natebowler <nu...@jb...> - 2005-07-21 20:40:20
|
I'm running out of ideas here, there has got to be something I'm missing but as I keep going through the checklist I'm not catching it. I have changed my ant file to: [taskdef name="annotationc" classname="org.jboss.aop.ant.AnnotationC" classpath="${aop.classpath}"/] [annotationc compilerclasspathref="redrock.aop.classpath.path.id" classpath="${ejb.dest.dir}" bytecode="true"] [src] [fileset dir="${src.dir}"] [include name="*.java"/] [/fileset] [/src] [/annotationc] But, I still get no encodings. Everything else is the same as my previous post. The Ant output is: "[annotationc] Working directory ignored when same JVM is used." Also, I am concerned that when I added the "verbose="true"" attribute to the annotationc tag, I got an error saying "verbose was not supported". I am using JBoss AOP 1.3 with JDK 1.4.2 on Windows XP. If it helps, the Java interface is defined as: package biz; public interface OptimisticLockRetry {} As a side note, when I had the "xml="true"" attribute set, my resultant XML file was empty . It's just not picking up these annotations. The "verbose not supported" concerns me though. Should I start looking at classpath/library issues? Nate View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885978#3885978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885978 |
From: patrickdalla <nu...@jb...> - 2005-07-21 18:03:06
|
How I discover the URL used to invoke portal inside a portlet? Example: when I use http://localhost/portal/test/index.html I would like to obtain the /test/index.html just as CMSPortlet makes to load a content. I've downloaded the source but wasn't able to identify where CMSPortlet obtain this information. can someone help me? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885942#3885942 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885942 |
From: <tho...@jb...> - 2005-07-21 13:41:29
|
Please move this to the user forum. This post will be deleted. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885905#3885905 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885905 |
From: kryptontri <nu...@jb...> - 2005-07-21 12:30:59
|
Hi I am interested in performance stats if you have any for jboss mail sending emails. I think i read somewhere an optimized apache james one sends @ 2600 per min - http://wiki.apache.org/james/JamesByTheNumbers I am currenly develping an app on jboss that may utlise jbmail. Thanks for any info James View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885888#3885888 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885888 |
From: <ale...@jb...> - 2005-07-21 10:27:55
|
Currently, default rules imply that for each XML element a Java object will be created. For user-defined XML types that are not bound with annotations, the default algorithm will be used to derive a fully-qualified class name from the XML type/element QName. If the class cannot be loaded, a warning will be logged and this element and all its attributes, text and child elements will be ignored. Or, if ignoreNotFoundFieldOrClass property is false (default is true), an unchecked exception will be thrown halting unmarshalling immediately. If for an element of a complex type a user doesn't want to create an object but wants to set its attributes, text and child elements on the object created for the parent element, jbxb:skip should be placed on the element. "sco...@jb..." wrote : The text of the value element maps to the "text" property of the JNDIBinding class. This is not how it works. jbxb:property binds the result of unmarshalling of an element to a property. If element is of a simple type, the result is unmarshalled text content. If element is of a complex type, the result is an object that contains unmarshalled attrs, text and child elements. You have to nest jbxb:property in jbxb:characters to bind text content to a specific property. In your case, you there is no object specific to the value element. And still, I think, it's better to nest jbxb:property in jbxb:characters in this case for consistency. Otherwise, it looks confusing to me. "sco...@jb..." wrote : In terms of the default behavior, the question is whether or not it makes sense for the jbxb:skip to be implicitly present for any element that does not have an explicit or automatic class specification? There could be a case, in which I would like to ignore the whole branch of XML elements and their contents. In this case, it's not jbxb:skip. I don't know which case is going to be more common. I would stick to the current behaviour for now. If your opinion is different, let's discuss. "sco...@jb..." wrote : This could be another jbxb:schemaBindings setting. Yes. Then we will also need a jbxb:ignore or something like that to switch the behaviour that is currently the default. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885872#3885872 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885872 |
From: feroz_ps <nu...@jb...> - 2005-07-21 06:59:30
|
hye there im interested in putting my efforts for jboss but really confused where to start , i was just thinking i any projects for thin ejb client for ejb is going so that i shall or i may go on for that or any thing else related to that. Waiting for response thank u . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885843#3885843 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885843 |
From: <cx...@si...> - 2005-07-21 05:23:26
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <META content="MSHTML 6.00.2800.1458" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV> </DIV> <DIV><STRONG><FONT size=2> jboss-dev-forums£ºÄúºÃ£¡</FONT></STRONG></DIV> <DIV><STRONG><FONT size=2></FONT></STRONG> </DIV> <DIV><STRONG><FONT size=2> Èç¹ûÕâ·âÓʼþ´òÈÅÁËÄú£¬ÎÒÃÇÉî±íǸÒ⣬²¢ÇëÄú½«Æäɾ³ý£¡</FONT></STR <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>Ê×Ò³</title> <meta name="GENERATOR" content="IPage3 1.0"> </head> <body link="#99CC00" vlink="#339966" alink="#3366FF" topmargin="0" leftmargin="0"> <div style="position:absolute; left:17px; top:80px; width:300px; height:400px; z-index:1; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=ZF3KKaWo3LzeWgI6KaogLS3ojKemX3Zzergw8ezK&al=0&ph=28&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:317px; top:79px; width:552px; height:49px; z-index:2; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=ZF3KKaWo3LzeWgI6KaogLS3ojKemX3Zzergw8ezK&al=0&ph=35&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:317px; top:128px; width:84px; height:73px; z-index:3; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=ZF3KKaWo3LzeWgI6KaogLS3ojKemX3Zzergw8ezK&al=0&ph=33&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:717px; top:154px; width:151px; height:32px; z-index:4; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=ZF3KKaWo3LzeWgI6KaogLS3ojKemX3Zzergw8ezK&al=0&ph=31&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:401px; top:155px; width:134px; height:27px; z-index:5; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=ZF3KKaWo3LzeWgI6KaogLS3ojKemX3Zzergw8ezK&al=0&ph=26&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:317px; top:220px; width:86px; height:55px; z-index:6; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=ZF3KKaWo3LzeWgI6KaogLS3ojKemX3Zzergw8ezK&al=0&ph=24&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:317px; top:312px; width:145px; height:43px; z-index:7; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=oCP5B2WsUjWUjY5jjPWUsGEIWj23AH3fgHUBsgBK&al=0&ph=25&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:427px; top:221px; width:83px; height:57px; z-index:8; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=oCP5B2WsUjWUjY5jjPWUsGEIWj23AH3fgHUBsgBK&al=0&ph=27&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:493px; top:309px; width:116px; height:62px; z-index:9; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=oCP5B2WsUjWUjY5jjPWUsGEIWj23AH3fgHUBsgBK&al=0&ph=23&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:637px; top:308px; width:232px; height:53px; z-index:10; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=oCP5B2WsUjWUjY5jjPWUsGEIWj23AH3fgHUBsgBK&al=0&ph=22&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:745px; top:230px; width:125px; height:35px; z-index:11; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=oCP5B2WsUjWUjY5jjPWUsGEIWj23AH3fgHUBsgBK&al=0&ph=34&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:17px; top:504px; width:852px; height:36px; z-index:12; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=oCP5B2WsUjWUjY5jjPWUsGEIWj23AH3fgHUBsgBK&al=0&ph=12&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:537px; top:209px; width:70px; height:82px; z-index:13; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=oCP5B2WsUjWUjY5jjPWUsGEIWj23AH3fgHUBsgBK&al=0&ph=32&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:626px; top:233px; width:100px; height:29px; z-index:14; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=21&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:749px; top:503px; width:118px; height:20px; z-index:15; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=19&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:17px; top:650px; width:852px; height:36px; z-index:12; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=12&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:549px; top:154px; width:148px; height:32px; z-index:16; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=20&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:328px; top:380px; width:57px; height:68px; z-index:17; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=29&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:410px; top:388px; width:125px; height:42px; z-index:18; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=30&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:587px; top:427px; width:14px; height:14px; z-index:19; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=18&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:601px; top:427px; width:14px; height:14px; z-index:19; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=18&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:615px; top:427px; width:14px; height:14px; z-index:19; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=18&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:640px; top:427px; width:14px; height:15px; z-index:19; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=18&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:653px; top:427px; width:14px; height:15px; z-index:19; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=18&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:667px; top:427px; width:14px; height:15px; z-index:19; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=18&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:71px; top:540px; width:783px; height:109px; z-index:20; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=4&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:718px; top:580px; width:100px; height:80px; z-index:21; BACKGROUND-COLOR:"><a href="mailto:gen...@vi..."> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=11&brev=0" width="100%" height="100%"> </a></div><div style="position:absolute; left:93px; top:617px; width:43px; height:43px; z-index:22; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=10&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:352px; top:617px; width:43px; height:43px; z-index:23; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=9&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:15px; top:721px; width:200px; height:150px; z-index:24; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=15&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:70px; top:686px; width:175px; height:18px; z-index:25; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=7&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:234px; top:721px; width:200px; height:150px; z-index:26; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=14&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:452px; top:722px; width:200px; height:150px; z-index:27; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=13&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:670px; top:722px; width:200px; height:150px; z-index:28; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=5&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:14px; top:896px; width:200px; height:150px; z-index:29; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=17&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:234px; top:896px; width:200px; height:150px; z-index:30; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=16&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:453px; top:897px; width:200px; height:150px; z-index:31; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=8&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:672px; top:897px; width:200px; height:150px; z-index:32; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=6&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:17px; top:1062px; width:852px; height:36px; z-index:12; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=12&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:74px; top:1098px; width:139px; height:31px; z-index:33; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=0&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:48px; top:1141px; width:784px; height:287px; z-index:34; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=1&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:16px; top:1441px; width:852px; height:36px; z-index:12; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=12&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:46px; top:1506px; width:800px; height:762px; z-index:35; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=2&brev=0" width="100%" height="100%"> </div><div style="position:absolute; left:74px; top:1477px; width:455px; height:18px; z-index:36; BACKGROUND-COLOR:"> <img border=0 src="http://vip.sina.com.cn/cgi-bin/album/ualimage.cgi?egp=[_R99zLeMo70rrP7Uh7r!EMe7UZ1U--0Mr!UYLre&al=0&ph=3&brev=0" width="100%" height="100%"> </div></body></html> |
From: harappa75 <nu...@jb...> - 2005-07-21 02:54:06
|
Hi, After adding @ejb.persistence column-name="mr_id" It started generating correctly. so I guess I do not need @jboss.column-name="mr_id" Regards Rajesh J View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885821#3885821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885821 |
From: <eri...@jb...> - 2005-07-21 02:17:26
|
For general site related problems, post here: JBoss Website Issues http://www.jboss.org/index.html?module=bb&op=viewforum&f=216 For wiki related problems, post here: Wiki Issues http://www.jboss.org/index.html?module=bb&op=viewforum&f=195 That said... The actualy download works, but for some reason, the url-encoded value "%2f" version just hangs. No idea why. Use the link directly off the main wiki page here (it worked for me on OSX/Firefox): http://wiki.jboss.org/wiki/Wiki.jsp?page=MailServicesMilestoneReleases View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885813#3885813 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885813 |
From: sunny_xu_ii <nu...@jb...> - 2005-07-21 01:38:53
|
hi, When I save "http://www.jboss.org/wiki/attach?page=MailServicesMilestoneReleases%2Fjboss-mail-1.0-m2-final.zip", I get nothing and will cause "http://www.jboss.org" down. Who should fix it? It has been such for several days. Thanks. Sunny Xu View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885812#3885812 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885812 |
From: harappa75 <nu...@jb...> - 2005-07-21 01:26:25
|
Hi, I am trying to use XDoclet/EJBDoclet to create my beans. In my bean I have * @ejb:bean * type="CMP" * cmp-version="2.x" * name="MarketingRequests" * local-jndi-name="cmr.MarketingRequestsLocalHome" * view-type="local" * primkey-field="mrId" * * @weblogic:table-name MarketingRequests * @weblogic:data-source-name EtsDataSource * @jboss.persistence table-name="MarketingRequests" * @jboss.persistence datasource="java:/EtsDataSource" datasource-mapping="MS SQLSERVER2000" * @weblogic:persistence * @weblogic:automatic-key-generation * generator-type="SQL_SERVER" * @ejb:pk class="java.lang.Integer" * generate="false" * @jboss.unknown-pk class="java.lang.Integer" * auto-increment="true" * * @weblogic:cache concurrency-strategy="Optimistic" * cache-between-transactions="True" * @weblogic:verify-columns Timestamp * @weblogic:optimistic-column updated_last public abstract class MarketingRequestsBean implements EntityBean { private javax.ejb.EntityContext _entityContext; /** * answers the getMrId * @return the getMrId * @ejb:primkey-field * @ejb:persistent-field * @ejb:interface-method view-type="local" * @ejb:transaction type="Supports" * @weblogic:dbms-column mr_id * @jboss.column-name="mr_id" * @jboss.persistence auto-increment="true" */ public abstract java.lang.Integer getMrId(); As you can see I am trying to set mrId(mr_id) as a primary key which is managed by my db. My generated jbooscmp-jdbc.xml looks like <ejb-name>MarketingRequests</ejb-name> java:/EtsDataSource <datasource-mapping>MS SQLSERVER2000</datasource-mapping> <table-name>MarketingRequests</table-name> <cmp-field> <field-name>mrId</field-name> </cmp-field> The mapping and autoincrement is not showing here?? I am using xdoclet 1.2.3, java 1.4, ant 1.5.4 Because of this, when I try to create a row I get 17:58:37,172 INFO [STDOUT] Caused by: javax.ejb.CreateException: Error checking if entity exists:java.sql.SQLException:, [Microsoft][SQLServer JDBC Driver][SQLServer]Invalid column name 'mrId'. Can anyone tell me where I am goign wrong. Regards Rajesh J View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885811#3885811 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885811 |
From: bruteous <nu...@jb...> - 2005-07-21 00:17:20
|
I removed the WEB-INF/classes from packaging info as above, and it worked, thanks a million. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885806#3885806 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885806 |
From: <kab...@jb...> - 2005-07-21 00:00:29
|
Instead of xml=true in the annotationc tag, try bytecode=true You can find more info here: http://docs.jboss.com/aop/1.3/aspect-framework/reference/en/html/annotationcompiler.html#annotationcompiler-compiler View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885805#3885805 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885805 |
From: <sco...@jb...> - 2005-07-21 00:00:29
|
This is something we will address in the new microcontainer with a unified container/aspect framework. I don't see us introducing yet another layer into the current frameworks. We need to get the microcontainer done and at that point look at ebedding it as a framework for use in 4.x that allows consistent programming between 5.x, ejb3, and aop. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885804#3885804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885804 |
From: natebowler <nu...@jb...> - 2005-07-20 23:17:38
|
Bill, Sorry to take so long in my response, but this was put on hold and I am just now getting back into it. I have followed your instructions and yes, I can pring out A LOT of information. I'm not sure what this is, but I can't see any information regarding Annotations. Just to sum up again, I am using JDK 1.4.2, and I am trying to annotate my code. The annotationc tag in my Ant file is as follows and runs successfully: [annotationc compilerclasspathref="redrock.aop.classpath.path.id" classpath="${ejb.dest.dir}" xml="true"] [src ] [fileset dir="${src.dir}"] [include name="*.java"/] [/fileset] [/src] [/annotationc] I have an interface named "biz.OptimisticLockRetry". The method I want to have intercepted is annotated using: /** * @@biz.OptimisticLockRetry **/ My pointcut in jboss-aop.xml is defined using: [pointcut name="optimisticLockRetryMethods" expr="execution(public static * *->@biz.OptimisticLockRetry(..))"/] Is there something obvious I'm missing here? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885793#3885793 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885793 |
From: <sco...@jb...> - 2005-07-20 23:04:58
|
So in going through the some debugging of the attribute defaults issue, I have a problem understanding the current relationship between the java object stack and the xml document parse stack. Let's start with the xsd for the element that is causing me trouble: | ... | <xs:element name="binding" minOccurs="1" | maxOccurs="unbounded"> | <xs:annotation> | <xs:appinfo> | <jbxb:class impl="org.jboss.naming.JNDIBinding"/> | <jbxb:property name="Bindings" /> | </xs:appinfo> | </xs:annotation> | <xs:complexType> | <xs:choice minOccurs="1" maxOccurs="1"> | <xs:element name="value"> | <xs:annotation> | <xs:appinfo> | <jbxb:property name="text"/> | </xs:appinfo> | </xs:annotation> | <xs:complexType> | <xs:simpleContent> | <xs:extension base="xs:string"> | <xs:attribute name="type" type="xs:string" use="optional" default="java.lang.String"> | </xs:attribute> | <xs:attribute name="editor" type="xs:string" use="optional"> | </xs:attribute> | <xs:attribute name="replace" type="xs:boolean" default="true"> | </xs:attribute> | <xs:attribute name="trim" type="xs:boolean" default="true"> | </xs:attribute> | </xs:extension> | </xs:simpleContent> | </xs:complexType> | </xs:element> | <xs:any namespace="##other"> | <xs:annotation> | <xs:documentation>An extension point for arbitrary xml value fragments</xs:documentation> | </xs:annotation> | </xs:any> | </xs:choice> | <xs:attribute name="name" type="xs:string" use="required"> | <xs:annotation> | <xs:documentation>The JNDI name of the binding</xs:documentation> | </xs:annotation> | </xs:attribute> | </xs:complexType> | </xs:element> | ... | A binding element maps to a org.jboss.naming.JNDIBinding object, and the collection of binding elements maps to the Bindings property of the associated parent element java object. A binding is either a value element with text content and 4 attributes, or an arbitrary xml fragment from another namespace. The text of the value element maps to the "text" property of the JNDIBinding class. The any extension point would map to the "value" Object property of the JNDIBinding class. So one disconnect I have is that in the default parse mode, the value element has no associated class specified, and there is no org.jboss.naming.Value class that can be selected automatically. When I look at this schema I'm expecting that in the absence of an explicit or automatic mapping of the value element to an object, it will simply inherit its parent element's object. Is this a meaningful mode of behavior in general? To achieve this affect, Alexey corrected the above schema fragment to: | <xs:element name="binding" minOccurs="1" | maxOccurs="unbounded"> | <xs:annotation> | <xs:appinfo> | <jbxb:class impl="org.jboss.naming.JNDIBinding"/> | <jbxb:property name="Bindings" /> | </xs:appinfo> | </xs:annotation> | <xs:complexType> | <xs:choice minOccurs="1" maxOccurs="1"> | <xs:element name="value"> | <xs:annotation> | <xs:appinfo> | <jbxb:skip/> | </xs:appinfo> | </xs:annotation> | <xs:complexType> | <xs:annotation> | <xs:appinfo> | <jbxb:characters> | <jbxb:property name="text"/> | </jbxb:characters> | </xs:appinfo> | </xs:annotation> | <xs:simpleContent> | <xs:extension base="xs:string"> | <xs:attribute name="type" type="xs:string" use="optional" default="java.lang.String"> | </xs:attribute> | <xs:attribute name="editor" type="xs:string" use="optional"> | </xs:attribute> | <xs:attribute name="replace" type="xs:boolean" default="true"> | </xs:attribute> | <xs:attribute name="trim" type="xs:boolean" default="true"> | </xs:attribute> | </xs:extension> | </xs:simpleContent> | </xs:complexType> | </xs:element> | <xs:any namespace="##other"> | <xs:annotation> | <xs:documentation>An extension point for arbitrary xml value fragments</xs:documentation> | </xs:annotation> | </xs:any> | </xs:choice> | <xs:attribute name="name" type="xs:string" use="required"> | <xs:annotation> | <xs:documentation>The JNDI name of the binding</xs:documentation> | </xs:annotation> | </xs:attribute> | </xs:complexType> | </xs:element> | The jbxb:skip essentially removes the value element and merges the content into the binding element along with the attributes. I can understand this mapping fine. I guess my issue is why this was not the natural choice for me. I think the problem is that we don't have an overview of xml to java mapping that clearly shows how elements in a xml tree map to elements in a java object model tree. This should be done from the default jaxb rules as well as from how the various jaxb/jbxb annotations can be used to manipulate the element mapping to a java object model that is increasingly removed from the expected default. The point is we start with the defaults to show the fine-grained object model that is expected, and then illustrate how customizations can be used to map the same xml document onto a much more compact, preexisting object model graph. I'll work with the documentation team to get this fleshed out. In terms of the default behavior, the question is whether or not it makes sense for the jbxb:skip to be implicitly present for any element that does not have an explicit or automatic class specification? This could be another jbxb:schemaBindings setting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885791#3885791 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885791 |
From: <sco...@jb...> - 2005-07-20 22:28:36
|
This is now working in head. After discussing some of the current behavior and getting it clear and documented this will be ported to 4.0 for the 4.0.3 release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885785#3885785 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885785 |
From: <ovi...@jb...> - 2005-07-20 15:24:43
|
Michael, this is a JBoss Messaging DESIGN forum, not a JBossMQ USER forum. To answer you question, yes, it is possible to create topics at runtime, look at the JMSDestinationManager's JMX interface. Please post further user questions on http://jboss.org/index.html?module=bb&op=viewforum&f=48 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885724#3885724 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885724 |
From: <bil...@jb...> - 2005-07-20 14:53:29
|
JBoss AOP does a String.startsWith to match an include or exclude. If you specify an include, it will *always* be included, even if there is a matching exclude. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885719#3885719 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885719 |
From: adamw <nu...@jb...> - 2005-07-20 14:44:23
|
This solved the problem. I didn't read the configuration file carefully enough and didn't spot this, thanks for the help! Are there any special rules for including/ excluding packages? Like if you write in the tag a package with a dot in the end (for example, org.jboss.), all sub-packages will be excluded, right? Does the dot in the end matter? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885715#3885715 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885715 |
From: <dim...@jb...> - 2005-07-20 13:58:33
|
This is really about detached invokers. In the JRMPProxyFactory we can specify client-side interceptors that are configured inside the exported client-side proxy. Now, when the JRMPProxyFactory is configured with "InvokeTargetMethod=false", the call is forwarded to the target mbean that must expose/implement the signature: public Object invoke(org.jboss.invocation.Invocation invocation) throws Exception. In this manner the target mbean has access directly (or through an xmbean interceptor) to the Invocation object sent from the client side, that may include piggybacked data stored there by the client-side interceptors. However, when the JRMPProxyFactory is configured with "InvokeTargetMethod=true", the call is forwarded to a specific target mbean method (e.g. do()) rather than the generic invoke() method. This is very convenient when remoting an MBean but in this case we loose the Invocation context. What would be the best way to apply server-side interceptors with access to the original Invocation context? Have a second server-side interceptor stack on the JRMPProxyFactory? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885707#3885707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885707 |
From: <aco...@jb...> - 2005-07-20 13:43:26
|
Great work mike. I'm still in the midst of izPack but I'm in Texas ATM. I should have us a workable install early next week. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885704#3885704 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885704 |