[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JNDI-problem with Tutorial

2005-12-26 Thread jbossxx0
I tried removing the WEB-INF/classes and Changing URL be java:com/env/ejb/Fibo. But it is still giving me the same error. Can anybody help? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914301#3914301 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Select index of combo box

2005-12-26 Thread sanu_82
Hi All, I want to now that is there any way to know the selected index of combo box or drop down box in JSP. Secondly i prevoiusly had asked about -- I have two combo box value of second combo box depends upon first combo box selected value.Where value in second combo should be retreived

[JBoss-user] [JBoss jBPM] - how can i add the variable's description?

2005-12-26 Thread kentest
the file task.jsp under the folder jbpm.war has a dataTable as follows: | h:dataTable value=#{taskBean.taskFormParameters} var=formParameter | h:column | h:outputText value=#{formParameter.label} / | /h:column | h:column | h:outputText

[JBoss-user] [Installation, Configuration Deployment] - Re: apache in JBOSS?

2005-12-26 Thread [EMAIL PROTECTED]
jboss contains tomcat, but it is not apache ( http://httpd.apache.org/ ) . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914304#3914304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914304

[JBoss-user] [Installation, Configuration Deployment] - Re: How can check the port?

2005-12-26 Thread [EMAIL PROTECTED]
netstat -an View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914305#3914305 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914305 --- This SF.net email is sponsored by:

[JBoss-user] [JBoss Seam] - Re: Merry Christmas !

2005-12-26 Thread drapierwim
Hohohoo, I wish everybody a Merry Christmas and a Happy Newyear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914306#3914306 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914306

[JBoss-user] [JBoss Seam] - Validation constraints

2005-12-26 Thread drapierwim
Sorry not Seam related stuff but I can't seem to find any information to make use of the regular expression of the hibernate validation framework. In the booking app is see things like this @Pattern(regex=\\d{4,5}) but what the meaning of all those \ {} [] d is there any documentation on this?

[JBoss-user] [Management, JMX/JBoss] - Re: Can scheduler locate classes from WAR file?

2005-12-26 Thread dhanyakairali
Hi, Can u give more details as to how the .sar is created? Currently I have put my schedulable class in $JBOSS_HOME\server\default\lib. I need to access the schedulable class from my EJB which I have deployed as a jar in $JBOSS_HOME\server\default\deploy. What should I do. Thanks in

[JBoss-user] [JBoss Seam] - Re: Validation constraints

2005-12-26 Thread drapierwim
:o I found something on the java.sun.com website I believe this is the answer. http://java.sun.com/developer/technicalArticles/releases/1.4regex/index.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914309#3914309 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Token reflects old node after a successful signal

2005-12-26 Thread [EMAIL PROTECTED]
i'm reading through this thread and i'm impressed by our community ! the responses show great insight. indeed looking at 3.1 might solve the problem. still i would like to know what is going wrong so that we can fix it in 3.0.x. i couldn't distill a proper testcase from reading this thread.

[JBoss-user] [Management, JMX/JBoss] - Deploying my Schedulable as a .sar file

2005-12-26 Thread dhanyakairali
Hi. I deployed a Schedulable class to $JBOSS_HOME\server\default\lib (Wrote a class that implements Schedulable. Created a jar file of the same and copied it to $JBOSS_HOME\server\default\lib. Modified $JBOSS_HOME\server\default\conf\jboss-service.xml to have my schedulable class as an MBean.

[JBoss-user] [Management, JMX/JBoss] - Calling a Scheduler helper class from my EJB

2005-12-26 Thread dhanyakairali
I have a utility class thats called from my scheduler. How can i deploy my ejb and my scheduler such that I can do this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914312#3914312 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - ssl client auth through load balancer breaks declarative sec

2005-12-26 Thread new4jboss
Hello, I posted this question 2 days ago in the clustering forum but after having received no answer I decided that this forum may be a better place to post it. Please forgive me if that isn't the case but I'm desperate for an answer:( My desired setup is for a Jboss cluster serving requests

[JBoss-user] [EJB/JBoss] - Stub error..

2005-12-26 Thread Ayusman
Hi All, I was writing a simple stand alone program that would call an deployed EJB on JBoss4.0.2. I am getting the following error. javax.naming.CommunicationException: Failed to retrieve stub from server 172.25.67.24:1100 [Root exception is java.io.StreamCorruptedException. I have the

[JBoss-user] [Beginners Corner] - ManagedConnectionFactory is null Problem - Not related to ho

2005-12-26 Thread ummadiravi78
Hi, I am using Jboss 4.0.2 in linux environment. I use JBOSS datasource to connect to MySQL 4.1 server. When I was testing my application, all of a sudden the application crashed and the server log showed me the following error. I googled for the error and all the links say that this problem

[JBoss-user] [JNDI/Naming/Network] - Getting ManagedConnectionFactory null

2005-12-26 Thread sreenath205
Hi All In our project we use jboss connection pooling, and has placed the JNDI names of the datasource in the mysql-ds.xml file.when we try to get a connection through this datasource we got an error | 17:07:22,193 INFO [STDOUT] org.jboss.util.NestedSQLException: You are trying to use a

[JBoss-user] [JBoss Portal] - How to migrate existing spring application to jboss portlets

2005-12-26 Thread ervikas
Dear all; I have a spring MVC application that i want to migrate to jboss portlets. Can anyone suggest some documentation or sample code to achieve the same. Any help is greatly appreciated. Thanks in advance View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Newbie: Verification of Enterprise Beans failed

2005-12-26 Thread Strunker
Merry Christmas everybody. I'm really new to JBoss, but I hope somebody here can help me with my deployment problem. I have an ear file which contains two jar files (ejb.jar and jdom.jar) and a war-archive (web.war). ejb.jar and web.war both uses classes from jdom.jar. I set the class-path

[JBoss-user] [EJB/JBoss] - Re: Stub error..

2005-12-26 Thread [EMAIL PROTECTED]
See: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoIGetStreamCorruptedException http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetAJava.netExceptionHowDoIFixIt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914323#3914323 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Multiple transaction question

2005-12-26 Thread [EMAIL PROTECTED]
You need to break up the transaction as its isolation semantics are not valid for the usecase you state. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914324#3914324 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914324

[JBoss-user] [Installation, Configuration Deployment] - Re: Question about J2eeDomain/Manager/Jboss (in web console)

2005-12-26 Thread [EMAIL PROTECTED]
There are standard jsr77 names and there are names for components created by the container. They are different objects. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914325#3914325 Reply to the post :

[JBoss-user] [Clustering/JBoss] - second server doesnt pull deployments from the first

2005-12-26 Thread impetus
Hi, Im new to jboss clustering.Im using JBoss 4.0.2. I have successfully deployed my application ear on one server in the farm directory of the all configuration.When i start another server with same configuration on other machine it is able to detect the first cluster member.But the second

[JBoss-user] [Management, JMX/JBoss] - Scheduler and UserTransaction

2005-12-26 Thread atorres
Hi, I'm using the Scheduler service under JBoss 3.2 I implemented the org.jboss.varia.scheduler.Schedulable interface, and created a Mbean inside a sar to configure it. The Schedule uses hibernate to do my job once a day. It works very well, and it's fairly easy to implement. The problem is

[JBoss-user] [JNDI/Naming/Network] - Re: JBOSS JNDI from a standalone application

2005-12-26 Thread [EMAIL PROTECTED]
Local ejbs are not accessible from a remote client (this is as expected, otherwise why are they local). See the ejb3 tutoral for examples of remote clients access ejbs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914327#3914327 Reply to the post :

[JBoss-user] [JBossWS] - Re: Axis+JBoss+IDEA

2005-12-26 Thread [EMAIL PROTECTED]
Refer to the axis documentation as we don't support axis. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914329#3914329 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914329

[JBoss-user] [EJB 3.0] - TransientObjectException: object references an unsaved trans

2005-12-26 Thread danjourno
TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: package.path.Contact I have a persistence object Affiliate that has a child object Contact. This is shown in my contact object as

[JBoss-user] [Installation, Configuration Deployment] - Re: Does JBoss 4.0 support EJB 1.1 in conjunction with CMP 1

2005-12-26 Thread [EMAIL PROTECTED]
Yes, cmp1.1 is supported, but the legacy jaws engine mappings are not. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914333#3914333 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914333

[JBoss-user] [EJB/JBoss] - Re: question about default jndi name

2005-12-26 Thread [EMAIL PROTECTED]
From the jndi faq: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoesTheLocalNameContainARandomNumber View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914332#3914332 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914332

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Application Server 4.0.3 SP1

2005-12-26 Thread [EMAIL PROTECTED]
Use java -jar jboss-4.0.3-installer.jar where the path to the java command is jdk1.4.2 or higher. There is no guarentee that the explorer association for the executable jar file is correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914335#3914335 Reply

[JBoss-user] [Security JAAS/JBoss] - Re: Web Container Security in JBoss 4.0.1

2005-12-26 Thread [EMAIL PROTECTED]
The groupname must be 'Roles' for the j2ee declarative security roles. See chap8 of the admin guide for details. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914334#3914334 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler and UserTransaction

2005-12-26 Thread atorres
I got a hint: the UserTransaction is bound as UserTransaction and not as java:comp/UserTransaction. So I renamed the hibernate service to use UserTransaction and it works. I tried to figure out a solution where I don't have to change this name (and use java:comp/UserTransaction inside Schedule)

[JBoss-user] [J2EE Design Patterns] - Re: Spawning threads in server process

2005-12-26 Thread [EMAIL PROTECTED]
Its generally fine to use threads as long as you take responsibility for how they interact with the container/ejbs. There are some mbean services that provide thread pools that can simplify basic thread management: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigBasicThreadPool View the

[JBoss-user] [JBoss Portal] - Re: CMS Portlet Issue

2005-12-26 Thread jdestef
Ok, So I'm back to my original problem. When selecting a link in CMS portlet 2 on page 2, the portal returns to the default page and displays the link contents in the CMS Portlert instance on that page. Is this what is supposed to happen? Tx View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: When will JBoss 4.0.4 be released

2005-12-26 Thread [EMAIL PROTECTED]
Follow the roadmap in jira: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914340#3914340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914340

[JBoss-user] [JBoss Eclipse IDE (users)] - Error while running XDoclet / TUTORIAL

2005-12-26 Thread javaespinoza
Hi, I making FIBO Session bean Tutorial using Eclipse JBoss IDE all in one bundle ... but this error appears in Eclipse's console... Variable references non-existent resource : ${workspace_loc:/Tutorial/xdoclet-build.xml} AnyOne can tell what is this ? Thanks. Jose. View the original post

[JBoss-user] [Security JAAS/JBoss] - Re: servlet run-as role

2005-12-26 Thread [EMAIL PROTECTED]
The run-as has no affect on the servlet request itself, so these results are correct. Retry the ejb results with the 4.0.3SP1 release and if that is still showing this behavior, create a bug report with the full ejb-jar.xml/jboss.xml descriptors. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: SecurityAssociation principal not cleared after client l

2005-12-26 Thread [EMAIL PROTECTED]
Without a testcase/deployment illustrating what is being done I can't say what is going on. Create one and attach it to a jira bug report: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914343#3914343 Reply to the post :

[JBoss-user] [JBoss jBPM] - assignement and actorid

2005-12-26 Thread Nassim
hello evry body?? i want to know, when i wrote in the assignment handler class setactorId(actor) if should define actor somewhere? can any one help me for this thank you so much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914344#3914344 Reply to

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - JSP, Servlet, EJB

2005-12-26 Thread defkewl
Could anyone direct me to a tutorial or such that shows how to access EJB with JSP/Servlet? Thnx in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914345#3914345 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss IDE Bug

2005-12-26 Thread barrin
Environment: WinXP JBoss 3.0 J2SDK1.5 JBossIDE1.4 Error message project root [in myproject] does not exist myproject is a j2ee1.3 project and i get an error message whenever i tried to create a ejb component.[/img] View the original post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE Bug

2005-12-26 Thread [EMAIL PROTECTED]
what is the stacktrace ? (look in Error Log View for it) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914348#3914348 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914348

[JBoss-user] [JBoss jBPM] - Missing TaskInstance.setDescription

2005-12-26 Thread tonyd
I have an application where I am creating task instances dynamically, but there is no public mutator for the description property on TaskInstance, and the member variables are protected. Since every other property on TaskInstance has a mutator, I assume this is just an oversight. Thanks. View

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Error while running XDoclet / TUTORIAL

2005-12-26 Thread javaespinoza
I Finally fix this problem... Background: Using JBossIDEEclipse-1.5RC2-Bundle-win32 the tutorialdoesn't work fine... So ... I tried using Eclipse 3.1 + JBossIDE-1.4.1-jre1.5-e31 and works fine ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914351#3914351

[JBoss-user] [Management, JMX/JBoss] - Jboss-snmp-adaptor-snmptrapd-snmptt configuration issue

2005-12-26 Thread karanUk
Hello, I needed to investigate jmx-notifications - snmp traps - nagios(1.3) -alert process.Got the the snmp-adaptor.sar configured as jboss-service.xml --- ?xml version=1.0 encoding=UTF-8?

[JBoss-user] [JBoss Seam] - Re: CVS Noob question

2005-12-26 Thread RobJellinghaus
I was indeed able to get it from CVS using the instructions from http://www.jboss.com/index.html?module=bbop=viewtopict=70051: Thomas Heute wrote : cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-seamanonymous wrote : | | It built and deployed on Tomcat absolutely perfectly.

[JBoss-user] [JBoss Seam] - Re: CVS Noob question

2005-12-26 Thread RobJellinghaus
Sorry, garbled my close quote tag above. Wish we could edit posts in this forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914354#3914354 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914354

[JBoss-user] [JBoss Seam] - Running noejb tests w/o JBoss?

2005-12-26 Thread RobJellinghaus
So I got SEAM from CVS (the jboss-seam module; Gavin said he uses jboss-seam-head but I'm assuming there's no meaningful difference). I built it and ran the noejb example under Tomcat absolutely the very first time I tried it. Woohoo! Nice one, Gavin et al.! Now I'm trying to run the TestNG

[JBoss-user] [EJB/JBoss] - Re: Running and installing on a

2005-12-26 Thread jactor
Hmmm... Is there nothing that is happening with this? I am sorry that I did not take the time to learn me how to post a change with the system that is provided, but I hoped that someone would look at this. View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Jboss-snmp-adaptor-snmptrapd-snmptt configuration iss

2005-12-26 Thread [EMAIL PROTECTED]
When you post your configuration/descriptors in the forums, wrap them using: [ code ] [ /code ] (without the spaces) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914358#3914358 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: How can check the port?

2005-12-26 Thread urswag
OK but I cannot recognize the process using the port. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914359#3914359 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914359

[JBoss-user] [EJB 3.0] - Cancel a Rollback

2005-12-26 Thread redijedi
Maybe my approach needs to be altered, but how do I cancel a rollback in EJB3? My situation is that I have one session bean method that is wrapped in a transaction. This method makes two calls to the database. The first call is to see is a records exists. The second inserts a new record if the

[JBoss-user] [Installation, Configuration Deployment] - jsf problems in jboss 4.0.3

2005-12-26 Thread OZWolverine
Hello everybody, I wrote a JSF application, that runs perfect when deployed in jboss-4.0.2, but now that we added more sofisticated business logic including EJB3, we know that we must deploy our application in jboss-4.0.3 to get the EJB3 support, but now, when I deploy my jsf app in

[JBoss-user] [Beginners Corner] - How to set the DB fetch size at Connection level in JBoss?

2005-12-26 Thread jboss05
Hi all, We are using JBoss connection pooling in our application for the Oracle DB. Could someone please let me know how to set the fetch size at connection level in JBoss? For example, in the JDBC applications, we can set the Oracle Row Prefetch size at the DriverManager.getConnection method

[JBoss-user] [J2EE Design Patterns] - Re: Spawning threads in server process

2005-12-26 Thread kevinstembridge
thanks Scott, I'll check it out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914364#3914364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914364 --- This SF.net

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE Bug

2005-12-26 Thread barrin
Severity : Error Message: project root [in neuis] is not on its project's build path Exception Stack Trace : An exception stack trace is not available. Session Data : eclipse.buildId=I20050627-1435 I've tried different versions of eclipse and jbosside versions and the same thing happens for the

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE Bug

2005-12-26 Thread barrin
Ah i found out what is the problem. The source folder should be set as the project's build path. I remember this setting is done automatically in the past that's why i did not know about this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914367#3914367

[JBoss-user] [JBoss Seam] - Re: Running noejb tests w/o JBoss?

2005-12-26 Thread [EMAIL PROTECTED]
It should Just Work. Works fine for me. Try updating your CVS snapshot. No, JBoss AS is not used by the unit tests. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914368#3914368 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Web Services with EJB3

2005-12-26 Thread 3sgte
anonymous wrote : what does this means? need some light here-is it something like: servlet-web service-java endpoint interface-java impl class-do lookup to ejb3? update: answer: yes, it worksweb-servlet-web service-java endpoints-ejb3. performance is good...web to ldap login, load

[JBoss-user] [JBoss Seam] - Re: Reverse engineered code

2005-12-26 Thread [EMAIL PROTECTED]
lavoir wrote : I been dealing with a few eclipse errors during reverse engineering, but its been fun looking at the tool work. What errors occured? Please report bugs to Hibernate Tools JIRA. lavoir wrote : I assume only One to many relationships are supported. Right. (I never use

[JBoss-user] [JBoss Seam] - Re: Merry Christmas !

2005-12-26 Thread [EMAIL PROTECTED]
Merry Christmas everyone, for a present, Seam just got: * A nested conversation model * Workspace management (ie. let user freely switch conversations inside a single browser tab, check the booking demo!) * Rudimentary support for AJAX and Soap invocations * Improvements to the jBPM integration

[JBoss-user] [JBoss Seam] - Re: Validation constraints

2005-12-26 Thread [EMAIL PROTECTED]
It is just a standard Java regex. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914372#3914372 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914372 --- This SF.net

[JBoss-user] [JBoss Seam] - Re: Newbie questions about JBoss Seam

2005-12-26 Thread [EMAIL PROTECTED]
1. Yes, there are currently a number of bugs in JBoss EJB3, and we are working hard to get them ironed out before the final release. And yes, EJB3 offers all kinds of wonderful advantages over JavaBeans, including: * txn demarcation * efficient state management (passivation and replication

[JBoss-user] [JBoss Seam] - Re: Datamodel update cycle

2005-12-26 Thread [EMAIL PROTECTED]
Right, I put a lot of effort into getting this functionality just right. equals() is the only really safe way. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914374#3914374 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: EJB3 PFD is out ! any timeline for seam to get in sync ?

2005-12-26 Thread [EMAIL PROTECTED]
You will have to ask in the EJB3 forum for our EJB3 timelines. They recently got pushed back since Bill has a new baby :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914376#3914376 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: possible bug in portal 2.2

2005-12-26 Thread danch
You shouldn't count on being able to access attributes set in an actionRequest to be accessable from a renderRequest. The reason for this is that processAaction is only called once for N calls to render, and N-1 of those render calls will be in different HTTPRequests. I'm not sure if the

[JBoss-user] [Installation, Configuration Deployment] - Re: JAVA_HOME not set ERROR

2005-12-26 Thread jraz
ok. thanks.. i have already tried to run jboss.. the solution i've found is that you have 1. edit run.bat and 2. set JAVA_HOME to jdk directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914377#3914377 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam in JBoss Portal 2.2. Does it make sense and is it p

2005-12-26 Thread [EMAIL PROTECTED]
The problem is that there is no good way to propagate a conversation id across a browser redirect. JBoss portal is using browser redirects everywhere. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914378#3914378 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - integrating JBoss with JBuilder 7

2005-12-26 Thread jraz
hi ! i don't know where to start ? what should i configure to the project properties of JBuilder? i do have problem with integrating JBoss 3.2.7 to JBuilder 7 (as IDE). i am making a web project it should be implemented in the above specs i used JBuilder7 as my IDE tool.. in fact, i have

[JBoss-user] [Messaging, JMS JBossMQ] - SOS! my jboss dead for the following exception, can you tell

2005-12-26 Thread mycjol
An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc005) occurred at PC=0x7C9 18FEA Function=RtlpWaitForCriticalSection+0x5B Library=C:\WINDOWS\system32\ntdll.dll Current Java thread: at

[JBoss-user] [JBoss Portal] - Alternatives to the request.setAttribute? portlet session va

2005-12-26 Thread mpurdy1973
thanx for your replay... new to portlets... didnt think about that... that does make sense:-) what is an aternative to the request.setAttribute? should i use the portlet session? i.e. 1) set the portlet session in the action request. 2) use it in the doView/doEdit/doHelp 3) when done, delete

[JBoss-user] [Management, JMX/JBoss] - Re: Jboss-snmp-adaptor-snmptrapd-snmptt configuration iss

2005-12-26 Thread karanUk
The conf xml tags seems to have got dropped.The descriptors r as bellow. | jboss-service.xml | - | service | !-- The SNMP adaptor MBean -- | mbean code=org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService |

[JBoss-user] [JNDI/Naming/Network] - jndi lookup, returns only local ejb in clustered environment

2005-12-26 Thread haribaasha
hi i have 3 nodes in a cluster, when i have the EJB in all 3 nodes (including the one with the webservice) and then clustering doesnt happen. all requests are routed to the ejb present in the same node as the webservice ??? node 1 - web service(wsr) ejb node 2 - ejb node 3 - ejb all

[JBoss-user] [Security JAAS/JBoss] - Security exception

2005-12-26 Thread pranamya
Hello, Hey i am facing a strange problem. When i run the jboss server a get a security exception (java.lang.security) exception. Can any one tell me the reason why this exception is thrown. And please tell the solution too. Please it is urgent Regards Pranamya View the original

[JBoss-user] [JBoss jBPM] - Re: Need Help for Sub-Process

2005-12-26 Thread tom_sri74
Hey atleast some body let me know i am in right direction.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914386#3914386 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914386

[JBoss-user] [Beginners Corner] - JBoss on JBuilder 7

2005-12-26 Thread jraz
how to integrate JBoss 3.2.7 in JBuilder 7.. ? any needed configuration of the project properties of the JBuilder? or any tutorial that could help.. i have already able to run the JBoss server i'm using also java J2sdk1.4.2 for the project.. i need your help.. thanks in advance.. View the

[JBoss-user] [JBoss Eclipse IDE (users)] - problem in creating j2ee project with jbossIDE

2005-12-26 Thread kingaam
I've installed eclipse and also insyalled the jboss IDE but each time I wish o create a j2ee project there is an error for opening the wizard, I'd be thankful if any body could help me, regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914390#3914390

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - WAR DEPLOYMENT

2005-12-26 Thread nskarthik_k
HI FORM I HAVE A APPLICATION (WAR) SUCESSFULLY RUNNING ON STANDALONE TOMCAT 5.X,IWOULD LIKE TO DEPLOY THE SAME ON JBOSS4. PLEASE CAN SOME BODY PLEASE PROVIDE ME STEP BY STEP PROCESS ON HOW TO DEPLOY ON JBOSS4. WITH REGARDS KARTHIK View the original post :

[JBoss-user] [JBoss jBPM] - Re: intergrate jbpm into tomcat

2005-12-26 Thread man2281
thanks koen. but this is not i want. i'm still under development. if i use test case it run without any error, but when i use webapp then the error came out. i think i miss configured somewhere about the path. Please help me!! Thank you. regards, Alex Sim View the original post :

[JBoss-user] [JBoss Portal] - how to get Container object for my application (Navigation M

2005-12-26 Thread ramireddy
Hi Everyone, I'm trying to create a Navigation Menu for my application. I have seen the code of the JBoss, in that jboss is creating the Navigation Menu using the Container Object and jboss is getting the Container Object using the below given statement i.e. container =

[JBoss-user] [JBossWS] - String[][] deserialization error

2005-12-26 Thread takahashi
Hi I am new to JBoss. I tried WSRPCServiceStepByStep and it worked ok. I added String[][] element to the Person class with the appropriate setters and getters and got the following exception ... 14:51:58,156 ERROR [RPCInvocation] org.xml.sax.SAXException: SimpleDeserializer encountered a child

[JBoss-user] [JBoss Portal] - Regd : WSRP Implementation in Portal 2.2

2005-12-26 Thread arvind_pv
Hi Everyone, As per the JBoss Portal Webinar presentation, WSRP is going to be implemented in Portal 2.4 which will be released in the month of March 2006. But I have downloaded the JBoss Portal Source Code, in which there is a package available callled by wsrp. So I think Jboss Portal 2.2

[JBoss-user] [Management, JMX/JBoss] - Re: Jboss-snmp-adaptor-snmptrapd-snmptt configuration iss

2005-12-26 Thread karanUk
Hi, Was just debugging and found that the generic and specific tags in the notifications.xml are overriding the enterprise OID and so the coldStart trap's being sent. | notification-map-list | mapping | notification-typecom.acme.jmx-smnp.test/notification-type |

[JBoss-user] [Security JAAS/JBoss] - Re: AccessControlExceptionaccess denied (java.lang.RuntimePe

2005-12-26 Thread chaituu
[EMAIL PROTECTED] wrote : Presumably you control the content in which your client is running and can choose to not run with a security manager. how to choose not run with a security manager? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914399#3914399 Reply