[JBoss-user] Jboss with tomcat not starting...

2003-06-16 Thread Atanu Dey
Hi All, Iam very new to Jboss. Using Jboss with tomcat 4.1.24. I have configured everything as per the doc. But when Iam running the run.bat, it is giving the following error ... please suggest me as to what can be the possible error. I have set the classpath of the lib folder in run.bat.

Re: [JBoss-user] Jboss with tomcat not starting...

2003-06-16 Thread Francisco Figueiredo Jr.
Atanu Dey wrote: Hi All, Iam very new to Jboss. Using Jboss with tomcat 4.1.24. I have configured everything as per the doc. But when Iam running the run.bat, it is giving the following error ... please suggest me as to what can be the possible error. I have set the classpath of the lib folder in

RE: [JBoss-user] Exception in JDBCAbstractCMPFieldBridge.loadArgumentResults

2003-06-16 Thread Jeremy Boynes
This one does look a little wierd. Can you provide a few more details on the config (exact VM version, exact OS version, is it multi-cpu)? Thanks Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marcin Gryszkalis Sent: Saturday, June 14, 2003

[JBoss-user] Resource not found!

2003-06-16 Thread Snell Nguyen
Hi everybody! I am a jboss newbie! I wrote a java server which is called XIM. Then I used JMX to integrate XIM into JBoss. XIM has only file xim.jar.I placed it into server/minimal/deploy. I modified user-service.xml: classpath codebase=. archives=xim.jar/ mbean

RE: [JBoss-user] Jboss and Xdoclet

2003-06-16 Thread Brian Topping
-Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Subject: [JBoss-user] Jboss and Xdoclet Can I ask question related to Jboss on xdoclet tasks on this list? Marco, You can ask here, but sometimes the best place to ask them is on the XDoclet user list. Here's why,

[JBoss-user] Connecting to remote MBeanServer

2003-06-16 Thread Simone Milani
Hi, Please could you point me at an example of using the MBeanServer remotely using the EJB or RMI adaptor? Thanks Simone --- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here:

[JBoss-user] EJB reference to external EJB

2003-06-16 Thread Burns, Jamie
Title: Message Im trying to link an EJB to an EJB deployed in another application within JBoss. JBoss Administration and Developement (2nd Ed) says under "EJB References with jboss.xml and jboss-web.xml" (pg 110 of Naming on JBoss...) "The ejb-link element cannot be used to refer to EJB's

Re: [JBoss-user] Connecting to remote MBeanServer

2003-06-16 Thread Nicholas
Here you go: if(ctx==null) ctx = new InitialContext(System.getProperties()); if(server==null) server = (RMIAdaptor) ctx.lookup(jmx/rmi/RMIAdaptor); if(name==null) name = new ObjectName(jboss.security:service=JaasSecurityManager); Object result = server.invoke(name,

Re: [JBoss-user] Jboss and Xdoclet

2003-06-16 Thread Marco Tedone
Thanks Brian for your reply, I got your point. I wasn't definitely going to ask here questions related to XDoclet tags or strategies (I posted those to the XDoclet list). However, it's a fact that JBoss is a succesfull application server, and as an application server, it interacts with lots of

[JBoss-user] JAAS login - updating the SRP cache

2003-06-16 Thread Sebastian Hauer
Hi, I have a question regarding the SRP cache. I have a server side JAAS login config which right now looks like this: application-policy name=beans authentication login-module code=org.jboss.security.srp.jaas.SRPCacheLoginModule flag=requisite module-option

Re: [JBoss-user] Exception in JDBCAbstractCMPFieldBridge.loadArgumentResults

2003-06-16 Thread Marcin Gryszkalis
Jeremy Boynes wrote: This one does look a little wierd. Can you provide a few more details on the config (exact VM version, exact OS version, is it multi-cpu)? Sure, here goes some details, please ask if you need more: The box is Compaq proliant, pIII, single-cpu, 1G ram running linux Debian 3.0

Re: [JBoss-user] JBossSX in a cluster

2003-06-16 Thread Scott M Stark
These two mechanisms should behave the same provided that the Bill2Realm configuration includes the org.jboss.security.ClientLoginModule. If it does not then you will see the principal=null issue. Using the SecurityAssociation as a public api is not supported and when run with a security manager,

Re: [JBoss-user] JAAS login - updating the SRP cache

2003-06-16 Thread Scott M Stark
You can't really do this because the SRP session key used as the authentication token is not being used as the credential for the web application. These two security domains do not have a compatible view. You really need a multiple domain single sign-on type of service which is someting we do not

[JBoss-user] Jetty error message : could not get AbstractReplicatedStore

2003-06-16 Thread Danilo Luiz Rheinheimer
Hello, When I run a Web application (deployed as a war) on JBoss-Jetty 3.2.1 I got a lot of this error printed on the JBoss console : 23:45:50,496 ERROR [SubscribingInterceptor] could not get AbstractReplicatedStore Looks like the error is when it try to get a attribute from the session.

[JBoss-user] Getting env-entries in a servlet

2003-06-16 Thread Tero Paananen
Hello, I've just installed JBoss 4.0 DR1 + Tomcat 4.1.24 bundle and I'm having a wee bit trouble getting the environment entries defined in web.xml working on my servlets. I'm getting xxx not bound NameNotFoundExceptions on JNDI lookups. All other type of JNDI lookups (EJBs, resource references)

[JBoss-user] RE: Getting env-entries in a servlet

2003-06-16 Thread Tero Paananen
All other type of JNDI lookups (EJBs, resource references) work just fine. Running JBoss + Tomcat in the default configuration on W2K platform (run.bat). --- from web.xml -- env-entry description![CDATA[Example of Env Entry]]/description

[JBoss-user] Getting env-entries in a servlet

2003-06-16 Thread Tero Paananen
Hello, I've just installed JBoss 4.0 DR1 + Tomcat 4.1.24 bundle and I'm having a wee bit trouble getting the environment entries defined in web.xml working on my servlets. I'm getting xxx not bound NameNotFoundExceptions on JNDI lookups. All other type of JNDI lookups (EJBs, resource references)

[JBoss-user] Re: Getting env-entries in a servlet

2003-06-16 Thread Tero Paananen
All other type of JNDI lookups (EJBs, resource references) work just fine. Running JBoss + Tomcat in the default configuration on W2K platform (run.bat). --- from web.xml -- env-entry description![CDATA[Example of Env Entry]]/description

[JBoss-user] Immediate Reply Needed

2003-06-16 Thread Kelly Adams
FROM THE DESK OF MR KELLY ADAMS SWITZERLAND Dear Sir, I am an expatriate staff/Network administrator of one of the reputable Financial services Company, here in Geneve Switzerland. I got your contact through an internet business proposal so i decide to contact you on this business