[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: javassist.NotFoundException: transactional (my annotatio

2004-05-24 Thread mriou
I'm not sure I understand your reply. The transaction stuff here is my transaction 
stuff. I have my own transactional API, declared a @transactional tag in my code and 
specified an interceptor in jboss-aop.xml that I created. So I felt like I was just in 
the scope of your example, no ?

And thanks a lot for adding that directory feature for me, that's really helpful.

Matt.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836027#3836027

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836027


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE] - Re: Can I step into JBoss source code in the Eclipse IDE?

2004-05-24 Thread debarcar
I am new to eclipse and jboss. In the beginning, I hope I can:

1 imported all jboss source code into eclipse, so that I can view and edit them.

2 in the eclipse IDE, I can build the whole jboss

3 in the eclipse IDE, with a testing application, I can start an instance of jboss to 
run this application. Also I can step into the jboss souce code in debug mode.

Is this possible? I hope some one can tell me the answer or just tell me where to get 
the answer.

BTW, if this is possible, I hope I can download a configurated eclipse package.

Thank you very much, all jboss friends
 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836025#3836025

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836025


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-24 Thread leberre
ok, I will do that.

Is there somewhere a list of modules:
- that will be released and maintained from 1.1
- a roadmap for the current unsupported modules (a ranking of module integration in 
the next Nukes releases)

I noticed for instance that the poll block is still not displaying the poll question. 
It should not be difficult to fix this definitely and support that module from 1.1.

Daniel



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836026#3836026

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836026


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-959287 ] Exception while trying to stopp the JBOSS server

2004-05-24 Thread SourceForge.net
Bugs item #959287, was opened at 2004-05-24 07:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=959287&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Sudhansu (sudhansuranjan)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exception while trying to stopp the JBOSS server

Initial Comment:
Hi ,

I am using Windows 2000 OS. When I stop the JBOSS 
server it throws the following exception but it 
successfuly closes the Server.

What will be the reson for that?


stopServer:
 [java] Shutting down server http://localhost:8080
 [java] http://localhost:8080/jmx-
console/HtmlAdaptor?action=invokeOpByName&
name=jboss.system%3Atype%
3DServer&methodName=shutdown
 [java] java.net.ConnectException: Connection 
refused: connect
 [java] at java.net.PlainSocketImpl.socketConnect
(Native Method)
 [java] at java.net.PlainSocketImpl.doConnect
(PlainSocketImpl.java:305)
 [java] at 
java.net.PlainSocketImpl.connectToAddress
(PlainSocketImpl.jav
a:171)
 [java] at java.net.PlainSocketImpl.connect
(PlainSocketImpl.java:158)
 [java] at java.net.Socket.connect
(Socket.java:452)
 [java] at java.net.Socket.connect
(Socket.java:402)
 [java] at sun.net.NetworkClient.doConnect
(NetworkClient.java:139)
 [java] at sun.net.www.http.HttpClient.openServer
(HttpClient.java:402)
 [java] at sun.net.www.http.HttpClient.openServer
(HttpClient.java:618)
 [java] at 
sun.net.www.http.HttpClient.parseHTTPHeader
(HttpClient.java:8
14)
 [java] at sun.net.www.http.HttpClient.parseHTTP
(HttpClient.java:711)
 [java] at 
sun.net.www.protocol.http.HttpURLConnection.getInputS
tream(Ht
tpURLConnection.java:626)
 [java] at java.net.URLConnection.getContent
(URLConnection.java:585)
 [java] at org.jboss.Shutdown.shutdown
(Shutdown.java:105)
 [java] Shutdown complete
 [java] at org.jboss.Shutdown.main
(Shutdown.java:81)


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=959287&group_id=22866


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: ReThread

2004-05-24 Thread kabkhan
Hmmm,

got som dodgy mails again. I'm starting to think I get your stuff when I have NOT been 
online and check my mail after a break. I'll try to reproduce the problem here. Has 
anybody been able to reproduce it locally?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836031#3836031

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836031


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE] - Re: Code Assist problem

2004-05-24 Thread andyd
Looks like thread "Error installing with Eclipse 3M9" points out the problem.


Andy.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836029#3836029

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836029


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-959287 ] Exception while trying to stop the JBOSS server

2004-05-24 Thread SourceForge.net
Bugs item #959287, was opened at 2004-05-24 07:48
Message generated for change (Settings changed) made by sudhansuranjan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=959287&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Sudhansu (sudhansuranjan)
Assigned to: Nobody/Anonymous (nobody)
>Summary: Exception while trying to stop the JBOSS server

Initial Comment:
Hi ,

I am using Windows 2000 OS. When I stop the JBOSS 
server it throws the following exception but it 
successfuly closes the Server.

What will be the reson for that?


stopServer:
 [java] Shutting down server http://localhost:8080
 [java] http://localhost:8080/jmx-
console/HtmlAdaptor?action=invokeOpByName&
name=jboss.system%3Atype%
3DServer&methodName=shutdown
 [java] java.net.ConnectException: Connection 
refused: connect
 [java] at java.net.PlainSocketImpl.socketConnect
(Native Method)
 [java] at java.net.PlainSocketImpl.doConnect
(PlainSocketImpl.java:305)
 [java] at 
java.net.PlainSocketImpl.connectToAddress
(PlainSocketImpl.jav
a:171)
 [java] at java.net.PlainSocketImpl.connect
(PlainSocketImpl.java:158)
 [java] at java.net.Socket.connect
(Socket.java:452)
 [java] at java.net.Socket.connect
(Socket.java:402)
 [java] at sun.net.NetworkClient.doConnect
(NetworkClient.java:139)
 [java] at sun.net.www.http.HttpClient.openServer
(HttpClient.java:402)
 [java] at sun.net.www.http.HttpClient.openServer
(HttpClient.java:618)
 [java] at 
sun.net.www.http.HttpClient.parseHTTPHeader
(HttpClient.java:8
14)
 [java] at sun.net.www.http.HttpClient.parseHTTP
(HttpClient.java:711)
 [java] at 
sun.net.www.protocol.http.HttpURLConnection.getInputS
tream(Ht
tpURLConnection.java:626)
 [java] at java.net.URLConnection.getContent
(URLConnection.java:585)
 [java] at org.jboss.Shutdown.shutdown
(Shutdown.java:105)
 [java] Shutdown complete
 [java] at org.jboss.Shutdown.main
(Shutdown.java:81)


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=959287&group_id=22866


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: bounce ClassCastException

2004-05-24 Thread mikea-xoba
right --- don't know why, but  may be because the ClassCastException is being caught 
somewhere else... i apologize for not completely tracing it through yet. will check 
into it. mike 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836044#3836044

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836044


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: ReThread

2004-05-24 Thread mikea-xoba
i believe my microsoft outlook client's been logging in like clockwork every 10-15 
minutes or so when its been running, checking for new mail.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836047#3836047

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836047


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Benchmarking] - No of users Jboss can support

2004-05-24 Thread lee_yuki2000
Hi,
   Does any one know jboss can support how many users? Currently i am using jboss 
3.2.1 and oracle 9.1i. Now I am in testing phase. Jboss will hang when more than 25 
users log in. I am not sure where is the bottle neck. Please help. Thanks in advance.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836048#3836048

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836048


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread spiritualmechanic
Okay so you want to use the mailing-out features of Mail Services instead. Which class 
do you want me to wrap/use? One of the SMTP ones?

Sometimes I think the actual coding in software development is the easy part. 
Communication is the hard part. :)

Not me: "Do you understand?"
Me: "Of course I do!"

... one month later ...

Not me: "No you don't, sucka."
Me: "Doh!"

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836051#3836051

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836051


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - News Component Deploy Error

2004-05-24 Thread kevinyang
When I use snapshot deploy the news module,always get this message:

18:38:48,394 WARN  [ServiceController] Problem starting service nukes.modules:na
  | me=news
  | org.jboss.nukes.common.template.BuildException: Template /news_admin.tpl not fou
  | nd
  | at org.jboss.nukes.common.template.TemplateLoader.loadTemplate(TemplateL
  | oader.java:150)
  | at org.jboss.nukes.addons.modules.news.template.NewsTemplate.loadTemplat
  | es(NewsTemplate.java:110)
  | ...

I think maybe some files missed, can anybody help me ?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836052#3836052

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836052


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: bounce ClassCastException

2004-05-24 Thread kabkhan
I'll take a look a bit later today. Mike, do you have a use case that will cause this 
to happen?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836054#3836054

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836054


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss.net] - Re: JBoss.net Axis version

2004-05-24 Thread cgjung
As far as I remember,  1.0 to 1.1 was more serious than the 1.1 to 1.2 step (which was 
done in a later 3.2.x version).

I recommend using the latest 3.2 for that purpose.

CGJ


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836057#3836057

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836057


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread spiritualmechanic
Okay, now I'm planning on using org.jboss.mail.smtp.sender classes. I'll probably have 
the JCA implement SMTPSenderBean.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836056#3836056

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836056


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: News Component Deploy Error

2004-05-24 Thread jae77
try checking out directly from cvs. there seem to be problems w/ the way the snapshots 
are being created. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836060#3836060

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836060


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-24 Thread jae77
the target modules for the 1.1 release are
- core
- forums (bb)
- news 
- downloads

i'm not really sure where the polls module falls on the list. right now i am in the 
process of "qa-ing" the news and downloads module for release. 

i will try and take a look at the polls module and see how far off it is from being 
ready for official support (some of the goals in releasing new modules is to clean up 
any spagetti code, fix bugs, externalize to templates, move to pure cmp, etc), but i 
wouldn't expect to see it until at least the 1.2 release. 

feel free to take a stab at cleaning up the code, etc. post back if you need help 
getting past something. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836075#3836075

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836075


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-24 Thread victor.sauermann
Okay, okay!

I think I'm reaching aim now.
But some little problems are still available...

1.) I created a sar file containing a MBean. This MBean reads out a XML file. Then it 
instantiates the TreeCache. Afterwards it binds this object with a JNDI name. At last: 
It adds the XML file content to the TreeCache.

A survey of the code:

  | TreeCache cache = new TreeCache();
  | PropertyConfigurator config = new PropertyConfigurator();
  | config.configure(cache, "..\\server\\all\\deploy\\local-service.xml"); // read in 
generic local xml
  | cache.startService();
  | //Bind object to JNDI namespace
  | InitialContext ctx = new InitialContext();
  | ctx.bind( "java:/TreeCache", cache );
  | 

Now the JBoss cluster establishes some accepted views to this TreeCache Instance.

Now I created a StatelessSession Bean, which shall read out the content.

Here is a short code snippet:

  | TreeCache theCache = null;
  | try
  | {
  | InitialContext ctx = new InitialContext();
  | //The following line is line Number 134 in 
com.siemens.is.its.airfield.aglseries.test.POJOTestBean.getValues()
  | Object o = ctx.lookup( "java:/TreeCache" );
  | theCache = (TreeCache)javax.rmi.PortableRemoteObject.narrow(o, TreeCache.class 
);
  | System.out.println(">Entering: POJOTestBean::getValues()<");
  | String key = "aglcore";
  | Node n = theCache.get( key );
  | System.out.println("\tReturned object: " + n.toString());
  | System.out.println(">Leaving:  POJOTestBean::getValues()<");
  | 
  | }
  | catch(Exception e)
  | {
  | e.printStackTrace();
  | }
  | 

But the JBoss server only responses with an Exception like this:
anonymous wrote : 
  | 14:57:28,881 INFO  [StatelessSessionContainer] Started 
jboss.j2ee:jndiName=com.siemens.is.its.airfield.aglseries.test.POJOTest,service=EJB
  | 14:57:28,891 INFO  [EjbModule] Started 
jboss.j2ee:module=test-ejb.jar,service=EjbModule
  | 14:57:28,901 INFO  [EJBDeployer] Deployed: 
file:/D:/Projects/Java/jboss3/server/all/deploy/test-ejb.jar
  | 14:57:28,931 INFO  [MainDeployer] Deployed package: 
file:/D:/Projects/Java/jboss3/server/all/deploy/test-ejb.jar
  | 14:57:37,414 ERROR [STDERR] EJBStatelessSessionBean::setSessionContext is not 
implemented yet.
  | 14:57:37,414 ERROR [STDERR] EJBStatelessSessionBean::ejbCreate is not implemented 
yet.
  | 14:57:37,424 ERROR [STDERR] javax.naming.NameNotFoundException: TreeCache not bound
  | 14:57:37,444 ERROR [STDERR] at 
org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
  | 14:57:37,454 ERROR [STDERR] at 
org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
  | 14:57:37,464 ERROR [STDERR] at 
org.jnp.server.NamingServer.getObject(NamingServer.java:509)
  | 14:57:37,474 ERROR [STDERR] at 
org.jnp.server.NamingServer.lookup(NamingServer.java:282)
  | 14:57:37,484 ERROR [STDERR] at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
  | 14:57:37,494 ERROR [STDERR] at 
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
  | 14:57:37,504 ERROR [STDERR] at 
javax.naming.InitialContext.lookup(InitialContext.java:347)
  | 14:57:37,514 ERROR [STDERR] at 
com.siemens.is.its.airfield.aglseries.test.POJOTestBean.getValues(POJOTestBean.java:134)
  | 14:57:37,524 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 14:57:37,534 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 14:57:37,544 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 14:57:37,554 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
  | 14:57:37,564 ERROR [STDERR] at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
  | 14:57:37,584 ERROR [STDERR] at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
  | 14:57:37,594 ERROR [STDERR] at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
  | 14:57:37,604 ERROR [STDERR] at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
  | 14:57:37,614 ERROR [STDERR] at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:297)
  | 14:57:37,624 ERROR [STDERR] at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:128)
  | 14:57:37,634 ERROR [STDERR] at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:118)
  | 14:57:37,644 ERROR [STDERR] at 
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
  | 14:57:37,654 ERROR [STDERR] at 
org.jboss.ejb.plugins.CleanShutdownInterceptor.invoke(CleanShutdownInterceptor.java:264)
  | 14:57:37,664 ERROR [STDERR] at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderI

[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-24 Thread leberre
Thanks for the clarification.

Would it be possible to vote for the modules to be finalized first?

I will try to pach the polls module to make it work with the 1.1 release.  Polls are 
not as important to me as news or the forum. I can afford to loose/forget them once 
done :-=)

   Daniel

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836078#3836078

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836078


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: javassist.NotFoundException: transactional (my annotatio

2004-05-24 Thread Bill Burke
Ok, so you implemented an transaction interface?
i.e.

  | package org.mriou;
  | public interface transaction {...}
  | 

???

If so, you must provide the fully qualified name of the tag within the doclet tag.

i.e.


  | /**
  |   * @@org.mriou.transaction ("RequiresNew")
  |   */
  | 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836082#3836082

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836082


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread mikea-xoba
here's the way i understand the mail situation going forward in jboss, with  respect 
to jca and jbmail (jbmail = this forum's Mail Services) and  this forum thread; please 
post corrections to this where i err:

1. there's currently an mbean called 'jboss:service=Mail' which uses mbean code  
org.jboss.mail.MailService. this service installs a  javax.naming.Reference to 
javax.mail.Session into JNDI, by default at  java:/Mail. the properties of this 
Session object are configured by  the mbean deployment descriptor, but 'user' and 
'password'  attributes can be changed dynamically. thus, one javax.mail.Session  
object is created per JNDI lookup, with the current global set of properties.

2. the jboss:service=Mail mbean is appropriate for server-wide shared  use, and not 
for specific clients. it represents the server itself as  a 'user',  and not 
human-users a'la pop3.  thus, jboss-logging and other jboss modules can share  it, all 
operating under the same account.

3. the jboss:service=Mail mbean relies on sun's implementation of   
javax.mail.Session, which uses the network to deliver and store   email --- via smtp, 
pop3, etcetera. the nasty bug i reported at the   start of this thread, re 
'MethodNotSupportedException', seemed to   indicate that sun's implementation does not 
support pop3, which i   find difficult to believe! but that's another story...

4. we can develop another implementation of javax.mail.Session   (steve's project), 
which relies on native jbmail operations (message driven beans, etc) when   using host 
'localhost' (i.e., no smtp/pop3/networking/etc, unlike   sun's implementation), and 
make the Session available under the   JCA specification. presumably 'JCA' here means 
a resource adapter to   javax.mail.Session "connections" that also may enable pooling, 
transactions   etc... (see http://java.sun.com/j2ee/connector/index.jsp)  

5. in the short term, to get JCA started quickly (rather than going for step #4 at 
first), i imagine we may just implement a wrapper around sun's javax.mail.Session and 
connect to jbmail on localhost via smtp and pop3. this is basically what i was trying 
when playing with the idea of webmail, sans the JCA part. 

---

btw, i'm composing this post in EMACS due to risk of losing the text  of the post  
when resizing browser window... i should probably post this bug report on  the nukes 
forum. sorry!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836084#3836084

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836084


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-24 Thread jae77
i don't see anything wrong w/ the "community" expressing interest in what they would 
like to see done next. 

what is/are your vote(s) for? 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836086#3836086

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836086


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: bounce ClassCastException

2004-05-24 Thread mikea-xoba
thanks kab --- i was logged in as [EMAIL PROTECTED], user mikea, password in 
jboss-service.xml, on my own local machine's jboss server. i sent an email to [EMAIL 
PROTECTED] from jbmail logs, looks like yahoo didn't like '[EMAIL PROTECTED]' and 
rejected that. a few seconds later, got a classcastexception in jbmail logs. this was 
all in latest HEAD code. mike


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836090#3836090

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836090


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Looking for source code of JBossCache 1.0.1

2004-05-24 Thread jose
Hi,

Where can I find a zip containing the source code of JBossCache 1.0.1
I can't find it neither on this site, nor on sourceforge.

Thanks,

Jose

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836091#3836091

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836091


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread acoliver
Mike sounds right with the exception of the last part.  vi is the proper tool.  I do 
not loose my posts composing on Mozilla Firefox (aka firebird)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836092#3836092

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836092


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: ReThread

2004-05-24 Thread acoliver
I'm wondering if its hypersonic or the actual MBean server.  I'm going to stick in 
some debugging code to see if we ever get a result that doesn't make sense.  (like 
mail != user when criteria = user)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836093#3836093

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836093


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-24 Thread bwang00
The testsuite under jboss-head has a test case that demonstrate how to access 
TreeCache MBean from SLSB. THe files are 
src/main/org/jboss/test/cache/test/local/MBeanUnitTest.java and 
src/main/org/jboss/test/cache/test/bean/TreeCacheMBeanTesterBean.java.

Please check it out.

Thanks,

-Ben

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836094#3836094

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836094


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread kabkhan
I use Textpad myself :-)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836096#3836096

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836096


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Looking for source code of JBossCache 1.0.1

2004-05-24 Thread bwang00
You can find the latest source from jboss-head under jboss sourceforge or use the tag 
JBossCache1_01 to get the exact 1_01 release.

Thanks,

-Ben

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836100#3836100

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836100


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [TODO -- DEVELOPMENT] - Where are the UML Diagrams?

2004-05-24 Thread ca_cise
Hey guys,

I work for a university and would like our students to have access to JBoss.  Because 
of security issues any student who wants to deploy something with JBoss must run their 
own instance of the server.  This could lead to 2 or more JBoss servers running on the 
same machine.  What I would like to do is change the jboss-services.xml file a bit.

For a mbean you can give the port number to use for a service.  I would like to change 
it to something like -4455 for the port number instead of just .  This way the 
server will use a port within the given range.  So my question is where is the 
jboss-service.xml parser located at?  And where are all the UML Diagrams outlining 
this project if any?

Thanks


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836120#3836120

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836120


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JTA on JBoss] - how to debug TransactionRolledbackLocalException

2004-05-24 Thread ittay
this is not exactly a development question, but i could find no other suitable forum.

i have tons of TransactionRolledbackLocalException happening. usually i get the stack 
trace, but that doesn't help me as the source of the deadlock (which is what i think 
happened) is in another thread, which i know nothing about.

can someone suggest techniques for debugging these exceptions?

thanx,
ittay

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836124#3836124

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836124


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: bounce ClassCastException

2004-05-24 Thread kabkhan
Fixed, the errors happening within SMTPSender are different when the server can't be 
reached, and when an account on a server is invalid. The invalid account exception 
(SendFailedException) returns a InternetAddress[]. Previously I created MailAddress 
from the failed ones, now I am creating EnvelopedAddress w/local=false.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836125#3836125

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836125


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-925597 ] Problem with JDBCLoadEntityCommand in 3.2.4

2004-05-24 Thread SourceForge.net
Bugs item #925597, was opened at 2004-03-29 14:35
Message generated for change (Comment added) made by jacyg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=925597&group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
>Resolution: None
Priority: 5
Submitted By: Jacy Grannis (jacyg)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: Problem with JDBCLoadEntityCommand in 3.2.4

Initial Comment:
There seems to be a problem with using finders in
3.2.4.  After the finder has been run, the loader
iteratively calls sql statements to load each
individual bean, and ends up generating quite a lot of
unnecessary sql statements.  I'm running 3.2.4rc1 under
java 1.4.2_01-b06.  I've included a snippet from my
logs that illustrates the problem.  The "Classes" bean
(which is merely an example, I see the same behaviour
with all my entity beans) has 4 fields, a Long primary
key, a String name, a Long type_id, and a String
description.  I rather doubt that has much to do with
it, since this behaviour doesn't exist in 3.2.1, but in
case you were wondering.  We are using the standard cmp
configuration, with the exception of changing our
strategy to "on-find" instead of "on-load".  The
observed behaviour makes 3.2.4 pretty much unusable for
doing entity beans b/c it *seriously* slows things
down.  Let me know if you have any questions.

(log messages attached, nothing snipped or anything,
it's exactly as it showed up)



--

>Comment By: Jacy Grannis (jacyg)
Date: 2004-05-24 17:56

Message:
Logged In: YES 
user_id=711020

I've found the root of this problem.  The problem has to do
with the ReadAheadCache being used in multiple places.  In
particular, the load() method of the ReadAheadCache.  What
happens is this:  in the course of the entity call, the
JDBCCMRFieldBridge calls the load() method.  At the end of
the load() method, it clears out the cache for that id. 
Then, later in the course of that invocation, the
JDBCLoadEntityCommand also calls load().  This returns false
b/c the data has already been cleared out of the cache by
the earlier load().  Then, because the load() returned
false, it reruns the query to load the data up.  I'm not
sure what the proper resolution of this is, but it is
definitely a serious issue with CMP. 

--

Comment By: Jacy Grannis (jacyg)
Date: 2004-03-30 10:04

Message:
Logged In: YES 
user_id=711020

Sure.  Here is the method, it is in a stateless session bean
that is using CMT.



/**
 * @ejb.interface-method
 * Method findClazzes
 *
 * @param type
 *
 * @return
 *
 * @throws FuelQuestException
 *
 */
public Collection findClazzes(ClazzType type) throws
FuelQuestException
{
try
{
Collection col =
classHome.findByClazzTypeId(type.getId().getValue());

if ((col == null) || (col.size() == 0))
{
return Collections.EMPTY_LIST;
}
else
{
List list = new ArrayList(col.size());

for (Iterator it = col.iterator(); it.hasNext(); )
{

list.add(getClazzImpl((LocalClazzes)it.next()));
}

return list;
}
}
catch (FinderException fe)
{
super.setRollbackOnly();

throw new FuelQuestException("Error getting classes.", fe);
}
}

--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-03-30 01:00

Message:
Logged In: YES 
user_id=543482

Could you post the code that triggers this SQL?

--

Comment By: Jacy Grannis (jacyg)
Date: 2004-03-29 15:55

Message:
Logged In: YES 
user_id=711020

furthermore, since this behaviour didn't exist before,
before it would run the finder and then a SINGLE query to
load up the entities, this would be a bug, and should be
addressed.  CMP under jboss is unusable otherwise.

--

Comment By: Jacy Grannis (jacyg)
Date: 2004-03-29 15:53

Message:
Logged In: YES 
user_id=711020

I've read your CMP docs, multiple times.  It shouldn't be
running a query for each row returned by the finder.  It
should have been able to load them in a single query.  Did
you even look at the log statements?

--

Commen

[JBoss-dev] JBoss Shutdown Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-05-24 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Tue May 25 02:05:15 GMTDT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
javax.naming.CommunicationException.  Root exception is java.rmi.UnmarshalException: 
error unmarshalling return; nested exception is: 
java.io.EOFException
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:164)
at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:527)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:506)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.Shutdown.main(Shutdown.java:182)
Caused by: java.io.EOFException
at 
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2438)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1245)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:297)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:146)
... 5 more
Exception in thread "main" JBOSS SHUTDOWN FAILED

===
Tue May 25 02:05:15 GMTDT 2004
===
CYGWIN_NT-5.1 quarks2 1.5.4(0.94/3/2) 2003-09-12 23:08 i686 unknown unknown Cygwin
===
java -version
java version "1.4.1_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_06-b01)
Java HotSpot(TM) Client VM (build 1.4.1_06-b01, mixed mode)


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-05-24 Thread kimptoc_mail

View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040525003621
BUILD FAILEDAnt Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: 1Date of build: 05/25/2004 00:36:21Time to build: 13 minutes 27 secondsLast changed: 05/24/2004 11:58:44Last log entry: Added aspects to intercept calls to the reflection API.




    Unit Tests: (0)No Tests RunThis project doesn't have any tests 
 Modifications since last build: (69)1.4modifiedkabkhanaop/src/resources/test/basic/jboss-aop.xmlAdded aspects to intercept calls to the reflection API.1.3modifiedkabkhanaop/src/main/org/jboss/test/aop/basic/AOPTester.javaAdded aspects to intercept calls to the reflection API.1.1addedkabkhanaop/src/main/org/jboss/test/aop/basic/ReflectionAopPOJO.javaAdded aspects to intercept calls to the reflection API.1.1addedkabkhanaop/src/main/org/jboss/test/aop/basic/ReflectionAopRootPOJO.javaAdded aspects to intercept calls to the reflection API.1.1addedkabkhanaop/src/main/org/jboss/test/aop/basic/ReflectionAspectTester.javaAdded aspects to intercept calls to the reflection API.1.1addedkabkhanaop/src/main/org/jboss/test/aop/basic/ReflectionPOJO.javaAdded aspects to intercept calls to the reflection API.1.5modifiedbwang00thirdparty/ws4ee/lib/axis-ws4ee.jarUpdated with port to saaj1.21.4modifiedejortconnector/src/etc/example-config/mssql-xa-ds.xmlPort MSSQL XA fix from 3.21.57modifiedejortserver/src/main/org/jboss/ejb/EJBDeployer.javaPut some console logging in place for undeployment of ejbs tomirror the deployment.1.59modifiedejortserver/src/main/org/jboss/ejb/EjbModule.javaPut some console logging in place for undeployment of ejbs tomirror the deployment.1.41modifiedejortserver/src/main/org/jboss/ejb/MessageDrivenContainer.javaRemove duplicate logging1.2modifiedejortconnector/src/etc/example-config/hajndi-jms-ds.xmlPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.8modifiedejortconnector/src/etc/example-config/jms-ds.xmlPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.4modifiedejortconnector/src/main/org/jboss/resource/adapter/jms/TestClient.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.8modifiedejortserver/src/main/org/jboss/jms/jndi/AbstractJMSProviderAdapter.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.10deletedejortserver/src/main/org/jboss/jms/jndi/JBossMQProvider.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.7modifiedejortserver/src/main/org/jboss/jms/jndi/JMSProviderAdapter.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.21modifiedejortserver/src/main/org/jboss/jms/jndi/JMSProviderLoader.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.2modifiedejortserver/src/main/org/jboss/jms/jndi/JNDIProviderAdapter.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.6modifiedejortserver/src/resources/dtd/jboss_3_2.dtdFix a typo1.323modifiedtdieslerbuild/build.xml+ put axis-ws4ee.jar in client instead of axis.jar+ note this might break jboss.net1.3modifiedtdieslerthirdparty/ws4ee/README.txtadd the basic profile comment1.4modifiedtdieslerthirdparty/ws4ee/lib/axis-ws4ee.jar+ fix the child node handling in MessageElement+ add a few testcases+ get the axis test suite up to speedPLEASE MAKE SUREyou run "ant clean all-tests" before updating this jar1.2modifiedtdieslerthirdparty/ws4ee/README.txt+ fix the child node handling in MessageElement+ add a few testcases+ get the axis test suite up to speedPLEASE MAKE SUREyou run "ant clean all-tests" before updating this jar1.5modifiedejortserver/src/resources/dtd/jboss_3_2.dtdcall-by-value is now available in 3.21.3modifiedejortserver/src/resources/dtd/jboss-app_4_0.dtdjmx-name is now in jboss-3.21.2modifiedejortserver/src/resources/dtd/jboss-app_3_2.dtdjmx-name is now in jboss-3.21.35modifiedejortserver/src/main/org/jboss/deployment/EARDeployer.javaDon't automatically install a loader repository if the ear is embeddedin another deployment.Fix a typo destroy->stop1.121modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaadded getTransactionManager()1.12modifiedbelabancache/src/main/org/jboss/cache/loader/CacheLoader.javaadded exception to commit() method1.7modifiedbelabancache/src/main/org/jboss/cache/Modification.javaapplied patch as suggested by Mark Hayes1.17modifiedjuhalindforssystem/src/main/org/jboss/deployment/XSLSubDeployer.java- reformat code- removed some empty if blocks- don't use stringified urls in xml parser, encoding whitespace in string url is not working correctly.1.120modifiedbelabancache/src/main/org/jbos

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

2004-05-24 Thread kimptoc_mail

View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040525005347Lbuild.40
BUILD COMPLETE - build.40Date of build: 05/25/2004 00:53:47Time to build: 13 minutes 8 secondsLast changed: 05/24/2004 23:17:35Last log entry: Ensure non-java files (e.g. mbeans-descriptors.xml) from the source path are included in the tomcat-service.jar




    Unit Tests: (0)No Tests RunThis project doesn't have any tests 
 Modifications since last build: (61)1.1.1.1.2.15modifiedbstansberrytomcat/build.xmlEnsure non-java files (e.g. mbeans-descriptors.xml) from the source path are included in the tomcat-service.jar1.1.2.2deletedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/SingleSignOn.javaReplace SingleSignOn with ClusteredSingleSignOn1.1.2.2modifiedbstansberrytomcat/src/resources/sso-channel-50.xmlUpdate to new JGroups config file format1.1.1.1.2.17modifiedbstansberrytomcat/src/resources/server-50.xmlReplace SingleSignOn with ClusteredSingleSignOn1.1.2.2modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/TreeCacheSSOClusterManager.java-- Port changes from HEAD-- Allow setting of TreeCache after object is started since the ClusteredSSO valve does not exist before Tomcat's start method is invoked1.1.2.1modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/ClusteredSingleSignOn.javaReplace SingleSignOn with ClusteredSingleSignOn1.1.2.2modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/SSOClusterManager.javaReplace SingleSignOn with ClusteredSingleSignOn1.1.2.2modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/SingleSignOnEntry.javaReplace SingleSignOn with ClusteredSingleSignOn1.2.2.1modifiedbstansberrytomcat/src/main/org/jboss/web/tomcat/tc5/sso/mbeans-descriptors.xmlReplace SingleSignOn with ClusteredSingleSignOn1.1.2.2modifiedejortconnector/src/etc/example-config/mssql-xa-ds.xmlFixes for MSSQL using two datasources over the same DB,does any DB vendor read the spec?1.23.2.16modifiedejortserver/src/main/org/jboss/ejb/EJBDeployer.javaAdd undeploying messages for EJBs to mirror deployment logging1.34.2.23modifiedejortserver/src/main/org/jboss/ejb/EjbModule.javaAdd undeploying messages for EJBs to mirror deployment logging1.23.2.7modifiedejortserver/src/main/org/jboss/ejb/MessageDrivenContainer.javaRemove duplicate logging1.1.2.2modifiedejortconnector/src/etc/example-config/hajndi-jms-ds.xmlOf course in memory won't work in a clusteruse XAConnectionFactory not java:/XAConnectonFactory for HAJNDIaccess.1.160.2.153modifiedejortbuild/build.xmlAdded hajndi-jms-ds.xml for accessing JMS over HAJNDI.Use this in the all configuration for the HAJMS solution1.1.2.1modifiedejortconnector/src/etc/example-config/hajndi-jms-ds.xmlAdded hajndi-jms-ds.xml for accessing JMS over HAJNDI.Use this in the all configuration for the HAJMS solution1.1.2.4modifiedejortconnector/src/etc/example-config/jms-ds.xmlAdded hajndi-jms-ds.xml for accessing JMS over HAJNDI.Use this in the all configuration for the HAJMS solution1.6.6.1modifiedejortserver/src/main/org/jboss/jms/jndi/AbstractJMSProviderAdapter.javaDeprecated JBossMQProvider as the JMSProviderLoader delegateReplaced with JNDIProviderAdapter that takes jndi properties e.g.DefaultJMSProvider  org.jboss.jms.jndi.JNDIProviderAdapterjava:/XAConnectionFactoryjava:/XAConnectionFactory   java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory   java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces   java.naming.provider.url=""  NOTE: This also makes connecting to thirdparty jms implementations easier,since you just provide the jndi properties inline.1.9.4.1modifiedejortserver/src/main/org/jboss/jms/jndi/JBossMQProvider.javaDeprecated JBossMQProvider as the JMSProviderLoader delegateReplaced with JNDIProviderAdapter that takes jndi properties e.g.DefaultJMSProvider  org.jboss.jms.jndi.JNDIProviderAdapterjava:/XAConnectionFactoryjava:/XAConnectionFactory   java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory   java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces   java.naming.provider.url=""  NOTE: This also makes connecting to thirdparty jms implementations easier,since you just provide the jndi properties inline.1.5.2.1modifiedejortserver/src/main/org/jboss/jms/jndi/JMSProviderAdapter.javaDeprecated JBossMQProvider as the JMSProviderLoader delegateReplaced with JNDIProviderAdapter that takes jndi properties e.g.DefaultJMSProvider  org.jboss.jms.jndi.JNDIProviderAdapterjava:/XAConnectionFactoryjava:/XAConnectionFactory   java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory   java.naming.fac

[JBoss-dev] [Tomcat] - Shared TreeCache for Session Replication and SSO

2004-05-24 Thread bstansberry
A while ago I added package o.j.web.tomcat.tc5.sso which uses a TreeCache to provide 
cross-cluster support for Tomcat's Single Sign On valve.   Scott suggested that it 
would be good if the sso code could share a TreeCache with the JBossCacheManager that 
will be used for session replication.

I'm writing to be sure I'm on the same page with those of you working on the 
JBossCacheManager.

I've tweaked the sso code so it exposes an MBean attribute for its TreeCache, which at 
a minimum would allow the Tomcat5 MBean to set the tree cache to some shared object.  
However, I saw in the jboss-service-50.xml file in HEAD a reference to a shared 
tree-cache mbean "jboss.cache:service=TreeCache".  This led me to a couple of 
questions:

1) Is the use of "jboss.cache:service=TreeCache" still the plan?  If so, I'll look at 
updating the sso code to try to find this tree cache service as its default behavior, 
only creating its own cache if it can't find the shared service.

2) What is the planned configuration of "jboss.cache:service=TreeCache"?  The tree 
cache used by the sso is configured for REPL_SYNC, with READ_COMMITTED transaction 
isolation.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835695#3835695

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835695



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-05-24 Thread kimptoc_mail

View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040525021701
BUILD FAILEDAnt Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122Date of build: 05/25/2004 02:17:01Time to build: 13 minutes 50 secondsLast changed: 05/25/2004 01:46:23Last log entry: Use the string table value for the toString result and include the'.' in the extension value.




    Unit Tests: (0)No Tests RunThis project doesn't have any tests 
 Modifications since last build: (120)1.3modifiedstarksmj2ee/src/main/javax/enterprise/deploy/shared/ModuleType.javaUse the string table value for the toString result and include the'.' in the extension value.1.4modifiedkabkhanaop/src/resources/test/basic/jboss-aop.xmlAdded aspects to intercept calls to the reflection API.1.3modifiedkabkhanaop/src/main/org/jboss/test/aop/basic/AOPTester.javaAdded aspects to intercept calls to the reflection API.1.1addedkabkhanaop/src/main/org/jboss/test/aop/basic/ReflectionAopPOJO.javaAdded aspects to intercept calls to the reflection API.1.1addedkabkhanaop/src/main/org/jboss/test/aop/basic/ReflectionAopRootPOJO.javaAdded aspects to intercept calls to the reflection API.1.1addedkabkhanaop/src/main/org/jboss/test/aop/basic/ReflectionAspectTester.javaAdded aspects to intercept calls to the reflection API.1.1addedkabkhanaop/src/main/org/jboss/test/aop/basic/ReflectionPOJO.javaAdded aspects to intercept calls to the reflection API.1.1addedkabkhanaop/src/main/org/jboss/aop/reflection/ReflectionAspect.javaAdded aspects to intercept calls to the reflection API.1.5modifiedbwang00thirdparty/ws4ee/lib/axis-ws4ee.jarUpdated with port to saaj1.21.4modifiedejortconnector/src/etc/example-config/mssql-xa-ds.xmlPort MSSQL XA fix from 3.21.57modifiedejortserver/src/main/org/jboss/ejb/EJBDeployer.javaPut some console logging in place for undeployment of ejbs tomirror the deployment.1.59modifiedejortserver/src/main/org/jboss/ejb/EjbModule.javaPut some console logging in place for undeployment of ejbs tomirror the deployment.1.41modifiedejortserver/src/main/org/jboss/ejb/MessageDrivenContainer.javaRemove duplicate logging1.2modifiedejortconnector/src/etc/example-config/hajndi-jms-ds.xmlPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.8modifiedejortconnector/src/etc/example-config/jms-ds.xmlPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.4modifiedejortconnector/src/main/org/jboss/resource/adapter/jms/TestClient.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.8modifiedejortserver/src/main/org/jboss/jms/jndi/AbstractJMSProviderAdapter.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.10deletedejortserver/src/main/org/jboss/jms/jndi/JBossMQProvider.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.7modifiedejortserver/src/main/org/jboss/jms/jndi/JMSProviderAdapter.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.21modifiedejortserver/src/main/org/jboss/jms/jndi/JMSProviderLoader.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.2modifiedejortserver/src/main/org/jboss/jms/jndi/JNDIProviderAdapter.javaPort JNDIProviderAdapter from 3.2 and remove JBossMQProviderAdapterdeprecated in 3.21.6modifiedejortserver/src/resources/dtd/jboss_3_2.dtdFix a typo1.323modifiedtdieslerbuild/build.xml+ put axis-ws4ee.jar in client instead of axis.jar+ note this might break jboss.net1.3modifiedtdieslerthirdparty/ws4ee/README.txtadd the basic profile comment1.4modifiedtdieslerthirdparty/ws4ee/lib/axis-ws4ee.jar+ fix the child node handling in MessageElement+ add a few testcases+ get the axis test suite up to speedPLEASE MAKE SUREyou run "ant clean all-tests" before updating this jar1.2modifiedtdieslerthirdparty/ws4ee/README.txt+ fix the child node handling in MessageElement+ add a few testcases+ get the axis test suite up to speedPLEASE MAKE SUREyou run "ant clean all-tests" before updating this jar1.5modifiedejortserver/src/resources/dtd/jboss_3_2.dtdcall-by-value is now available in 3.21.3modifiedejortserver/src/resources/dtd/jboss-app_4_0.dtdjmx-name is now in jboss-3.21.2modifiedejortserver/src/resources/dtd/jboss-app_3_2.dtdjmx-name is now in jboss-3.21.35modifiedejortserver/src/main/org/jboss/deployment/EARDeployer.javaDon't automatically install a loader repository if the ear is embeddedin another deployment.Fix a typo destroy->stop1.121modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaadded getTransactionManager()1.12modifiedbelabancache/src/main/org/jboss/cache/loader/CacheLoader.javaadded exception to commit() method1.7modifiedbelabancache/src/main/or

[JBoss-dev] [ jboss-Bugs-925597 ] Problem with JDBCLoadEntityCommand in 3.2.4

2004-05-24 Thread SourceForge.net
Bugs item #925597, was opened at 2004-03-29 23:35
Message generated for change (Comment added) made by loubyansky
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=925597&group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jacy Grannis (jacyg)
Assigned to: Alexey Loubyansky (loubyansky)
Summary: Problem with JDBCLoadEntityCommand in 3.2.4

Initial Comment:
There seems to be a problem with using finders in
3.2.4.  After the finder has been run, the loader
iteratively calls sql statements to load each
individual bean, and ends up generating quite a lot of
unnecessary sql statements.  I'm running 3.2.4rc1 under
java 1.4.2_01-b06.  I've included a snippet from my
logs that illustrates the problem.  The "Classes" bean
(which is merely an example, I see the same behaviour
with all my entity beans) has 4 fields, a Long primary
key, a String name, a Long type_id, and a String
description.  I rather doubt that has much to do with
it, since this behaviour doesn't exist in 3.2.1, but in
case you were wondering.  We are using the standard cmp
configuration, with the exception of changing our
strategy to "on-find" instead of "on-load".  The
observed behaviour makes 3.2.4 pretty much unusable for
doing entity beans b/c it *seriously* slows things
down.  Let me know if you have any questions.

(log messages attached, nothing snipped or anything,
it's exactly as it showed up)



--

>Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-05-25 09:49

Message:
Logged In: YES 
user_id=543482

Please, provide a testcase or detailed instructions to
reproduce.

--

Comment By: Jacy Grannis (jacyg)
Date: 2004-05-25 01:56

Message:
Logged In: YES 
user_id=711020

I've found the root of this problem.  The problem has to do
with the ReadAheadCache being used in multiple places.  In
particular, the load() method of the ReadAheadCache.  What
happens is this:  in the course of the entity call, the
JDBCCMRFieldBridge calls the load() method.  At the end of
the load() method, it clears out the cache for that id. 
Then, later in the course of that invocation, the
JDBCLoadEntityCommand also calls load().  This returns false
b/c the data has already been cleared out of the cache by
the earlier load().  Then, because the load() returned
false, it reruns the query to load the data up.  I'm not
sure what the proper resolution of this is, but it is
definitely a serious issue with CMP. 

--

Comment By: Jacy Grannis (jacyg)
Date: 2004-03-30 19:04

Message:
Logged In: YES 
user_id=711020

Sure.  Here is the method, it is in a stateless session bean
that is using CMT.



/**
 * @ejb.interface-method
 * Method findClazzes
 *
 * @param type
 *
 * @return
 *
 * @throws FuelQuestException
 *
 */
public Collection findClazzes(ClazzType type) throws
FuelQuestException
{
try
{
Collection col =
classHome.findByClazzTypeId(type.getId().getValue());

if ((col == null) || (col.size() == 0))
{
return Collections.EMPTY_LIST;
}
else
{
List list = new ArrayList(col.size());

for (Iterator it = col.iterator(); it.hasNext(); )
{

list.add(getClazzImpl((LocalClazzes)it.next()));
}

return list;
}
}
catch (FinderException fe)
{
super.setRollbackOnly();

throw new FuelQuestException("Error getting classes.", fe);
}
}

--

Comment By: Alexey Loubyansky (loubyansky)
Date: 2004-03-30 10:00

Message:
Logged In: YES 
user_id=543482

Could you post the code that triggers this SQL?

--

Comment By: Jacy Grannis (jacyg)
Date: 2004-03-30 00:55

Message:
Logged In: YES 
user_id=711020

furthermore, since this behaviour didn't exist before,
before it would run the finder and then a SINGLE query to
load up the entities, this would be a bug, and should be
addressed.  CMP under jboss is unusable otherwise.

--

Comment By: Jacy Grannis (jacyg)
Date: 2004-03-30 00:53

Message:
Logged In: YES 
user_id=711020

I've read your CMP docs, multiple times