[JBoss-user] [HTTPD, Servlets & JSP] - java.lang.CirculatoryError on using JBoss's tomcat

2005-05-18 Thread kaapilgupta77
We were using separate Tomcat to keep JSP and Servlets. To avoid remote calls to EJBs, we have now placed our web module inside JBoss (3.2.5). But now when I login to my web site, i receive following error on my JBoss console java.lang.CirculatoryError: org/apache/catalina/servlets/InvokerHttpRe

[JBoss-user] [Installation & Configuration] - ERROR [PoolTcpEndpoint]

2005-05-18 Thread egunawan
Hi there, i've just upgraded my jboss server from 3.2.3 to 3.2.7. all the ejbs and apps are deployed perfectly. I'm able to login etc etc etc. but when i checked the server log, i've found out the following error: | 13:58:43,197 ERROR [PoolTcpEndpoint] Remote Host /x.x.x.x SocketException: Sof

[JBoss-user] [Beginners Corner] - Re: Storemanagers

2005-05-18 Thread jean-francois2
thx my problem is solved View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878303#3878303 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878303 --- This SF.Net email is

[JBoss-user] [Messaging, JMS & JBossMQ] - Implementing a JMS message aggregator

2005-05-18 Thread pbober
I am trying to implement a JMS message Aggregator which reads N messages from an input queue and writes a single aggregate message to an output queue (see http://www.eaipatterns.com/Aggregator.html) . I have the constraint that messages cannot be lost, although I suppose that messages can be d

[JBoss-user] [EJB/JBoss] - help!! How to configure the timeout of a statful session bea

2005-05-18 Thread can_i
How to configure the timeout value of a statful session bean in jboss 4.0? Thanks, Bruce View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878299#3878299 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878299 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate 3 unable to update or delete

2005-05-18 Thread fmaredia
Any response yet? Any word from JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878298#3878298 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878298 --- This

[JBoss-user] [HTTPD, Servlets & JSP] - Problem configuring TassieDB database to work with Tassie On

2005-05-18 Thread kumar171
Hi everybody I have been unable to get Budi Kurniawan's application to read anything from the database TassieDB . I am not sure what is wrong. I downloaded the database from the CD. Then since this was an older version of Access, I had to let my Access convert it to the newer form. I then con

[JBoss-user] [Nukes User] - Re: How-to add album and wiki to nuke

2005-05-18 Thread anthos
It says "Currently, 802 guests and 43 members are online." .. are all dormant here ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878296#3878296 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878296 ---

[JBoss-user] [JBoss Getting Started Documentation] - Duke Bank Problem at Section 4.1.8

2005-05-18 Thread bossfix
Hi all, Steps before running Duke Bank are fine, problem starts from login the bank application / restart JBoss, exception found on console: 09:55:49,435 INFO [STDOUT] org.jboss.ejb.plugins.cmp.ejbql.ParseException: Enco untered "t.timeStamp >=" at line 2, column 59. . . . The ph

[JBoss-user] [Beginners Corner] - Re: Storemanagers

2005-05-18 Thread vashistvishal
Use an ear file for scoping of two war files. You might want to read on Classloaders in JBoss as well, discussed in Administration Guide and Wiki. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878294#3878294 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [HTTPD, Servlets & JSP] - Re: how to Share Session between multiple WARS under the sam

2005-05-18 Thread oea
the logic of Websphere and WebLogic to do this, it is to persistent session to memory. it is can be configured. does Jboss has same function? cherrs, glen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878293#3878293 Reply to the post : http://www.jboss.or

[JBoss-user] [JBoss Portal] - Re: Remote Portlets on one portal page

2005-05-18 Thread mholzner
are you talking about WSRP ? ...or what is a remote portlet in this scenario? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878291#3878291 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878291 --

[JBoss-user] [HTTPD, Servlets & JSP] - how to Share Session between multiple WARS under the same EA

2005-05-18 Thread oea
hi, guys, my task is Sharing http Session Context between multiple WARS under the same EAR with JBoss 3. I knew it is very easy with Websphere and WebLogic. just config issues. But no ideal how to do it with JBoss. so pls advise! thanks in advance! View the original post : http://www.jboss.or

[JBoss-user] [HTTPD, Servlets & JSP] - setContentType() not working with SSL

2005-05-18 Thread marklarson
Hello, I have JBoss 4.0.2/Tomcat 5.5, using JasperReport 0.6.1 I have a servlet that returns pdf/xls dynamically, which works for me under JBoss 3.2.3/Tomcat 4.1: | response.setContentType("application/pdf"); | response.addHeader("Content-Disposition", | "attachment; filename=returnFil

[JBoss-user] [The Lizzard's corner] - Qs about Eclipse support for Java 1.5 (EJB 3.0)

2005-05-18 Thread HareshPatel
Hi! We are working with JBoss 4.0.0-sp1 package to develop EJB 3.0 beans which uses Java 1.5.0 features (annotations). The latest Eclipse 3.0.2 editor doesn't recognize the new features of Java 1.5, and it is documented in their release notes. We'd like to know which Java 1.5 IDE you are

[JBoss-user] [Javassist user questions] - Problem with java.lang.VerifyError

2005-05-18 Thread bspies
Hi all, I'm working on code that dynamically parses input records based on XML configuration...I'm having a problem with a thrown java.lang.VerifyError from Class newInstance() after calling CtClass.toClass(). The error is this: java.lang.VerifyError: (class: com/sbc/bac/load/cebav/account/Dai

[JBoss-user] [Management, JMX/JBoss] - Re: JMX/SNMP newbie question

2005-05-18 Thread [EMAIL PROTECTED]
The notification types can be anything you like, just try to make it unique. It is common to use some package-like convention, e.g. com.xxx.some.type The next step is to subscribe to receive your notification by configuring the SubscriptionList attribute of the adaptor. The provided mechanism

[JBoss-user] [JBossCache] - Transaction commit and replication

2005-05-18 Thread a045103
I have a question about transactions and replication where TreeCache is used as a hibernate 2nd-level cache. The scenario is where I update a hibernate object that is cached. When the hibernate transaction is commited, is the cache replication done as part of the transaction (and rolled back if

[JBoss-user] [Installation & Configuration] - Re: From Localhost to IP adress

2005-05-18 Thread Archanazzar
I've tried to run jboss with the -b ip in dos prompt, but it's still the same result. It shows the jboss starting page in localhost and not on my ipadress. I'm using JBoss 4.0.2 with the newest JAVA SDK 1.5 with netbeans included. I'm running JBoss on the default. What i noticed now is the follo

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-18 Thread [EMAIL PROTECTED]
goto jira.jboss.com and open a task on the application server with minor priority, for the management module. Include a link to this forum post. http://jira.jboss.com/jira/secure/CreateIssue!default.jspa you probably need to register there first. View the original post : http://www.jboss.org/i

[JBoss-user] [HTTPD, Servlets & JSP] - problem with web.xml during Apache startup

2005-05-18 Thread kumar171
Hi I am trying to run Budi Kurniawan's Tassie Book store on JBoss 2.4.2 and Tomcat 4.1. I have my web.xml file under C:\tomcatj\webapps\bookstore\WEB-INF and the contents of this file are as under: ?xml version="1.0" encoding="ISO-8859-1"?> http://java.sun.com/dtd/web-app_2_3.dtd"; [ ]>

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal sharing

2005-05-18 Thread tcherel
I might have found one of the answer to my questions. I am currently using JBoss 3.2.3 (but I am looking at JBoss 3.2.6 source code, which might explain some of my confusion). Anyway, in JBoss 3.2.6, it seems that there is a custom principal valve that is supposed to be used so the principal c

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR accross individually deployed ejb jars in the same J

2005-05-18 Thread lafr
CMR conatiner managed relationships only work between entity beans within the same jar file. AFAIK this is not a jboss restriction but recommended by the J2EE specs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878270#3878270 Reply to the post : http://www

[JBoss-user] [Installation & Configuration] - JBoss + Hibernate + SOFIA

2005-05-18 Thread jbosstone
Hi I have a technical issue which I hope can be resolved without too much grief. My system looks like: Solaris 8/SPARC j2sdk1.4.1_07 JBoss 4.0.1 SOFIA 2.3 Hibernate 2.18 Basically, I've set up an Oracle datasource in JBoss, which works perfectly. I've created a .har file with a hibernate-ser

[JBoss-user] [JBoss Portal] - Re: JBoss Portal runs on AS 4.0.2 final now

2005-05-18 Thread [EMAIL PROTECTED]
"awmobjects" wrote : What is the cvs string that I should be using? | Thanks, | AWM cvs -d :pserver:[EMAIL PROTECTED] co jboss-portal-2.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878267#3878267 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Beginners Corner] - ViewCVS?

2005-05-18 Thread javajedi
Now that JBoss is hosting its own CVS repository, I can't find any links to a ViewCVS or CVSWeb interface. Is this available anywhere? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878262#3878262 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Management, JMX/JBoss] - Re: joesnmp

2005-05-18 Thread nmurali
Thank you very much for your reply and help. I talked to the sales team at JBoss and they mentioned the same thing that I received in your email. They said that only SNMP TRAP based integration is supported in JBoss and I must look for some other light weight package in order to get ful fledged

[JBoss-user] [Management, JMX/JBoss] - JMX/SNMP newbie question

2005-05-18 Thread dissonance
Environment: jboss-4.0.1sp1 According the the JBoss 4.0 Official Guide, the snmp-adaptor service "can be used to intercept JMX notifications emitted by MBeans, convert them to traps, and send them to SNMP managers." In the snmp-adaptor's notifications.xml file, there are a couple of notificat

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal sharing

2005-05-18 Thread tcherel
I did a few more tests and I think I can try to define my configuration and question a little better: - I have one JAAS security domain using, for example, the LDAP login module and nothing else (not ClientLoginModule or anything like that, the SecurityAssociationValve is the one taking care o

[JBoss-user] [JNDI/Naming/Network] - Solucion ejb not bound o class not bound

2005-05-18 Thread Juli
Debes mirar si tu proyecto genera el jboss.xml, si no lo creas, este debe ser enpaquetado en el .jar al que le haces deployment. Fijate que sea y no , asi me funciono. http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd";> RVl RV D D View the ori

[JBoss-user] [Installation & Configuration] - Re: From Localhost to IP adress

2005-05-18 Thread dsledge
Your IP address is not being bound by JBoss. If you are using windows then setting the bind address that I showed you earlier will not do anything because the shell scripts don't run on wndows. You will have to set the bind address setting in the run.bat file instead or you might be able to pass

[JBoss-user] [Installation & Configuration] - Re: From Localhost to IP adress

2005-05-18 Thread dsledge
Which version of JBoss are you running? Which configuration are you running (eg: all, default ...)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878256#3878256 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878256 -

[JBoss-user] [Beginners Corner] - Re: jboss and MySql

2005-05-18 Thread oba
So...was there a solution found to configuring MySql for JBoss 4.0 (I'm on XP) ? I've seen it here and other internet posts where in order to configure mysql for jboss 4.0, config items are to be placed in non-existant folders...??? View the original post : http://www.jboss.org/index.html?

[JBoss-user] [Security & JAAS/JBoss] - Re: Servlet after login module

2005-05-18 Thread john41003
Sorry, should have added we are using JBOSS 3.2.1. Hopefully to upgrade within a month or so. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878253#3878253 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878253 --

[JBoss-user] [Installation & Configuration] - Re: From Localhost to IP adress

2005-05-18 Thread Archanazzar
I typed the http:// in front of my ip adress. About the adress, it's the numerical adress, like for example 64.232.21.121. I can ping the adress and there is no information lost. In netstat -an i see that port 8080 has a local adress of 0.0.0.0:8080, an external adress of: 0.0.0.0:0 and the stat

[JBoss-user] [Security & JAAS/JBoss] - Bad password for username=admin

2005-05-18 Thread wmaidub
Hi, I am trying to settings the security in jboss. I am using DatabaseServerLoginModule and I have formed the following archives: login-config.xml web.xml jboss-web.xml But whenever attempt to loguin to me gives that error me. If I use the archives user.properties and role.properties, then

[JBoss-user] [Security & JAAS/JBoss] - Servlet after login module

2005-05-18 Thread john41003
I have created a servlet that run right after our ldap login module. This servlet will cache some user information and create a html page showing the links they have access to based on ldap roles. I have gotten it to work if the user logs in normally. That is if they request the login.jsp. Howev

[JBoss-user] [HTTPD, Servlets & JSP] - Error using Oreillys packages

2005-05-18 Thread bombay
I have my Java Servlets under /local/tomcat/webapps/hari/WEB-INF/classes My Java Servlets use Oreilly's predefined classes and I use that so as not to reinvent the wheel. Oreliiy's classses are avaliable as "cos.jar" file and when I unjar them I get following structure com/oreilly/servlet/*.clas

[JBoss-user] [Persistence & CMP/JBoss] - Re: Classloaders and Hibernate deployer

2005-05-18 Thread milasx
Please ignore this, I got confused with some old hibernate2 imports that obviously could not be found. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878246#3878246 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878246

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss 3.2 to jboss 4.0 migration problem: requests execu

2005-05-18 Thread ffaure
Hi all, We finally found a solution for our problem: - we changed our timestamp columns from date type to timestamp type - we changed the trigger to be effective only when a new timestamp value is not brought by the insert or update request itself: CREATE OR REPLACE TRIGGER UPD_INS | | BEF

[JBoss-user] [JBoss Portal] - Re: Deploy from sources fail!!

2005-05-18 Thread echoi1975
did you check the permissions on your server folders? maybe your userid doesn't have write permissions to add files to the deploy folder? also when you drop the new sar files it'll try to replace the existing one and deploy. if you do a bin install you actually copy of the expanded sar file rat

[JBoss-user] [Security & JAAS/JBoss] - Re: Single sign on options

2005-05-18 Thread sgonzalez
There is a patch already to support JBoss 4.0.1 sp1 in JOSSO 1.2.1, you can find int here : JOSSO Patches JBoss 4.0.2 will be supported soon, the main difference is that JBoss 4.0.2 uses Tomcat 5.5 instead of Tomcat 5.0 View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss 4.0.1 SP1 and JOSSO

2005-05-18 Thread sgonzalez
There is a patch already to support JBoss 4.0.1 sp1 in JOSSO 1.2.1, you can find int here : JOSSO Patches View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878240#3878240 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Messaging, JMS & JBossMQ] - Messages getting lost

2005-05-18 Thread javajedi
JBoss 4.0.1 We've started seeing problems where, when under heavy load, messages sent to a queue aren't getting delivered to the receiver. I'm using the JDBC persistence manager, and if I look at the JMS_MESSAGE_LOG table, I can see the messages in the database. The JMS server just seems to b

[JBoss-user] [JBoss Portal] - Re: NoClassDefFoundError: org/aspectj/lang/Signature

2005-05-18 Thread echoi1975
did you check the aspectj jar files in server/default/lib directory? you can try checking the contents of the jar to make sure the class that is not being found is in one of the jars. also check in all jar directories within the subdirs under deploy, to see if one of the deployed apps can find i

[JBoss-user] [Persistence & CMP/JBoss] - Classloaders and Hibernate deployer

2005-05-18 Thread milasx
Hi, Is there a way to let my EJB load in its classloader the hibernate classes that come with the jboss-hibernate.deployer? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878237#3878237 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation & Configuration] - Re: Shutdown of multiple instances of Jboss on same server

2005-05-18 Thread [EMAIL PROTECTED]
You can run jmx over an http invoker, custom invoker, etc. JMX is the mechanism, you need some way to provide remote access. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878235#3878235 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS in servlet calling EJBs

2005-05-18 Thread tcherel
Got it. I know understand better how the identity is propagated between the tomcat web container and JBoss. Thanks for the help. Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878234#3878234 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal sharing

2005-05-18 Thread tcherel
You are correct, I am confused. Let's say that I have two custom login modules: - CustomClientLoginModule: used on the EJB client side to create the custom principal. - CustomServerLoginModule: used on the EJB server side to perform my custom authentication. In an EJB client/server mode, C

[JBoss-user] [Installation & Configuration] - Re: Shutdown of multiple instances of Jboss on same server

2005-05-18 Thread astrien
What you're saying is that if you want to be able to shut down any given running instance of JBoss, you are forced to run the JMX service, whether you want it or not? Or is there some other way of targeting a server instance dirctory to specifically shut it down? View the original post : http

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS in servlet calling EJBs

2005-05-18 Thread [EMAIL PROTECTED]
A single security domain has a single cache. There may be other higher level caches, but the same Subject with the custom principal added by the original authentication is there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878229#3878229 Reply to the pos

[JBoss-user] [Security & JAAS/JBoss] - Re: Chained Login Modules and IsCallerInRole()

2005-05-18 Thread [EMAIL PROTECTED]
Its an undefined behavior. There is no notion of an unauthenticated identity that also has associated roles. By definition, an unauthenticated indentity if allowed by the security domain, is just a principal with no roles. I would have to try your specific configuration to see if it should just

[JBoss-user] [Installation & Configuration] - Re: From Localhost to IP adress

2005-05-18 Thread darranl
How are you identifying your IP address? Is it a 127.x.x.x address or a real address? Can you ping the address? In a command prompt can you enter the command 'netstat -an' and see what address is used to listen for connections on port 8080. Can you use 'telnet ADDRESS 8080' to see if you get

[JBoss-user] [HTTPD, Servlets & JSP] - java.lang.NoClassDefFoundError

2005-05-18 Thread mkits
SUBJECT: java.lang.NoClassDefFoundError I am using Tomcat 4.1.31 on SuSE Linux 8.1 and Java 1.4 I have my application as following: /local/tomcat/webapps/hari /local/tomcat/webapps/hari/index.html /local/tomcat/webapps/hari/WEB-INF/classes/util/BatchUpload1.class /local/tomcat/webapps/hari/WEB-IN

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS in servlet calling EJBs

2005-05-18 Thread tcherel
I see (I was actually currently digging into that - see related post I sent earlier). I am also assuming that this valve is also populating the credential cache or something like that. What I mean is once the web container has authenticated the user, even though my EJB are also configured with

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal sharing

2005-05-18 Thread [EMAIL PROTECTED]
So your understanding of not being able to create a custom principal from the web tier is false. Its exactly the same as the ejb case, so explain why there is an apparent difference. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878223#3878223 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS in servlet calling EJBs

2005-05-18 Thread [EMAIL PROTECTED]
>From a high level it is just the same as the ejb container, there is an >interceptor (tomcat valve) which propagates the current security context to >the request. Specifically, >org.jboss.web.tomcat.security.SecurityAssociationValve. View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Installation & Configuration] - Re: From Localhost to IP adress

2005-05-18 Thread dsledge
When changing "localhost" to your "ip address" are you keeping the http:// at the beginning of you url. IE requires it and will not work without it. Your url should look like "http://:8080". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878220#3878220 Reply

[JBoss-user] [JBossWS] - Re: serialization performance improvements..

2005-05-18 Thread omatzura
Hi there were some errors in the addDocument method in jboss 4.0.1 so we created our own method to convert the dom node returned by XmlObject.getDomNode() to a SOAPElement.. regards! /Ole View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878218#3878218 Rep

[JBoss-user] [EJB/JBoss] - ear and file properties

2005-05-18 Thread salinaale
Hi to all, i need some suggestions: i've an application deployed with an ear file and in this archive there are some properties file. Putting properties file in ear i think is good but what if i hat to modify one of this? I don't like to put prop files in jboss classpath!! I need a way to make

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NameNotFoundException: ModelEJB not bound

2005-05-18 Thread darranl
The fact your bean is not displayed in JNDI View means that your bean is not deployed. How do you start JBoss? What is displayed on the console when you deploy your jar file? Can you please extract your jar file and show the complete contents here. What does your ejb-jar.xml look like? Vie

[JBoss-user] [JBossWS] - Re: serialization performance improvements..

2005-05-18 Thread gwright00
I am trying to use the same technique (doc/literal, nodatabinding, and xmlbeans for java binding, jboss 4.0.2, ejb endpoint). After I add my xmlbean generated document to the SOAPBodyElement using addDocument(); the Axis runtime throws a NAMESPACE_ERR. I would very much love to see a complete w

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom Login Module

2005-05-18 Thread tcherel
I believe that JBoss and WebLogic are not working the same way. With WebLogic, when you call login on your client side, this will indeed go back to the server to perform the authentication (or something like that). With JBoss, client side login does nothing except associating the user credenti

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS in servlet calling EJBs

2005-05-18 Thread tcherel
The one I have is the 3.2.X version. It explains very well how this is done from an EJB container and EJB client point of view, but it is not very explicit on how this is working when integrated with a Servlet container like tomcat. Is there a more recent version with more details on this subjec

[JBoss-user] [Installation & Configuration] - Re: How to start Multiple servers (instances) in JBoss

2005-05-18 Thread darranl
JBoss is distributed with a configuration file for the binding service that already contains four different valid configurations that work with the default server instance. The only steps required are: - 1 - Clone the default server 2 - Edit the conf/jboss-service.xml a - Uncomment the bin

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal sharing

2005-05-18 Thread tcherel
I never created a patch for JBoss before, but I will give it a try. I also would like the solution to be complete and work when using a web client going through a servlet. Here is what I did so far: 1) Create a simple servlet that is deployed under the same JAAS security domain as my EJBs and

[JBoss-user] [JBossWS] - Re: jboss 4.0.2 serialization speed compare to jboss4.0.0

2005-05-18 Thread [EMAIL PROTECTED]
Could you provide a sample deployment + unit test that proofs allows me to reproduce what you are seeing? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878207#3878207 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878

[JBoss-user] [Installation & Configuration] - Re: Shutdown of multiple instances of Jboss on same server

2005-05-18 Thread [EMAIL PROTECTED]
If you want to use the shutdown command, you need the jmx invoker it uses. Your free to write another mbean service which uses an alternate mechanism. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878208#3878208 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Installation & Configuration] - Re: How to start Multiple servers (instances) in JBoss

2005-05-18 Thread astrien
You know, sometimes a one-line answer is less helpfull than no answer at all. Mohan - I'm working on the same problem you are. First, read this: http://jboss.com/index.html?module=bb&op=viewtopic&t=63969 Now, in my case, each Jboss instance is serving a domain that has it's own ip address, and

[JBoss-user] [HTTPD, Servlets & JSP] - Re: PureTLSImplementation exception on startup

2005-05-18 Thread [EMAIL PROTECTED]
This is a debug level message that simply means that a pure tls implementation was not found. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878205#3878205 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878205 --

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NameNotFoundException: ModelEJB not bound

2005-05-18 Thread waglik
Well JNDI View do not find my bean but console do not return errors View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878204#3878204 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878204 -

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS in servlet calling EJBs

2005-05-18 Thread [EMAIL PROTECTED]
What is wrong with chap8 in the admin devel guide which describes this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878203#3878203 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878203 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom Login Module

2005-05-18 Thread krishnaswamy.v
i have a doubt say i have configured a client login module, how can i call jboss server side login module to do the actuall login operation? say in weblogic if i call Authenticate.authenticate() it executes all login module avialble the server side stack so my server side login does the login oper

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError:

2005-05-18 Thread [EMAIL PROTECTED]
Starting from jboss-4.0.2 the default class loading for webapps has changed. jbossweb-tomcat55.sar/META-INF/jboss-service.xml UseJBossWebLoader=false which isolates webapps from other deployments. Try using UseJBossWebLoader=true for a single LoaderRepository. More to that is given here http:

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-18 Thread [EMAIL PROTECTED]
Use local-jndi-name and there is no @nn The jar name has no guarentee of uniqueness, it can be contained in an ear. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878200#3878200 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Security & JAAS/JBoss] - Chained Login Modules and IsCallerInRole()

2005-05-18 Thread schrouf
Hi, we would like to secured EJB access in such a way, that even unauthenticated calls (principal=null) will be excuted with an assigned default principal and default role (which we need for an additional IsCallerInRole() based security test within the EJB method itself). We setup the followi

[JBoss-user] [Persistence & CMP/JBoss] - Re: autokey generation (3.2.5 + hypersonic)

2005-05-18 Thread qwidjibo
Cheers, I'm not using Xdoclet at the moment, just trying to plough my way through and get to grips with everything before I start to take short cuts(I'm supposed to be evaluating EJB2.x persistence against hibernates persistence mechanisms). I presume the tags add the necessary elements to th

[JBoss-user] [Management, JMX/JBoss] - Re: jboss instance and application management

2005-05-18 Thread gibumathew
Sorry for a late response. "robroth" wrote : | | I'm an IT guy with a company that develops in JBOSS. I was asked to find some sort of software that not only monitors JBOSS instances, but individual applications within those instances (we multihome) and allow stopping and starting of t

[JBoss-user] [Persistence & CMP/JBoss] - Re: autokey generation (3.2.5 + hypersonic)

2005-05-18 Thread gioele
"qwidjibo" wrote : Your example seems to have just added to the jbosscmp-jdbc.xml file, does this work? If so, I'd appreciate it if you could post a copy of the working xml files. | Yes, that's almost all I've to do to get auto pk generation. I used these two xdoclet tags to the class comme

[JBoss-user] [EJB/JBoss] - Re: 4.0.1 to 4.0.2 ClassCastException on PortableRemoteObjec

2005-05-18 Thread tigerreef
Hi, Have tried the various suggestions posted and thought I would wrap up with the findings, in case anyone else is reading this thread with the same problem. This problem does indeed manifest itself in moving from JBoss 4.0.1 and 4.0.2 because as [EMAIL PROTECTED] says anonymous wrote : diffe

[JBoss-user] [JBossCache] - Re: TreeCache capacity, why <20% of JVM heapspace?

2005-05-18 Thread [EMAIL PROTECTED]
Use CacheMode=LOCAL. You use replicated mode for now. What result do you expect ? An OutOfMemory exception ? Or how do you test the upper limit ? Did you use a memory profiler to see where the data is allocated ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Installation & Configuration] - Re: JBoss Portal Deployment Error during Initialization and

2005-05-18 Thread [EMAIL PROTECTED]
Try JBoss 4.0.1sp1 instead. JBoss Portal runs on AS 4.0.2 final now View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878193#3878193 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878193 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: autokey generation (3.2.5 + hypersonic)

2005-05-18 Thread qwidjibo
Hi, I'm trying to get auto increment to work with hypersonic db and have read many articles but there aren't any solid examples to follow. I'm really new to JBoss and only using it for a uni coursework, so I'm on a tight schedule. Most of the examples include dropping from the ejb-jar.xml and

[JBoss-user] [JBossCache] - Re: Jboss cache aop under heavy load

2005-05-18 Thread [EMAIL PROTECTED]
#1 OC4J uses JGroups already, so this shouldn't be a problem: http://download.oracle.com/oowsf2004/1397.pdf #2 To enable replication of very small data, you should enable UDP bundling, this will give you an order or two of performance increase View the original post : http://www.jboss.org/inde

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-18 Thread Traveldoo2
Thank you very much for your help, I get it to work. I first tried to make a new class. Also it's compiling well, the Webconsole applet don't list my custom snapshots, as it is listing only the original-type objects. Yes it could be possible to modify the viewing applet also, but I don't really

[JBoss-user] [Installation & Configuration] - JBoss Portal Deployment Error during Initialization and Star

2005-05-18 Thread xipe
I am quite new with JBoss Setup. While I have gone thru the the portal installation guideline in the JBOSS portal archive, i encountered the following error during JBoss Start-up: org/jboss/portal/core/impl/user/UserModuleImpl.xml 2005-05-06 10:47:30,607 DEBUG [org.jboss.util.NestedThrowable] o

[JBoss-user] [Installation & Configuration] - Re: JAXP 1.3 (from JDK 1.5) with JBoss 4

2005-05-18 Thread hritcu
Sorry, I don't have an answer to your concerns, but I found an interesting point in your post: anonymous wrote : I was able to remove the XML jars from the endorsed directory and run the server with JDK 1.5 [...] Could you please explain how did you do that? I tried this too but without succes

[JBoss-user] [JNDI/Naming/Network] - Re: How to open 1099 for access over network

2005-05-18 Thread carlwilliamb
Hey This is how I fixed my problem... my linux box runs with the ip address 192.168.0.123 as soon as I started JBoss like this: | run.sh -c default --host=192.168.0.123 | everything worked fine. it's the small things you miss that makes everything work fine... thankx for all the help.

[JBoss-user] [JBossCache] - TreeCache capacity, why <20% of JVM heapspace?

2005-05-18 Thread kan_deng
Hi, there, We are evaluating TreeCache's capacity, by using it to cache temporary data, without any database connection. We configure the JVM heapspace to 1024M, and put as many objects as possible into the cache, to see its upper limit. Each object has a unique key, so that the entire tree

[JBoss-user] [JBossCache] - Jboss cache aop under heavy load

2005-05-18 Thread yos_titi
Hello all, We are tring to integrate Jboss cache aop to our application which runs on OC4J (Has anybody tried integrating jboss cache with OC4J?), our system will be operate under 5servers and design to work under heavy load up to 1000 HPS. Has anyone ever tried to use replication at this load?

[JBoss-user] [JBossWS] - Re: JAXB/JAXRPC 2.0 EA in JBoss 4.0.2 blues

2005-05-18 Thread hritcu
anonymous wrote : Other than that, the server runs fine with the J2SE5.0 xml jars. Have you actually managed to do that? I'm running JBoss 4.0.1SP1 with J2SE 5.0 and I'm having big problems because of the JAXP 1.3 and JBoss incompatibilities. Some of my classes heavily rely on DOM L3 and they

[JBoss-user] [Installation & Configuration] - Re: From Localhost to IP adress

2005-05-18 Thread Archanazzar
Im a student behind a stand alone machine. With 'it stops working' I mean that when I try the IP adress instead of the localhost, the jboss starting page doesnt work, instead I get the white screen that says: the page cannot be shown. When I try the localhost afterwards, it's working again. Vie

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-18 Thread pepite
Wouldn't that be better to use the archive (jar) name then? How can I use dependency now? I would like also to be able to retrieve the MBean associated with the MDB. Is that still possible? I am trying to use the local-jndi-name but I still need to lookup for the bean after. How can I get access

[JBoss-user] [Beginners Corner] - Access EJBs via Applet

2005-05-18 Thread peterweik
Hello, I have created one Session Bean with the Busines Logic and a Remote interface and three CMP - EntityBeans which are used by the SessionBean. Everything (Creating, Updating, EJB-QL..)works fine with a servlet or a normal Java Client. Now I have written an applet and the following error oc

[JBoss-user] [Clustering/JBoss] - Re: Session not replicated in JBoss 3.2.6

2005-05-18 Thread cristibuta
Yes, that was the problem. In order to have the same information in the session, I have to use sticky sessions (so only one JBoss instance is used for a certain session). But having in mind that I want to have the same session data on both JBoss instances, I had to upgrade to JBoss 4.0.2 (which

[JBoss-user] [Clustering/JBoss] - How do i disable HTTP-Session replication?

2005-05-18 Thread n2
Hello, how do i disable HTTP-Session replication in a Linux, Apache, mod_jk, JBoss 4.0.2 environment. I want to have simple fail-over when one server is down. The other server should answer without old session. So user has to login again. Can you help me? Daniel. View the original post : http:/

[JBoss-user] [JNDI/Naming/Network] - passing security information over JNDI to the resource adapt

2005-05-18 Thread mvwinsen
Hello, i'm trying to pass security information into the JNDI, but my Resource adapter doesn't do anything with this information. The subject stays empty when i'm using the getConnection() method without parameters. Does anyone knows a sollution to this problem? I've added the following code:

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom Login Module

2005-05-18 Thread tcherel
Most likely. The login operation is a JAAS defined operation. The other ones are specific to the AbstractServerLoginModule to make your life easier so you do not have to worry about the other JAAS defined operations (initialize, commit, abort and logout). Thomas View the original post : http:

[JBoss-user] [JCA/JBoss] - passing security information from servlet to Resource Adapte

2005-05-18 Thread mvwinsen
Hi, i'm working on a JCA prototype which uses Connection Management and Security management. I can make a connection by passing the username and password in the getConnection() method in the ConnectionFactory. But now i want to make a connection without passing parameters to the getConnection

[JBoss-user] [JCA/JBoss] - passing security information from servlet to Resource Adapte

2005-05-18 Thread mvwinsen
Hi, i'm working on a JCA prototype which uses Connection Management and Security management. I can make a connection by passing the username and password in the getConnection() method in the ConnectionFactory. But now i want to make a connection without passing parameters to the getConnection

  1   2   >