[JBoss-user] [JNDI/Naming/Network] - Re: howto get BEA WEBLOGIC JNDI tree into JBOSS JNDI tree?

2005-05-25 Thread txie2000
Did you get it solved? I'm also running into this problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879003#3879003 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879003

[JBoss-user] [Messaging, JMS JBossMQ] - Re: subscribe to WebLogic Topic

2005-05-25 Thread txie2000
Did you get it solved? I'm also running into this problem. Acturally the client deployed on Jboss even not able to lookup Topic Factory on WLS 8.1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879004#3879004 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: jmx-console

2005-05-25 Thread Tiger666
By the way I'm working on a WindowsXP platform with JBoss 4.0.2RC1, jdk1.5.0_03, xdoclet-1.2.2 and apache-ant-1.6.2. I'm very thankful for help! Max View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879005#3879005 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-05-25 Thread MistaMoasn
i recommend using the jbosside plugin instead of the lomboz plugin. i had similar problems when using jboss 4.0.x. i tried many combinations of my .server files and i wasn't possible to create a running one. after searching in the jboss-forums i found the following workaround: start and stop

[JBoss-user] [Persistence CMP/JBoss] - less than optimal LIMIT with JBossQL

2005-05-25 Thread jurjanpaul
Hello, [After posting this message directly to the mailing list earlier, I got the impression that using the online forum is the preferred way. Sorry for the repetition.] Using JBoss 3.2.6, our application queries a MySQL (4.0.23) database with a dynamic JBossQL query that contains a LIMIT

[JBoss-user] [Management, JMX/JBoss] - Re: Separate logging file for each mbean

2005-05-25 Thread [EMAIL PROTECTED]
If you extend ServiceMBeanSupport you use the underlying log4j logger, so edit conf/log4j.xml to modify the log level for your mbeans (based on Logger name) or create your own appenders to redirect the output to files. The only problem here is this is statically defined. View the original post

[JBoss-user] [EJB/JBoss] - Re: JBoss 3.2.3 hanging - 100% CPU usage

2005-05-25 Thread rmacdougall
Hi All, Managed to get to the bottom of this - it was a bit of a bug in the Struts Form code causing the problem. Ooops! Cheers, Rod View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879010#3879010 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Reading jbosscmp-jdbc.xml file

2005-05-25 Thread dmcgeown
Hello can anybody tell me what classes and associated files are required for me to read/parse this file for use within another section of the application im building. Cheers, Darragh McGeown View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879011#3879011

[JBoss-user] [JCA/JBoss] - Re: Load sharing

2005-05-25 Thread sozonnik
Nobody never face with such problem ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879012#3879012 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879012 --- This SF.Net

[JBoss-user] [Beginners Corner] - JBoss classloader does not want to load xml/xsd files ?

2005-05-25 Thread elmizmo
Hi, we have a standalone program that we want to integrate in jboss. In this program we load an xml schema (xsd file) via Class.forName(myschema.xsd). That way, the jaxp parser can find the schema automatically. We packaged the app in a jar file and I loaded the class from a servlet. Now the

[JBoss-user] [Management, JMX/JBoss] - radio buttons in jmx-consule

2005-05-25 Thread kratosh
Hi, i want to define an attribute that can get a limited number of optional values, and would like the jmx-consule to show that theese are the only values allowed (for example, by showing them as radio buttons attached to this attribute). Is this possible? if not, is there a way to catch an

[JBoss-user] [Management, JMX/JBoss] - Re: radio buttons in jmx-consule

2005-05-25 Thread [EMAIL PROTECTED]
It's not possible because the jmx-console is a generic tool based upon the metadata exposed by the MBeans. You'd have to extend the console to accept some sort of extra configuration to display certain mbeans in different ways (using radio buttont, etc.) View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - My Entity Beans Name seems diffferent

2005-05-25 Thread serkanozturk
Hi All, I have problem as following. I use JDeveloper and deploy it to JBOSS I have to sample entity bean Testtable and Currency. When I open the jmx-console I see these: +- denemeEJB (proxy: $Proxy58 implements interface mypackage1.denemeEJBHome,interface javax.ejb.Handle) +- jmx (class:

[JBoss-user] [JBoss Getting Started Documentation] - Re: My Entity Beans Name seems diffferent

2005-05-25 Thread serkanozturk
In addition, I can reach my session bean successfully. And I'm trying to reach entities from session by localHome interface. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879017#3879017 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Problem with Saxon 8 using Jboss 4.0.2

2005-05-25 Thread beyarecords
Hi, I have recently upgraded from JBoss 4.0.0 to 4.0.2 and have changed absolutely none of the code in my war(cocoon). But when using saxon 8 under 4.0.2 the following happens: | xsl:value-of select=//artists-info disable-output-escaping=yes/ | | using 4.0.2 gives an html output of

[JBoss-user] [Persistence CMP/JBoss] - jboss 4 and postgres sql schema

2005-05-25 Thread andrzejros
Hi! Is there any way to define database schema (i mean schema created using create schema test) with cmp engine? looked around but can't find suitable parameter for this. I have datadabase in postgres, and want to locate my tables in one DS but in different schemas - other than public. When

[JBoss-user] [JBoss Portal] - New to Jboss portal various issues

2005-05-25 Thread barash
Hi, First of all the release bundle in the dl section could npt be deployed because of a bad hibernate package import I think. I Checked the source out of cvs and every thing worked fine and deployed successfully. But know when I login as admin everything is disabled with message Sorry, you do

[JBoss-user] [Messaging, JMS JBossMQ] - Re: subscribe to WebLogic Topic

2005-05-25 Thread narasigr
Nope.. We decided not to use JBoss for now. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879024#3879024 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879024 --- This

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-25 Thread Cork
I got it configured at last :) I just hadn't realised it was using the same xml file as for an MBean environment. So I was just missing the loading of the configuration. cache = new TreeCache(); PropertyConfigurator config = new PropertyConfigurator();

[JBoss-user] [Management, JMX/JBoss] - Re: radio buttons in jmx-consule

2005-05-25 Thread kratosh
ok. is it complecated to add such things to the consule? what do i have to do? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879026#3879026 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879026

[JBoss-user] [Security JAAS/JBoss] - Re: getCallerPrincipal() throws IllegalStateException: No se

2005-05-25 Thread ajayjadhav
Hello, I am also facing same problem with the getCallerPrincipal() method with Jboss 3.2.3. When I try to call this method the container throws an IllegalStateException saying that no security context was set. My code looks like: = public void

[JBoss-user] [JBoss Getting Started Documentation] - Re: My Entity Beans Name seems diffferent

2005-05-25 Thread [EMAIL PROTECTED]
This isn't related to the getting started guide and should be posted in one of the EJB forums. To give you a head start, your bean isn't named Testable, it is local/[EMAIL PROTECTED]. You'll need to set the local-jndi-name to give it the name you want or use a proper ejb-link from the calling

[JBoss-user] [JBoss Getting Started Documentation] - Re: http://localhost:8083/jmx-console returns only a blank p

2005-05-25 Thread junkken
I get connection refused on 8080 No other app is bound to 8080 before server startup or after. on ctrlC I get the following: 08:41:16,023 INFO [Server] JBoss SHUTDOWN: Undeploying all packages 08:41:16,260 INFO [HypersonicDatabase] Database standalone closed clean 08:41:16,951 INFO

[JBoss-user] [JBoss Getting Started Documentation] - Re: http://localhost:8083/jmx-console returns only a blank p

2005-05-25 Thread darranl
Have you tried: - http://192.168.1.12:8080/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879030#3879030 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879030 --- This

[JBoss-user] [EJB/JBoss] - Recursive EJB creation

2005-05-25 Thread ntsankov
Hi, While migrating a complex application from 3.2.6 to 4.0.2, I had a strange problem. In one of the components (ear), two ejbs were creating each other recursivly (both are stateless session beans). What I mean is that EJB1 has a field holding an instance of EJB2's remote interface

[JBoss-user] [JBoss Getting Started Documentation] - Re: http://localhost:8083/jmx-console returns only a blank p

2005-05-25 Thread junkken
Yes, Here is how I tested: debian:/opt/jboss-4.0.2/bin# telnet 192.168.1.12 8080 Trying 192.168.1.12... telnet: Unable to connect to remote host: Connection refused debian:/opt/jboss-4.0.2/bin# telnet 192.168.1.12 8083 Trying 192.168.1.12... Connected to 192.168.1.12. Escape character is '^]'.

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Configuring XA Datasource in JBoss-3.0.8

2005-05-25 Thread [EMAIL PROTECTED]
User Question - User forums View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879033#3879033 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879033 --- SF.Net email is

[JBoss-user] Problem deploying har file - sessionfactory is null

2005-05-25 Thread filipe lautert
Hi, I have a problem :( to say you the truth, I have a lot of problems, but I think you can help me with one of them. I saw this error in many places (google show me then), but no one had the answer... When i try to deploy a .har file, it goes ok. But when i try to get the SessionFactory with

[JBoss-user] [EJB/JBoss] - Re: Recursive EJB creation

2005-05-25 Thread ntsankov
Sorry for the clutter, here is the explanation: http://www.jboss.org/index.html?module=bbop=viewtopict=63735 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879035#3879035 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: http://localhost:8083/jmx-console returns only a blank p

2005-05-25 Thread darranl
Have you been through the log produced when JBoss was started to see if any errors were reported? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879036#3879036 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879036

[JBoss-user] [JBoss Portal] - Re: New to Jboss portal various issues

2005-05-25 Thread echoi1975
if you download the binary release, you will find cms-content.zip which contains the cms portlet. did you check the build task that contains the CMS portlet? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879038#3879038 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: http://localhost:8083/jmx-console returns only a blank p

2005-05-25 Thread junkken
Yes, I have looked at the log and redirected the startup to a file for viewing, but I do not know what to look for in so much information. I see some messages which seem to be a concern but in the end, the server does start and is running. Here is a message which is a warning... but is it

[JBoss-user] [Messaging, JMS JBossMQ] - Does JBossMQ support hierarchical topic subscription

2005-05-25 Thread mark_wilson
Does JBossMQ support the notion of hierarchical topic subscription? i.e. Can you create a topic hierarchy along the lines of topics/stock/xxx topics/stock/yyy and then subscribe to 'topics/stock/*' or similar and get everything 'below' topics/stock/ ? Thanks. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Does JBossMQ support hierarchical topic subscription

2005-05-25 Thread schrouf
simple answer: no ! sorry :-) Regrads Ulf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879042#3879042 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879042 --- SF.Net

[JBoss-user] [JBoss Portal] - JBoss Portal versus PostNuke

2005-05-25 Thread rasped
Hi, I am thinking about using PostNuke for a new portal and I am also considering. Can anyone answer these questions (without getting defensive:-): 1) How many portlets are there ready for JBoss Portal? Is it the user forum and that is basically it? 2) Is there the tip a friend functionality?

[JBoss-user] [Installation Configuration] - Is there a maximum limit of Entity Beans alloted in ejb-jar.

2005-05-25 Thread paarsar
I currently have 16 EntityBeans in my deployment descriptor, when i add a 17th i get a very weird runtime error. I've checked the syntax of the last bean and everything is fine. I've even deleted other beans and change them around. But there always seems to be something wrong with last bean in

[JBoss-user] [Installation Configuration] - Best practices for writing J2EE property files

2005-05-25 Thread swmitchell
Does JB provide any help for writing my own property/configuration files? I want to keep them out of the ear for easy sys-ad access and I want to provide my own webapp interface for reading/writing these files (although I also want to be able to edit them manually as necessary). Does JB have

[JBoss-user] [Installation Configuration] - Re: Is there a maximum limit of Entity Beans alloted in ejb-

2005-05-25 Thread schrouf
There is no limit on the count of deployable ejb's per jar. Therefore I am quite sure that there is still a syntax or conceptual problem within your error causing entity bean. For verification remove all other entity beans and try to deploy that single bean. If it still fails to deploy, than

[JBoss-user] [Security JAAS/JBoss] - True challenge response authentication possible?

2005-05-25 Thread jjboss
Hi. I am just trying figure out if it is possible to authenticate in JBoss using a random challenge. According to 8.4.1. How the JaasSecurityManager Uses JAAS (http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch8.chapter.html#d0e18089) JAAS only allows to pass the login credentials from

[JBoss-user] [Persistence CMP/JBoss] - Re: Records not getting committed after ejbCreate()

2005-05-25 Thread mjchecko
Hello, Did you happen to figure this out or get some help with it? I have a similar question and I'd like to know how this gets solved... - Matt View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879052#3879052 Reply to the post :

[JBoss-user] [JBoss Portal] - No access to admin portlet

2005-05-25 Thread alxs
Hi, I've just installed Portlet 2.0 RC2 (current HEAD from CVS). I'm using a freshly installed JBoss 4.0.2. Since we are using Sybase Anywhere for our projects I configured the Portal to use this database. Thanks to Hibernate there have been less problems with that. There have been only few

[JBoss-user] [JBoss Portal] - Re: No access to admin portlet

2005-05-25 Thread sgwood
Try changing the 'Admins' role to 'Admin' in the database. Similarly, 'Users' to 'User'. This changed recently. Sherman View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879057#3879057 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: No access to admin portlet

2005-05-25 Thread [EMAIL PROTECTED]
indeed, Admins does not designate a role but a group of person where as Admin really desginates a role. Good to see that you are following us sherman :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879059#3879059 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - JBoss 4.0.2, EJB Preview 5, and Hibernate 3 : Making it all

2005-05-25 Thread fmaredia
This is to inform anyone that was having difficulty getting Hibernate 3 to work with JBoss 4.02 with EJB Preview 5. The following needs to be done at the EJB Layer: @Unchecked | @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) | public Employee login() { |

[JBoss-user] [EJB/JBoss] - Hybrid EJB/JDBC Causing App Deadlocks

2005-05-25 Thread darretta
For performance reasons, we have implemented a hybrid EJB/direct-JDBC implementation. Essentially, for queries that produce large result sets, I have implemented direct JDBC calls within our many session facade beans. These JDBC calls are interspersed with some basic entity bean lookups that

[JBoss-user] [EJB/JBoss] - Re: Hybrid EJB/JDBC Causing App Deadlocks

2005-05-25 Thread darretta
Also, I am seeing occasional javax.ejb.ObjectNotFoundExceptions under light stress. The data is present in the database and the exception only occurs in 'batches' (that is, many exceptions for a short period, then none for an extended period). View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: True challenge response authentication possible?

2005-05-25 Thread [EMAIL PROTECTED]
jjboss wrote : Hi. | Is this generally possible with JAAS or the JBoss authentication concept? | Yes, see the SRP implementation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879068#3879068 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: less than optimal LIMIT with JBossQL

2005-05-25 Thread [EMAIL PROTECTED]
jurjanpaul wrote : | So, why does JBoss not actually preserve the LIMIT clause on the generated SQL query? | Use declared SQL or override the finder implementation yourself an inject the MySQL specific syntax. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Importing Certificate Authorities

2005-05-25 Thread mcantrell
I have webapp that requires SSL communications to another webapp (which happens to be located on the same container for now). I've successfuly setup SSL according to the Wiki documentation: http://www.jboss.org/wiki/Wiki.jsp?page=SSLSetup SSL is working correctly. The certificate was signed

[JBoss-user] [Management, JMX/JBoss] - Re: JMS monitoring?

2005-05-25 Thread mikek753
bump ... any info I can get and where? thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879074#3879074 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879074 ---

[JBoss-user] [Security JAAS/JBoss] - Re: Need suggestion on LoginModule implementation approach.

2005-05-25 Thread [EMAIL PROTECTED]
Q1: See the documentation on authentication cache Q2: See the documentation on useFirstPass password-stacking option and the default LDAP login module implementation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879075#3879075 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 is slow on Solaris 8 (64bit SunFire v120) 4

2005-05-25 Thread mikek753
thanks for reply. when I moved from Solaris 8 to 9 the load time shrinks in 1 min ;-) but, still 3x more than on WinXP. Is it H/W issue, so slow? tnx View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879077#3879077 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Transferring Credentials from JSP-Applet

2005-05-25 Thread [EMAIL PROTECTED]
Not silly but not explored by many. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879078#3879078 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879078 --- SF.Net email

[JBoss-user] [Management, JMX/JBoss] - Re: JMS monitoring?

2005-05-25 Thread [EMAIL PROTECTED]
Stop it with this bump! Nobody wants to answer your question. Go read the documentation then come back when you have a specific question. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879079#3879079 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Subject Based Authorization

2005-05-25 Thread [EMAIL PROTECTED]
You should be able to look up the current active Subject from an EJB's private name space, look under java:comp with JNDIView for a secured EJB. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879080#3879080 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Best practices for writing J2EE property files

2005-05-25 Thread darranl
You may want to have a look at the properties service: - http://wiki.jboss.org/wiki/Wiki.jsp?page=PropertiesService View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879082#3879082 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: No access to admin portlet

2005-05-25 Thread alxs
This really did the job! Thank you very much. Can you give me some hints where to start when I want to write some portlets? The Documentation doesn't seem to help. Alex View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879083#3879083 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JBoss 4.0.0 is slow on Solaris 8 (64bit SunFire v120) 4

2005-05-25 Thread [EMAIL PROTECTED]
It can be an issue anywhere between HW, OS, JVM. Difficult to say without knowing anything more specific about the system. One possiblity is in tuning how the JVM is managing and allocating its heap, for instance. It's a matter of trial and error what works best on each system. View the

[JBoss-user] [Messaging, JMS JBossMQ] - Incredibly rare JMS clients behaviour

2005-05-25 Thread pkles
Hi, We are experimenting a very uncommon behaviour within JMS stand-alone clients. On the AS we are running an application that produces messages continuously (small messages) for monitoring issues. For this we are using a Topic, with null persistance manager. On the other hand, we have a fat

[JBoss-user] [Beginners Corner] - where should i put the properties file ?

2005-05-25 Thread txie2000
I have a MBeanService registered in Jboss 3.2.6 as a exploded SAR. The structure is like demo.sar |__ conf/ - test.properties |__ com/ ... - java classes |__ META-INF/ - jboss-app.xml jboss-services.xml |__ 3rdparty.jar, etc I can't control the way the 3rdparty.jar. It has code such as...

[JBoss-user] [EJB/JBoss] - JInspired Releases JBoss Distributed Trace and Apache Ant Bu

2005-05-25 Thread wlouth_jboss
JInspired (http://www.jinspired.com) has today released JXInsight / JDBInsight 3.2.1 which includes JBoss Distributed Trace and Apache Ant Build Trace Extensions Downloads are freely available from: http://www.jinspired.com/products/jdbinsight/downloads/index.html The JBoss distributed trace

[JBoss-user] [Security JAAS/JBoss] - How to propagate user name

2005-05-25 Thread pawel.bodnar
Hi I've created my own LoginModule that extends UsernamePasswordLoginModule I authenticate my user in JSP page - using LoginContext and it works fine, But later inside any method of any SessionBean: .getSessionContext().getCallerPrincipal().getName() retruns nobody string apart from valid

[JBoss-user] [JBossWS] - Context problem upgrading from AXIS on JBoss 3.2

2005-05-25 Thread bcowan
Hi, I'm in the process of upgrading a existing set of web services from AXIS on JBoss 3.2 to JBoss 4. On the old setup, web services in 2 EJB modules and 1 web module were all exposed as /services/serviceName. Initially I just tried to keep the AXIS setup, but found that on JBoss 4.0.1 AXIS

[JBoss-user] [Security JAAS/JBoss] - Re: Importing Certificate Authorities

2005-05-25 Thread mcantrell
Ahhh, please ignore. The answer seems obvious now. I had to add the ca root cert to the JRE's cacert keystore. I don't know why but I was expecting to put something into the jboss-service.xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879091#3879091

[JBoss-user] [JBossCache] - Does JBossCache support data subscription and notification?

2005-05-25 Thread michelle
I want to know whether or not JBossCache supports data subscription and notification. So that if I?m interested in a data, I can make a subscription of the data and then when the data is changed, I?ll be notified so that I can go get new value. Is this possible with JBossCache? Thanks,

[JBoss-user] [HTTPD, Servlets JSP] - streaming pdf's from servlet to IE browser not working on JB

2005-05-25 Thread Martinator
Hi everyone, I have an app that generates reports in PDF format and streams them to the client browser from a servlet. The report viewer page has an embed tag which calls the servlet, which then streams the PDF to the client. This works beautifully in my JDEV/OC4J environment. When I deploy to

[JBoss-user] [Security JAAS/JBoss] - Re: Importing Certificate Authorities

2005-05-25 Thread [EMAIL PROTECTED]
This should not be required. Use the javax.net.ssl.trustStore system property. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879094#3879094 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879094

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Incredibly rare JMS clients behaviour

2005-05-25 Thread genman
Test case? Debug output? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879095#3879095 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879095 --- SF.Net email is

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Configuring XA Datasource in JBoss-3.0.8

2005-05-25 Thread genman
Any preceeding errors or warnings? I don't know why people post the *last* error they see. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879096#3879096 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879096

[JBoss-user] [Security JAAS/JBoss] - Unexpected Security Identity Propagation Switch

2005-05-25 Thread soon_shin
Environment: JBoss 4.0.2 Problem Definition: I have a web application utilizing JAAS (form based authentication, DatabaseServerLoginModule), Struts, Session Beans and Entity Beans. This configuration is working successfully, but I have noticed an unexpected switch in the Principal that is

[JBoss-user] [Installation Configuration] - Jboss 4.0.2 with Hibernate 3.0.4

2005-05-25 Thread parikhm
I recently migrated my project from Jboss 4.0.1SP1 to Jboss 4.0.2. I use the hibernate.cfg.xml file to set the Hibernate Sessionfactory at startup. The log shows the the factory does get bound in jndi. However when I try to retrive the factory using jndi in the code , I get null. Please

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Subject Based Authorization

2005-05-25 Thread nmuralid
Thanks for the reply I tried this using chap8-ex2 from the JBoss Guide. JNDIView only shows me the following == java:comp namespace of the EchoBean2 bean: +- env (class: org.jnp.interfaces.NamingContext) | +- security (class:

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Subject Based Authorization

2005-05-25 Thread [EMAIL PROTECTED]
nmuralid wrote : | What am I missing here ? | The correct lookup name, java:comp/env/security/subject ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879102#3879102 Reply to the post :

[JBoss-user] [JBossWS] - Throw custom exception in JBOSSWS

2005-05-25 Thread mz02
Has anyone tried to throw a custom exception in JBOSSWS? I am having problem with this and I posted a question on http://www.jboss.org/index.html?module=bbop=viewtopict=64120 but has no one to answer the question. Can anyone confirm if this a JBOSS bug or I just missed something? Thanks, Mi

[JBoss-user] [Security JAAS/JBoss] - Re: Unexpected Security Identity Propagation Switch

2005-05-25 Thread [EMAIL PROTECTED]
File a bug report with more details like the ejb-jar.xml/web.xml (or a example that produces this beahvior if you have it): http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879105#3879105 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Incredibly rare JMS clients behaviour

2005-05-25 Thread Frames
Sorry, problem solved The TTL was to short (2 secs), and the clocks where out of sync. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879106#3879106 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879106

[JBoss-user] [JBoss Portal] - Password encryption in JBoss Portal

2005-05-25 Thread scurd
I've installed JBoss Portal 2.0RC1 using Oracle as the backend. I downloaded the source version and deployed it to my existing JBoss 4.0.1 instance. I stored the passwords unencrypted into the jbp_user table since I was unsure whether an Oracle MD5 encrypted password would work without knowing

[JBoss-user] [Installation Configuration] - Installation jboss-3.0.8_tomcat-4.1.24 in Mac PowerBook

2005-05-25 Thread conankudo
I am beginning user for learning Java, I use Mac PowerBook. Did anyone teach me how to installate jboss-3.0.8_tomcat-4.1.24, together with installate MySQL in my Mac. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879111#3879111 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Password encryption in JBoss Portal

2005-05-25 Thread [EMAIL PROTECTED]
I think you can turn it off by modifying the file jboss-portal.sar/conf/login-config.xml : remove the line | module-option name=hashAlgorithmMD5/module-option | module-option name=hashEncodingHEX/module-option | otherwise to store passwords as MD5, the user module hash the passwords

[JBoss-user] [Installation Configuration] - Re: A package for MAC OS X

2005-05-25 Thread conankudo
I am a beginner of J2EE, My PowerBook (Mac OS X v10.4 Tiger), it's include j2se 1.4.7, I want to installate jboss-3.0.8_tomcat-4.1.24, XDotlet, Ant and MySQL in my PowerBook. Do you know how to installe it? Thanks View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Commit data from a servlet?

2005-05-25 Thread mjchecko
Hello, I am relatively new to JBoss and Java, so please bear with me. I am working with a servlet that receives data from a client program, increments a counter, updates the counter to a MySQL table/field, and reports the new counter back to the client for storage until the next communication.

[JBoss-user] [JBoss Portal] - modifying the content type interceptor doesn't work

2005-05-25 Thread chuka
Hi mholzner! i've tried the content type interceptor ,but it fails. when i changed the MIME_GENERAL_HTML = text/html -- text/html;charset=utf-8, and built the source again then it gives error that content type not accepted! , so i think it's related to setContentType method of

[JBoss-user] [EJB/JBoss] - muliple db's accessed by 1 application server

2005-05-25 Thread chester0919
Hi, We've developed our own application session server functionality, (with our own proprietry data access layer) to process user requests; and based on their user details, direct the request to that users appropriate database to either retrieve or update data. We've hundreds of clients,

[JBoss-user] [JBossCache] - Re: Can JBossCache dynamically change its item limit on the

2005-05-25 Thread [EMAIL PROTECTED]
no. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879119#3879119 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879119 --- SF.Net email is sponsored by: GoToMeeting -

[JBoss-user] [JBossCache] - Re: DoesI have to worry RuntimeException throw by LRUAlgorit

2005-05-25 Thread [EMAIL PROTECTED]
Can you use the latest JBossCache1.2.1 or 1.2.2? -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879120#3879120 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879120

[JBoss-user] [Installation Configuration] - compatibilty from 3.2 to 4.0

2005-05-25 Thread nichoj
Hi, I'm working on packaging JBoss for Gentoo Linux. The most recent version we have in portage is 3.2.5. My question is this: what level (if any) of compatibility is there between 3.2 and 4.0? This is in terms of library compatibilty (things that compile against jboss's jar files) and