[JBoss-user] [Security & JAAS/JBoss] - Re: how to setUserrprincipal()

2005-08-13 Thread prof214
Hi I try to set UserPrincipal without using j_security_check under jboss. So, I am tired to using jboss. Know I am using weblogic 8.1. I can set UserPrincipal without using j_security_check. My question is Why I can not set UserPrincipal without using j_security_check under jboss. View the or

[JBoss-user] [EJB/JBoss] - Re: Setter methods in ejbCreate useless?

2005-08-13 Thread msowka
Adrian, I do admit (and, in written, did in my first post) that I'm relatively fresh to J2EE, and as such :) take the faulty brain joke with a pinch of salt... especially since the second post was hasty, as it did turn out to be "user error" :| (read: disregard second post, and pardon for litte

[JBoss-user] [EJB/JBoss] - Re: Setter methods in ejbCreate useless?

2005-08-13 Thread [EMAIL PROTECTED]
Look, obviously got one of the following broken: * compiler/jvm * brain :-) In either case, this is not a JBoss or EJB issue. Depending upon the problem, the solution will come from: * the JDK vendor * medical help :-) What makes you think anybody in an EJB forum would be interested in this p

[JBoss-user] [EJB/JBoss] - Re: Setter methods in ejbCreate useless?

2005-08-13 Thread msowka
... I'm still scratching my head here, and it's getting even more confusing: I've got a InitialContext.lookup call in a JNDIUtil class... and now it turns out that for some String name = "Hello" name = name.concat(" World!"); context.lookup(name); IS NOT THE SAME AS context.lookup(name.concat(

[JBoss-user] [Security & JAAS/JBoss] - Re: How to redirect after a https login page to the usual ht

2005-08-13 Thread tvonbek
Well I found out the solution was in the code of a servlet filter that our team had created, so the solution was specific to our application. This explains why no one posted a generic solution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889920#3889920 R

[JBoss-user] [EJB/JBoss] - Auto launch ejb.Timer without webapp?

2005-08-13 Thread iksrazal
Hi all, I'd like to perform a DB task every hour or so in an EJB container. However, I can't seem to figure out a simple way to have the timer load on startup as I can't do a simple load-on-startup servlet or ServletContextlistener. The app is contained only in a jar, deployed in JBoss that just h

[JBoss-user] [JCA/JBoss] - Re: Oracle AQ Resource Adapter in JBoss 4.0.2

2005-08-13 Thread Andrew_WOT
Hmm, a little confusion. OracleASJMS is not an adapter for a traditional database persistent Oracle AQ Here's te extract from http://www.oracle.com/technology/tech/java/oc4j/1012/collateral/OC4J-FAQ-JMS-1012.html anonymous wrote : | Oracle offers two JMS providers; OJMS (AQ/JMS) and OC4J/JMS.

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem with Dukes Bank section 5.2

2005-08-13 Thread rathorev
Here is the workaround that I performed to make the web services in chapter 5 to work: 1. Since jboss-build.xml is including the entire jars in jboss-4.0.2\client to the classpath, I renamed the existing axis-ws4ee.jar to z_axis-ws4ee.jar, so that it is loaded at last. This file has the timesta

[JBoss-user] [Installation, Configuration & Deployment] - java.io.FileNotFoundException with tldCache.ser

2005-08-13 Thread rlhr
I'm using jboss-4.0.3RC1 on Windows XP with jdk1.5.0_04 I get the following exception when runing Jboss with a Tutorial example java.io.FileNotFoundException: D:\jboss-4.0.3RC1\server\default\work\jboss.web\localhost\>_fibo\tldCache.ser (The filename, directory name, or volume label syntax is i

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem with Dukes Bank section 5.2

2005-08-13 Thread rathorev
Here is the woraround that I performed to make the web services in chapter 5 to work: 1. Since jboss-build.xml is including the entire jars in jboss-4.0.2\client to the classpath, I renamed the existing axis-ws4ee.jar to z_axis-ws4ee.jar, so that it is loaded at last. This file has the timestam

[JBoss-user] [Installation, Configuration & Deployment] - Re: Bind address for hypersonic

2005-08-13 Thread bossbean
Last time. heh. It a learning experience:) | | ... | jdbc:hsqldb:hsql://localhost:1701 | ... | | 127.0.0.1 | 1701 | true | default | false | true | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JCA/JBoss] - Re: Oracle AQ Resource Adapter in JBoss 4.0.2

2005-08-13 Thread Andrew_WOT
Somehow it doesn't work. After inclusion of oc4j_unsupportedapi.jar into rar file it started complaining about some missing OracleConnectionFactory from oc4j_internal.jar. After that one was packaged into rar, I start getting com.evermind.AppServer class missing, even thoug that class sits in th

[JBoss-user] [Installation, Configuration & Deployment] - Re: Bind address for hypersonic

2005-08-13 Thread bossbean
Oops that code was parsed out. try this: ... jdbc:hsqldb:hsql://127.0.0.1:1701 ... 127.0.01 1701 true default false true View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889906#3889906 Reply to the post : http://www.jbos

[JBoss-user] [Installation, Configuration & Deployment] - Re: Bind address for hypersonic

2005-08-13 Thread bossbean
However there seems to be an optional configuration to bind it to a socket in the HS deployment file hsqldb-ds.xml. I was wondering if someone did attempt to use this configuration, how you would bind it to a specific address. As mentioned before the following will not work.. ... jdbc:hsqld

[JBoss-user] [JBossWS] - Problem with custom data type holder

2005-08-13 Thread xtremebytes
Using JBossWS (JBoss 4.0.2), wscompile-generated artefacts, I have a problem with using a custom data type holder. I have implemented the custom holder as follows. | public final class WSStatusHolder implements javax.xml.rpc.holders.Holder { | public WSStatus value; | | publ

[JBoss-user] [Installation, Configuration & Deployment] - Re: Mapping vitual servers to .war files

2005-08-13 Thread maheshkudva
Hi Were you able to figure out how to do it. I am also facing the same situation Regards Mahesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889893#3889893 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889893 --

[JBoss-user] [Performance Tuning] - HTTP hang

2005-08-13 Thread dacx
Hi, Im running Jboss 3.2.7, framework struts + hibernate. My application is a wap service, my experience is almost everyday the application server would just stop. There was no error log on the server.log, i can telnet the port 8009 of jboss but the http port set can't. Is there any logical exp

[JBoss-user] [EJB/JBoss] - Re: Question about Calling EJB's externally

2005-08-13 Thread darranl
Yes this is a known issue that was introduced at 3.2.7 http://jira.jboss.com/jira/browse/JBAS-1442 This issue should be fixed in 3.2.8 when it is released. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889886#3889886 Reply to the post : http://www.jboss.or

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Cannot Make a Web Log with Jboss 4.0.3.

2005-08-13 Thread darranl
Wrap the configuration with [ code ][ /code ] tags without the spaces and use the prview button to make sure it displays correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889885#3889885 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [JBoss Portal] - How to create dynamically new portals?

2005-08-13 Thread tomcmok
Hi, I'm starting to work on a new project - web platform. JBoss and Jboss Portal is one of the frameworks im considering to use. One of the platform features has to be a possibility to dynamically create new portals using the predefined set of portlets. The goal is to let the customers of

[JBoss-user] [Beginners Corner] - Help:Configuring Eclipse3.1 and JBoss

2005-08-13 Thread varun1982
I wanted to use eclipse and configure JBoss 4.0.2 with it I have downloaded wtp-all-in-one-0.7-win32 and JBoss 4.0.2 and JDK 1.4.2-08 and JRE 5 and set the corrosponding classpaths in windows and in eclipse also.Both eclipse and JBoss are running fine separately and i can see my deployed files

[JBoss-user] [EJB/JBoss] - Re: exception isn't caught

2005-08-13 Thread tremalnaik
You made te right assumption, I deployed a JAR file for EJBs and a WAR file for Servlets and JSP. The exceptions package is included in both. Thanks very much for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889881#3889881 Reply to the post :