RE: [JBoss-user] Jetty - access custom JAAS Principal

2002-11-28 Thread Keysers, Wonne
Title: RE: [JBoss-user] Jetty - access custom JAAS Principal Thanks. Any chance I can access the current Subject and/or Principal via JNDI? Wonne -Original Message- From: julien viet To: Jan Bartel Sent: 11/28/2002 4:20 PM Subject: Re[2]: [JBoss-user] Jetty - access custom JAAS Pr

RE: [JBoss-user] reconnect(ConnectionRecord cr) called with a non null ManagedConnection that was not killed

2002-11-28 Thread G.Nagarajan
yes, I check that all the connections are closed. Interestingly i did not restart jboss and today morning ie, after 6 hours, the errors dont appear anymore. This means that the Connection pool does some cleaning? periodically and if i do this manually or increase the frequency, there should be fewe

[JBoss-user] JBoss on Linux Problem

2002-11-28 Thread Phuwarin . Supawarapong
I have some problem when run application on Linux. I was able to start JBoss and deploy the application. But facing the problem when try to call the jsp page, return nothing. But when I change JRE to version 1.3, it able to run without any problem. Server spec: Linux RedHat 8.0 JBoss 3.0.4 JRE 1.

[JBoss-user] Bayramda Ekonomik Uçak Bileti...!!!(Ýst-Kýbrýs-Ýst 99 USD vergiler dahil)

2002-11-28 Thread SNS Turizm
Title: Ekonomik Uçak Bileti Ýstanbul - Kýbrýs - Ýstanbul Gidiþ : 4 Aralýk 2002 Dönüþ : 8 Aralýk 2002 99 USD (Vergiler Dahil) KIBRIS ÝÇÝN TATÝL PAKETLERÝ VE DÝÐER TÜM HÝZMETLERÝNDE EN DÜÞÜK FÝYAT VE EN ÝYÝ HÝZMET ÝÇÝN BÝZÝ ARAYIN .. ACENTE KOMÝSYONU - %8 ’ DÝR.

Re: [JBoss-user] MalformedObjectNameException: missing domain

2002-11-28 Thread G.L. Grobe
"jboss.mq.destination:service=Queue,name=myQueue" does it! thnxs! - Original Message - From: "Michael Bartmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 3:48 PM Subject: Re: [JBoss-user] MalformedObjectNameException: missing domain > "myQueue" seems

[JBoss-user] Re: Running ECPerf: "non-JRMP server at remote endpoint" !?!

2002-11-28 Thread João Clemente
On Thu, 28 Nov 2002 15:12:09 + João Clemente <[EMAIL PROTECTED]> wrote: > Can it be something related to rmiregistry? I think I've started it correctly since >I cannot bind it again > (java.rmi.server.ExportException: Port already in use: 1099; nested exception is: > java.net.BindExce

[JBoss-user] Running ECPerf: "non-JRMP server at remote endpoint" !?!

2002-11-28 Thread João Clemente
I'm trying to run ECPerf and when I get to the benchmark starting point (start %JAVA_HOME%\bin\java -Djava.security.policy=%DRIVER_POLICY% %DRIVER_PACKAGE%.ControllerImpl) and at every command after that, I get this error messages: java.rmi.ConnectIOException: non-JRMP server at remote endpoint

RE: [JBoss-user] The THANKSGIVING PLAN -- compensation plan

2002-11-28 Thread G.Nagarajan
here is my thanks :-) Nagarajan. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury > Sent: Thursday, November 28, 2002 11:47 PM > To: Jboss-Development@Lists. Sourceforge. Net; > [EMAIL PROTECTED] > Cc: 'daniel fleury' > Subject: [JBoss-us

[JBoss-user] The THANKSGIVING PLAN -- compensation plan

2002-11-28 Thread marc fleury
Folks, We are officially launching the compensation as a way to say "thanks" to all those that make JBoss what it is. The thanksgiving plan is here to reward developers and consultants. Really the program is just a natural extension of the redpill vision that has been driving the 'recruitement'

Re: [JBoss-user] MalformedObjectNameException: missing domain

2002-11-28 Thread Michael Bartmann
"myQueue" seems to be your queues name. "queue/myQueue" is a possible JNDI name (depends on your config) "jboss.mq.destination:service=Queue,name=myQueue" is a possible ObjectName. (depends on your config) Regards, Michael Bartmann G.L. Grobe wrote: I'm getting a "MalformedObjectNameException:

[JBoss-user] MalformedObjectNameException: missing domain

2002-11-28 Thread G.L. Grobe
I'm getting a "MalformedObjectNameException: missing domain" and am wondering what the variable queName is supposed to be set to (thinking that, that's what's wrong). --- String adaptorName = "jmx:myServer:rmi"; try { RMIAdaptor adaptor = (RMIAdaptor) ctx.lookup(adaptorName); ObjectName nam

Re: [JBoss-user] reconnect(ConnectionRecord cr) called with a non null ManagedConnection that was not killed

2002-11-28 Thread David Jencks
What do the getConnection and closeConnection methods do? It's a good idea to do Connection c = ds.getConnection(); try { //do work } finally { c.close(); } david jencks On 2002.11.28 15:46:13 -0500 G.Nagarajan wrote: > hi, > In all my beans I get the connection handle only during the remote me

RE: [JBoss-user] reconnect(ConnectionRecord cr) called with a non null ManagedConnection that was not killed

2002-11-28 Thread G.Nagarajan
hi, In all my beans I get the connection handle only during the remote method invocation. I dont keep any connection open globally. something like method1() { getConnection(); ... .. process .. closeConnection() } i checked the logs and found some "socket reset by peer" and "broken pipe

Re: [JBoss-user] reconnect(ConnectionRecord cr) called with a non null ManagedConnection that was not killed

2002-11-28 Thread David Jencks
This is usually caused by sharing a connection handle between several ejb instances. This is rather hard to do on your own, but Castor is good at it. Please provide more details. david jencks On 2002.11.28 12:38:50 -0500 G.Nagarajan wrote: > hi, > I am using JBoss 3.0 with Postgres as the datab

[JBoss-user] EJB interoperability examples - C++ (CORBA) and C# (WEB service)

2002-11-28 Thread Maris Orbidans
hello I have written several examples of C++ and C# EJB clients. JBoss and IONA ORBacus were used in C++ example. It also demonstrates IIOP communication between JBoss and Java client. The C# example involves WEBLogic. I used WEBLogic's 7.0 ability to expose stateless session beans as WEB

Re: [JBoss-user] JMX Access to Secure EJBs

2002-11-28 Thread Werner Ramaekers
Hey, please check the quick Start Guide because it won't work in the Minimal setting : reason is that in the minimal setting there is no EJB container so you need to use default for that. Werner -- ir. Werner Ramaekers Enterpr

Re: [JBoss-user] Problems with JetSpeed on JBoss

2002-11-28 Thread Werner Ramaekers
Hello, i have Jetspeed running on JBoss without a problem but it required some tweaking. You will find the steps to follow in my weblog on the following URL: http://www.shiftat.com/blog/page/werner/20021027 Let me know if it works because it has been on jboss-user and jetspeed-user before and p

[JBoss-user] reconnect(ConnectionRecord cr) called with a non null ManagedConnection that was not killed

2002-11-28 Thread G.Nagarajan
hi, I am using JBoss 3.0 with Postgres as the database. I am getting these errors. Can anyone tell me when this exception is thrown and how to catch it? Thanks, Nagarajan. 18:18:22,937 WARN [LocalTxConnectionManager] reconnecting a connection handle that still has a managedConnection! org.jboss.

[JBoss-user] getting more information about errors and exceptions

2002-11-28 Thread Schlienger, Marc
Hello, I'm getting the following error [...some exceptions and error messages...] Depends On Me: org.jboss.deployment.DeploymentException: Error while creating t able; - nested throwable: (java.sql.SQLException: CREATE TABLE/VIEW: duplicate c olumn name 'unit_ref'.)] How can I get more informa

RE: [JBoss-user] JMX Access to Secure EJBs

2002-11-28 Thread Damon Hamacha
Hi, I tried to run a Stateless session - using the Minimal Setting. An exception get generated if I place the bean.jar in the \jboss-3.0.4\server\minimal\deploy. I edit the jboss-service.xml and added the But it still does not work. Any ideas Regards, See bellow the exception generated: 17:

Re: [JBoss-user] Problems with JetSpeed on JBoss

2002-11-28 Thread Jules Gosnell
Fabiano Cruz (Cilix Software) wrote: Hi aLL, I´m running JetSpeed 1.4b1 with MySQL on JBoss 3.0.3 ... "everything works fine", but when JBoss started, I´m not seeing this msg: 10:13:18,069 INFO [Server] JBoss (MX MicroKernel) [3.0.3 Date:200209301503] Sta rted in 0m:18s:984ms This message a

[JBoss-user] Problems with JetSpeed on JBoss

2002-11-28 Thread Fabiano Cruz \(Cilix Software\)
Hi aLL,I´m running JetSpeed 1.4b1 with MySQL on JBoss 3.0.3 ... "everything works fine", but when JBoss started, I´m not seeing this msg:10:13:18,069 INFO  [Server] JBoss (MX MicroKernel) [3.0.3 Date:200209301503] Started in 0m:18s:984msThis message appears in the console and after this noth

Re[2]: [JBoss-user] Jetty - access custom JAAS Principal

2002-11-28 Thread julien viet
you can do : if you are LoginContext explicitely to get authentication you can do : LoginContext lc = new LoginContext("my-context"); lc.login(); // authenticate here lc.getSubject().getPrincipals(); (used in forums application) otherwise : SecurityAssociation.getSubject().getPrincipals() that

Re: [JBoss-user] Losing security context WAS:how run swing gui in security context

2002-11-28 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, IB> I use a SessionBean to access my EntityBeans and in the ejbCreate() IB> method of the SessionBean i access a EntityBean and in this method the IB> Server throws the Exception: IB>"java.lang.IllegalStateException: No security context set

[JBoss-user] Losing security context WAS:how run swing gui in security context

2002-11-28 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, IB> I am using JBoss 3.0.3 with J2SDK1.4.1 under Windows 2000 SP3. Sorry, i saw the error is not in the client. I use a SessionBean to access my EntityBeans and in the ejbCreate() method of the SessionBean i access a EntityBean and in this met

[JBoss-user] how run swing gui in security context

2002-11-28 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, does someone know, how i could run my swing based gui in the created security context ? I am using JBoss 3.0.3 with J2SDK1.4.1 under Windows 2000 SP3. In the moment i create a security context and the run the gui class within this context w

Re:[JBoss-user] Jetty - access custom JAAS Principal

2002-11-28 Thread Jan Bartel
Wonne, As far as I know, I don't think this is going to be possible in the immediate future. The web container uses an AuthenticationManager that it looks up in the ENC to authenticate users, and the only method that is exposed by that entity is isValid (Principal p, Object credential). The p

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
BTW - you might find this thread on Benchmarking interesting... http://groups.yahoo.com/group/jetty-discuss/message/5101 Jules Jules Gosnell wrote: SainTiss wrote: Well, to be honest, there isn't any particular reason why I chose the tomcat-integrated build... I just thought that with Tomcat

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
SainTiss wrote: Well, to be honest, there isn't any particular reason why I chose the tomcat-integrated build... I just thought that with Tomcat I'd certainly never run into a "too few features" problem... But if Jetty is a mature WebContainer as well, then maybe I should just switch, as the Tom

Re: [JBoss-user] deploying war file

2002-11-28 Thread SainTiss
Well, to be honest, there isn't any particular reason why I chose the tomcat-integrated build... I just thought that with Tomcat I'd certainly never run into a "too few features" problem... But if Jetty is a mature WebContainer as well, then maybe I should just switch, as the Tomcat support doesn'

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
too bad ! you should try Jetty - it comes bundled by default in the JBoss download. I do the integration AND answer questions on the list :-) BTW - not that I know anything about TC, but... hitting servlets via ../servlet/... is the job of the InvokerServlet. I know there was some concern that

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
SainTiss wrote: Hi, I'm trying to create a servlet here... I've already created a .war file, and jboss says it's been deployed correctly... Now what is the url for the servlet? localhost:8080/ is the only thing that doesn't yield an error, but it doesn't execute the servlet either.. Thanks

Re: [JBoss-user] deploying war file

2002-11-28 Thread SainTiss
Hi, thanks for the offer, but I am using Tomcat indeed... Hans On Thu, 2002-11-28 at 10:43, Jules Gosnell wrote: > SainTiss wrote: > > >Hi, > > > >I'm trying to create a servlet here... > > > >I've already created a .war file, and jboss says it's been deployed > >correctly... > > > >Now what is