[JBoss-user] [Clustering/JBoss] - Re: clustering tests in testsuite failed

2006-03-17 Thread Rajesh.Gajula
The above hint will give an idea abt that... And i want to know how you are connecting the two nodes under cluster, are you using any webserver for that or you are trying directly using webserver. EVEN I HAVE FACED THE SIMILAR ISSUE ONCE IN MY LOCAL. THAT DEPENDS ON THE MACHINE CONFIGURATION AL

[JBoss-user] [Clustering/JBoss] - Re: Sticky session is not working always in Cluster

2006-03-17 Thread Rajesh.Gajula
All the configutaion you pasted here is right... you need to check whether the port no is same for the all the nodes or not.. you configured all the 4 nodes in one machine or different machines . if all the nodes are from single machine i think you need to give the diff port no for that ... htt

[JBoss-user] [Microcontainer] - confusion - JavassistTypeInfoFactory can Overloaded construc

2006-03-17 Thread bkeh12
JavassistTypeInfoFactory sample 1: is work | http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_2_0.xsd" | xmlns="urn:jboss:bean-deployer:2.0"> | | | | | |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NPE when closing connection

2006-03-17 Thread genman
Couldn't Map.Entry change between iteration and use? Looking at the class, it's certainly possible: Map m = new ConcurrentHashMap(); | m.put("foo", "bar"); | Iterator i = m.entrySet().iterator(); | Map.Entry me = i.next(); | m.removeKey("foo"); | me.getValue(); // returns null Not sure

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.InterruptedException when sending messages

2006-03-17 Thread genman
You don't think it's one of your own threads doing Thread.interrupt()? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931094#3931094 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931094 -

[JBoss-user] [JBoss Seam] - Re: pageflow problems again

2006-03-17 Thread [EMAIL PROTECTED]
I've treated this as a bug and fixed it in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931093#3931093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931093 -

[JBoss-user] [JBoss Seam] - Why do we need Interfaces

2006-03-17 Thread amarinis
OK This may sound silly but: Following in the footsteps of seam, simplifying web based applications, I am having trouble trying to understand why an Interface is needed for every stateful action class i create. Can someone help explain this to me. I know I am going to be asked this question by

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JDBC insert commiting after approx. 20-30 min.

2006-03-17 Thread fundoo23
Hello, Oracle 8.1.7 JBoss4.0.2 I am making JDBC call to insert into a table. PreparedStatement testStat = connection.prepareStatement("INSERT INTO ...") ; testStat.setInt(6, col...); if (testStat.executeUpdate() != 1) {print .. } testStat.close() ; connection.clost();if (r

[JBoss-user] [JBoss jBPM] - Re: toolkit for jbpm released

2006-03-17 Thread camunda
Hi Ronald! No problem with the article, I have translated it completely myself now and will put it only before my holidays (my flight is on saturday at 7 a.m., so much time till then ;-)), it is not perfect, but I think it is OK. I am going to Kenia by the way, my sister live and works in Nairo

[JBoss-user] [JBoss Seam] - Re: pageflow problems again

2006-03-17 Thread [EMAIL PROTECTED]
Ignore the last msg. I understand what you are saying now. Let me think this one through and I will get back to you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931088#3931088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Seam] - Re: pageflow problems again

2006-03-17 Thread [EMAIL PROTECTED]
But this is correct behavior, right? The first transition out of the is supposed to occur immediately the pageflow starts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931087#3931087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss Portal] - JbossPortal smoke test failure: No layout found for layout i

2006-03-17 Thread eks
Any help with the following out of the box smoke test appreciated: After following the install protocol for JbossPortal, and bringing up Jboss, when I try to access http://localhost/portal , I get: javax.servlet.ServletException: No layout found for layout id generic org.jboss.portal.ser

[JBoss-user] [JBoss Seam] - Re: .seam welcome-file

2006-03-17 Thread [EMAIL PROTECTED]
I guess you just put a |index.seam | | | | | in web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931085#3931085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931085

[JBoss-user] [JNDI/Naming/Network] - Re: Session Bean accessing a remote queue

2006-03-17 Thread kgomesJBoss
Did you ever get this to work? I am struggling with the same issue ... Kevin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931084#3931084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931084 --

[JBoss-user] [JBoss Portal] - Re: jboss forum run error

2006-03-17 Thread unibrew
Hello Could you try buillding and deploying JBForums from cvs sources? There was a bug(in cvs it is resolved) which, I guess, might be connected with your problem. Cheers --- Ryszard Kozmik JBoss Forums Lead View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [Messaging, JMS & JBossMQ] - java.lang.InterruptedException when sending messages

2006-03-17 Thread [EMAIL PROTECTED]
Hi While sending messages I get a java.lang.InterruptedException. Write task was interrupted. The org.jboss.mq trace is below. SOme of the messages are processed and some messages get this exception and this happens frequently. Any Pointers === org.jboss.mq TRACE =

[JBoss-user] [EJB 3.0] - Re: Embended beans not persisting

2006-03-17 Thread [EMAIL PROTECTED]
Ok, fixed in CVS. You should be able to use this in your distro by following these direcitons: http://jira.jboss.com/jira/browse/EJBTHREE-482 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931080#3931080 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBossWS] - RemoteException , trying to return Maps

2006-03-17 Thread zoharat
Hi, I have a web service which has been deployed on jboss-4.0.3SP1. The web service contains the following method call public Map getUserMap(Integer size){ Map map = new HashMap(); UserObject u = null; for(int i=0;ihttp://xml.apache.org/xml-soap}Map at com.sun.x

[JBoss-user] [Beginners Corner] - BUILD FAILED \client not found

2006-03-17 Thread rbryan
Could someone help me figure out what's wrong with this? I have changed jboss-build.properties just like it says in Chapter 4 to jboss.home=D:/jboss-4.0.2 And I even tried it like: jboss.home=D:\jboss-4.0.2 D:\j2eetutorial14\examples\bank>ant -f jboss-build.xml compile Buildfile: jboss-build.

[JBoss-user] [Security & JAAS/JBoss] - Re: Standalone Tomcat to JBoss - SecurityAssociation mixup

2006-03-17 Thread cssmith4
"j2ee_junkie" wrote : jaco, | | From you post below, I would say you understand the problem really well. JBoss's SecurityAssociation is set with principal and credential info (note that the use of SecurityAssocation is just what currently happens, but is non-public and should not be counte

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-17 Thread [EMAIL PROTECTED]
Sure. I think your previous config would have worked if you would have commented out the InvokerLocator attribute (can't have InvokerLocator attribute and element configuration). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931074#3931074 Reply to the po

[JBoss-user] [EJB 3.0] - JNDI Lookup Failure, ClassCastException, 4.0.4RC1

2006-03-17 Thread tromanowski
Problem: I'm getting a java.lang.ClassCastException in my server log when I try when I try to perform a JNDI lookup. The error is much like the one here found by khooke here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79130 Actually, I am encountering what may be a few problems,

[JBoss-user] [JCA/JBoss] - PKIX path building failed

2006-03-17 Thread beyarecords
Hi, I am receiveing the following error message when starting Jboss 4.0.2, under Windows XP (Service Pack 2) in regards to making an SSL connection to my postgreSQL 8.x database: anonymous wrote : | sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.c

[JBoss-user] [Microcontainer] - Re: Unmarshaller source code

2006-03-17 Thread Charlie Kelly
Hi Adrian, I downloaded source from: :pserver:[EMAIL PROTECTED]:/cvsroot/jboss its common/src/main/org/jboss directory doesn't contain an xb dir. Should I be looking someplace else? Thanks Charlie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931071#3

[JBoss-user] [JBoss jBPM] - error at org.jbpm.graph.def.GraphElement

2006-03-17 Thread forJbpm
Hi! In my session EJB I am trying to token.signa() I get following error. When I try to Wscompile. anonymous wrote : | | java.lang.reflect.InvocationTargetException | | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | | at sun.reflect.NativeMethodAcce

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread noicangi
+1 -- thanks to keletappi and to thomas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931069#3931069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931069 -

[JBoss-user] [JCA/JBoss] - Re: XAException

2006-03-17 Thread [EMAIL PROTECTED]
Notice, the issue was addressed nearly two years ago! I wonder what other issues have been addressed since then? :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931068#3931068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JCA/JBoss] - Re: XAException

2006-03-17 Thread [EMAIL PROTECTED]
This is the only time I am going to do this... this month. :-) This question has been asked before, and it has since been fixed in the example config. http://fisheye.jboss.org/changelog/JBoss?cs=Branch_3_2:ejort:20040521183223 The other "wrongness" is assuming anybody is interested in looking at

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread keletappi
Maybe somebody should update documentation to clarify the process. It is not obvious and it can take hours to figure out what to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931066#3931066 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Portal] - UseBean in Portal

2006-03-17 Thread sudhirk76
Can we use Jsp useBean tag in Portal? Here is the simple code I am trying to use but it's not working. anonymous wrote : anonymous wrote : | | | | anonymous wrote : " id="name" name="name" size="40"> On Process action I am not doing any thing an

[JBoss-user] [JBossWS] - Re: Confused: JBoss 4.0.4RC1, JBossWS, EJB3

2006-03-17 Thread avlevy2k
In addition, when I look at the console, this is what I see: 14:14:22,415 INFO [EJB3Deployer] Deployed: file:/C:/Program Files/jboss-4.0.4RC1/server/default/deploy/ImportService.ejb3 14:15:00,301 INFO [[/jbossws]] Marking servlet ContextServlet as unavailable 14:15:00,301 ERROR [[ContextServlet

[JBoss-user] [JBossWS] - Re: Confused: JBoss 4.0.4RC1, JBossWS, EJB3

2006-03-17 Thread avlevy2k
I tried to do that, and took a web service I created and deployed to JBoss5.0.0alpha, and deployed it to my 4.0.4RC1. When trying to go to http://enalhl:8080/jbossws/services I get the following: HTTP Status 404 - Servlet ContextServlet is not available -

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem: SecurityAssociationValve Failed to determine s

2006-03-17 Thread andrepgs
I have the same problem ... but I use only Tomcat 5.5.9 to publish my projects. You found a solution to this question? tks, André View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931062#3931062 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [EJB 3.0] - Re: In a OneToMany relation, invoking clear() on the collect

2006-03-17 Thread alfonsotames
It works Finally it is removing the records instead of setting them to NULL. I have the EJB3 spec and the docs from JBoss but didn't find this. Thanks a lot. Alfonso View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931061#3931061 Reply to the post : h

[JBoss-user] [JBoss Portal] - Re: portal cluster

2006-03-17 Thread noicangi
where can i set http session replication? which files do i need to edit to make portal clustering work with good performance? please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931060#3931060 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-17 Thread nickthegreat
Bingo ! Success :) With the version of server/default/deploy/ejb3.deployer/META-INF/jboss-standard.xml you've posted it (finally) works great :) Thx a lot for the quick help :-))) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931059#3931059 Reply to t

[JBoss-user] [JBoss Portal] - Re: JBoss Portal and BEA Weblogic Portal comparison

2006-03-17 Thread [EMAIL PROTECTED]
So perhaps you may have a list of features you require, and I can answer you if we support them. Feel free to email me personally. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931058#3931058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [EJB 3.0] - Re: In a OneToMany relation, invoking clear() on the collect

2006-03-17 Thread petergoldstein
This is the behavior dictated by the EJB spec. If you want the orphaned items to be deleted, you need to add an additional Hibernate-specific annotation. Add this: @org.hibernate.annotations.Cascade({org.hibernate.annotations.CascadeType.ALL, org.hibernate.annotations.CascadeType.DELETE

[JBoss-user] [EJB/JBoss] - Looking for some sample SessionBean EJB code for jboss

2006-03-17 Thread exitsfunnel
Hello, I'm new to Jboss and EJB and I was wondering if anyone could point me towards some simple EJB application sample code. I've worked through the Jboss introductory doc and got the DukesBank application up and running and my strategy had been to try to pare down the Bank application to jus

[JBoss-user] [EJB 3.0] - In a OneToMany relation, invoking clear() on the collection

2006-03-17 Thread alfonsotames
I have a OneToMany relation: | @Entity | public class Order implements Serializable { |private List orderedProducts; | @OneToMany(cascade=CascadeType.ALL) | public List getOrderedProducts() { | return products; | } | } | When i do this: | Ord

[JBoss-user] [JBoss Seam] - Re: reverseengineering problem

2006-03-17 Thread [EMAIL PROTECTED]
stacktrace guys, stacktrace from the error log view View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931052#3931052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931052 -

[JBoss-user] [JBoss jBPM] - Re: toolkit for jbpm released

2006-03-17 Thread [EMAIL PROTECTED]
the screen shots and feature list look impressive. any chance you're intrested in contributing these functionalities to the new jbpm webapp console ? regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931051#3931051 Reply to the post : http://www

[JBoss-user] [JBoss Seam] - Re: reverseengineering problem

2006-03-17 Thread destiny84
I have it too... I can't create a console configuration anymore either :( . Also get the nullpointer exception as soon as I hit the finish button in the console configuration window. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931050#3931050 Reply to

[JBoss-user] [JBoss Seam] - Re: pageflow problems again

2006-03-17 Thread ido_tamir
I am pretty convinced that this is a seam problem. The following patch makes just three changes to the CVS version of the numberGuess example: | * removes @Create from numberGuess.begin() | * adds a start.jsp page that can activate numberGuess.begin() | * changes index.html to start with the

[JBoss-user] [Microcontainer] - Re: Newbie build issue

2006-03-17 Thread [EMAIL PROTECTED]
They came from me guessing how you were building it! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931047#3931047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931047

[JBoss-user] [JBoss Seam] - Re: .seam welcome-file

2006-03-17 Thread TrippCCN
Say I create a file, www.mysite.com/members/index.jsp. In a non-seam site visitors could access that through www.mysite.com/members but in a seam site visitors need to go through www.mysite.com/members/index.seam so the seam listener and faces servlet are called. I want my visitors to still a

[JBoss-user] [JBoss Portal] - Re: JBoss Portal and BEA Weblogic Portal comparison

2006-03-17 Thread jimloughlin
I fully appreciate the free vs. cost, however, that is not enough to convince all I must persuade. We have been using JBoss for over 3 years, but not the portal. We have been acquired by a company that uses BEA (we did too, but replaced it with JBoss). I must come up with an apples to apples

[JBoss-user] [JBoss Portal] - url problem whit ssl

2006-03-17 Thread hr_k
Hi I'am running portal 2.2 with mysql. I have configured the portal to use ssl. This works fine but my problem is that the url's of the pages has changed. With out ssl the url to a portlet was: /portal/portal/default/Test With ssl it is: /portal/authsec/portal/default/Test How can i change th

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-17 Thread [EMAIL PROTECTED]
I just did a simple test using jboss-4.0.4RC1 (with ejb3 install via gui installer) and a very simple ejb3 deployment. I changed the jboss-service.xml (within server/default/deploy/ejb3.deployer/META-INF) to look like: | | jboss.aop:service=AspectDeployer | | | |

[JBoss-user] [JBoss Seam] - Re: reverseengineering problem

2006-03-17 Thread [EMAIL PROTECTED]
please show the full stack trace from the Error Log view. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931033#3931033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931033 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to request the queue one by one from receiver?

2006-03-17 Thread chwang
Thank you. it is really useful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931032#3931032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931032 --- This SF.Net

[JBoss-user] [EJB 3.0] - Problem with deleting object from ManyToMany relationship.

2006-03-17 Thread sejan
Hi, I've a problem with deleting object from ManyToMany relationship without deleting objects connected with it. In my project there are two classes: User and Role connected by ManyToMany relationship. Below there is a code: | package project.nncs3.par; | | import java.io.Serializable;

[JBoss-user] [JBoss Eclipse IDE (users)] - Unable to Deploy using JBoss-IDE--logging Error?

2006-03-17 Thread russray
Guys: This may ultimately become my issue, but right now I can isolate the root cause for sure... I am using Eclipse 3.2, JDK1.5_06, JBoss4.0.3SP1. I am using log4j-1.2.8.jar for logging. The Application sever configuration has been test and works on another box. When I start the app

[JBoss-user] [JBoss Portal] - Re: User and Management portlets non-operational with 2.2

2006-03-17 Thread rutfield
Already did that with the truncation issue. I then dropped the database and let the application recreate everything... same affect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931029#3931029 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Portal] - Re: Failed Build of Portal 2.2 on Linux

2006-03-17 Thread rutfield
RedHat Linux 3.0ES MySql 5.018 JBOSS portal 2.2.0 JBOSS 4.03SP1 JVM 1.5.0_05-b05 (Sun Microsystems Inc.) Do I need a newer JConnector? Anything jump out at you? Thanks. I'm stumped. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931028#3931028 Reply to the

[JBoss-user] [JBoss Seam] - reverseengineering problem

2006-03-17 Thread jetzzz
I am useing eclipse 3.1.2, jboss 4.0.4RC1 and seam 1.0 beta2 and try to use the reverseengineering, just downloaded nightly build 200603141225. but whenever I want to create hibernate consloe config, eclipse pop out error window with title Hibernate Console Error Reason: Details java.lang.Nu

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-03-17 Thread jelda
Hi, Really it seems like some how remote client is out of sync with jboss server or some classloaders problem on clientside jboss 4.0.4 libraries. ClassNotFoundException getting while deserializing on client side. I have included all necessary jboss4.0.4 client libs. jbossall-client,jboss-ejb3,j

[JBoss-user] [EJB 3.0] - Re: Embended beans not persisting

2006-03-17 Thread trevorjharris
I assume you mean HypersonicDatabse but I got the following error | DEBUG 17-03 16:33:02,369 (KernelFactory.java:assembleNewKernel:86) -Starting JBoss Kernel construction... | DEBUG 17-03 16:33:02,509 (KernelFactory.java:assembleNewKernel:112) -Completed JBoss Kernel construction. Durati

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error trying to deploy a .ear file

2006-03-17 Thread rsood72
no Never resolved the problem. I did notice that in my libraries I include a .jar file a the client side, this file has the same serever files that the .ear has.. I create new jars of these server files and bundle them into .ear and try to deploy them but i do not recreate the .jar that in inclu

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error trying to deploy a .ear file

2006-03-17 Thread rsood72
no Never resolved the problem. I did notice that in my libraries I include a .jar file a the client side, this file has the same serever files that the .ear has.. I create new jars of these server files and bundle them into .ear and try to deploy them but i do not recreate the .jar that in inclu

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error trying to deploy a .ear file

2006-03-17 Thread sphinx88
i use the same software..however i never encountered this issue. did you ever resolve your problem??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931021#3931021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931021

[JBoss-user] [JBoss Portal] - Re: JBoss Portal and BEA Weblogic Portal comparison

2006-03-17 Thread [EMAIL PROTECTED]
We don't have anything on-hand for this. We're free. They aren't. Its as obvious as I could be in this comparison. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931020#3931020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBoss Portal] - Re: User and Management portlets non-operational with 2.2

2006-03-17 Thread [EMAIL PROTECTED]
Look in the portal wiki for the MySQL5 truncation problem and solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931019#3931019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931019 -

[JBoss-user] [JBoss Portal] - Re: some things about RoleModule ...

2006-03-17 Thread [EMAIL PROTECTED]
Thank you! ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931018#3931018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931018 --- This SF.Net email is sponsored

[JBoss-user] [JBoss Portal] - Re: Failed Build of Portal 2.2 on Linux

2006-03-17 Thread [EMAIL PROTECTED]
Which DB + version? Its likely not related to the build issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931017#3931017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931017 -

[JBoss-user] [JBoss Portal] - Re: Failed Build of Portal 2.2 on Linux

2006-03-17 Thread rutfield
Thank you! That worked (after I installed JUnit). THe interesting thing is that I hav ethe same functionality issue (User portal and Management portal not working) as I did with the version built on my PC. I would consider going to 2.2.1RC3, but nobody elese seems to have this problem. CR Vie

[JBoss-user] [Installation, Configuration & Deployment] - Oracle9i setup

2006-03-17 Thread spambob
i'm trying to follow the getting started guide to get oracle up and running with my app - http://docs.jboss.org/jbossas/getting_started/v4/html/db.html - unfortunately, i'm having issues. this code (that i'm supposed to change an attrtibute for oracle according to the doc), is not in the jboss-

[JBoss-user] [EJB 3.0] - Re: how to connect to JBOSS server from the client ?

2006-03-17 Thread terryhello
Oh, yes . You are right . It's ok now after I add those jars in the server lib folder . Thank you ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931011#3931011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931011

[JBoss-user] [EJB 3.0] - Re: Embended beans not persisting

2006-03-17 Thread [EMAIL PROTECTED]
try adding this to your beans file: | | |localDB |true | | | Make sure this is declared before the DefaultDSBootstrap. You'll need to pull in hsql-plugin.jar from the JBoss AS distribution. I don't know if this will work or not. I don't have time to test ATM, so

[JBoss-user] [Installation, Configuration & Deployment] - Question About Locating Resources

2006-03-17 Thread allisonb
I am in the process of trying to move a set of web applications from WebLogic to JBoss, and am having trouble with loading resources (namely property files). Each of the applications utilizes a number of library jars which use a property file to hold the current configuration. Most of the libr

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread noicangi
it works like this: build the portal with portal.web.context-root=/ c:/workspace/portal2.4/build> build clean after cleaned c:/workspace/portal2.4/build> build deploy then its done, clean database and /server/default/data/portal View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [Security & JAAS/JBoss] - Confused by Client login

2006-03-17 Thread amayingenta
Hi, I'm having problems with authentication for a remote EJB client. As I understand it, my client should use the ClientLoginModule to collect username/password, and then the server should be configured to use a login module that will read the username/password passed from the client. I believe

[JBoss-user] [EJB/JBoss] - Re: EntiyBean and auto-increment

2006-03-17 Thread tterm
Hello, this is a possible solution for me: /** | * @ejb.bean name="Example" | * display-name="Name for Example" | * description="Description for Example" | * jndi-name="ejb/Example" | * type="CMP" | * cmp-version="2.x" | *

[JBoss-user] [EJB 3.0] - Embended beans not persisting

2006-03-17 Thread trevorjharris
I have been trying to get Simple Deployment example in the tutorial to work. Running in 'create-drop' mode works fine but I am unable to get it working in update mode so that data persists between executions. The localDB.lck, localDB.log, localDB.properties and localDB.script are created. persi

[JBoss-user] [JBoss Seam] - ValidatorMessages

2006-03-17 Thread petemuir
I'm trying to get custom validator messages working. I have sms.ear --> sms.jar --> ValidatorMessages.properties ... --> sms.war ... When I deploy the ear to Jboss 4.0.4RC1 an exception is thrown complaining that the key postcode cannot be found (see below) however executing

[JBoss-user] [JCA/JBoss] - Re: Problems with SAP R/3 Datasource (JCA/JCO)

2006-03-17 Thread kreator2002
Hello, i see that you know well the jca installation. I try to install in jboss 4.0.2, but I have not been able to do it. Where i need to put sapjra.rar file? I need something else more? I put the rar file into deploy folder but jboss ignore it. Thank you very much for all. View the original

[JBoss-user] [EJB/JBoss] - Re: Input the data into context in Swing

2006-03-17 Thread tterm
Hello, you should explain the problem a little bit more detailed. You can insert a value in a client interceptor and access it in the server interceptor. client interceptor: public Object invoke(Invocation invocation) | { |HashMap hm = new HashMap(); |invocation.setValue("key",

[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss does not launch from MyEclipse

2006-03-17 Thread karinl
MyEclipse version: 4.0.3 Eclipse version: 3.1.0 JDK version: 1.4.2_03 Jboss application server: 3.2.3 OS: Windows XP When I start the server stand alone:no problem. But from MyEclipse by Debug ... the following error occurs: 15:51:16,796 INFO [MainDeployer] Starting deployment of package: file

[JBoss-user] [JBoss Seam] - Re: A component that shows only the root conversations

2006-03-17 Thread [EMAIL PROTECTED]
thanks :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930995#3930995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930995 --- This SF.Net email is sponsored by x

[JBoss-user] [Beginners Corner] - Re: How to Install Jboss

2006-03-17 Thread da.ogre
Hi, Sekhar! The jnlp file should be started with the java web start launcher. (Presumed you are using windows and installed the latest java runtime in C:\Program Files\Java, the web start launcher is located at C:\Program Files\Java\jre1.5.0_06\bin\javaws.exe) However, I would recommend that you

[JBoss-user] [JBoss Seam] - Re: Dynamic selectOneMenu

2006-03-17 Thread [EMAIL PROTECTED]
Look at how the dvdstore example handles categories in searchbox.xhtml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930993#3930993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930993 -

[JBoss-user] [JBoss Seam] - Re: .seam welcome-file

2006-03-17 Thread [EMAIL PROTECTED]
i don't understand View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930992#3930992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930992 --- This SF.Net email is s

[JBoss-user] [JBoss jBPM] - help about workflow

2006-03-17 Thread chouiekh
Hello, in our project we have to develop an E-service application , it is a Web application based on a WORKFLOW, the module must be deployed in the JBOSS application server, the problem is that the engine workflow must generate a .ear, to integrete the application in the Intranet of the or

[JBoss-user] [JBoss Seam] - Re: Entity Manager during @Startup

2006-03-17 Thread [EMAIL PROTECTED]
Make it an EJB. I don't think you can use a Seam-managed PC during the startup cycle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930990#3930990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930990 --

[JBoss-user] [EJB 3.0] - Re: Descriptions for MBeans with @Service Annotation

2006-03-17 Thread [EMAIL PROTECTED]
no. not yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930988#3930988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930988 --- This SF.Net email is sponsored

[JBoss-user] [EJB 3.0] - Re: how to connect to JBOSS server from the client ?

2006-03-17 Thread [EMAIL PROTECTED]
u r missing jars on the client side. scroll down and see the NoClassDefFound View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930987#3930987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930987 ---

[JBoss-user] [EJB 3.0] - Re: Entitymanager JNDI call

2006-03-17 Thread [EMAIL PROTECTED]
pass in a map. There is a silly bug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930986#3930986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930986 --- This SF

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 stable enough for production ?

2006-03-17 Thread [EMAIL PROTECTED]
There's a lot of companies using our EJB3 in production, believe it or not. Check my blog for a couple, but there are a lot more that I'm not allowed to divulge. EJB3 is getting pretty stable, We've had like 10 releases of it over the past 2 years. One problem we have though is that there is

[JBoss-user] [JCA/JBoss] - Re: XAException

2006-03-17 Thread vij7
Hi Adrian, Did I do something wrong? I read the FAQ, not sure what it is that I've done incorrectly. I know there is a similar question to this previously. However I've tried a different database driver and still the same thing was occuring. Anyway apologies for any bad behaviour. Vijay Vie

[JBoss-user] [JBoss Seam] - Re: Target Unreachable, identifier 'currentTestaction' resol

2006-03-17 Thread Newlukai
OK. I just turned all the input fields without a converter into output fields. This way the 'Process validations' phase completes normally. But then, in the 'Update Model values', the 'currentTestaction' can't still be resolved. Shouldn't Seam resolve 'currentTestaction'? Or did I make a mistake

[JBoss-user] [Security & JAAS/JBoss] - Re: Switching from HTTPS to HTTP

2006-03-17 Thread acku
I am using JBoss4.04RC1 btw with bundled Tomcat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930980#3930980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930980 -

[JBoss-user] [Security & JAAS/JBoss] - Switching from HTTPS to HTTP

2006-03-17 Thread acku
Right now I am using HTTPS for a secure login by configuring: | | | Login | /faces/SecureLogin.jsp | | | ROLE_ADMIN | ROLE_USER | ROLE_MODERATOR | | | C

[JBoss-user] [JBoss AOP] - JNDI lookup in AOP (partially OT)

2006-03-17 Thread MmarcoM
hello all, sorry for being partially OT.. I have an aspect (meant for auditing other EJBs) which needs to store the audited data in the database.. Issue is that i need to use EJB to store audited data in the database, and in order to do that i need to lookup the AuditDataEJB. The problem turn

[JBoss-user] [EJB 3.0] - Descriptions for MBeans with @Service Annotation

2006-03-17 Thread c.barz
Hello, is there a chance to specify descriptions for MBeans and their operations when defining an MBean via the @org.jboss.annotation.ejb.Service and @Management annotaions? Thanks Christoph Barz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930977#3930977

[JBoss-user] [Installation, Configuration & Deployment] - Re: org.jboss.deployment.EARDeployer undeploy hangs

2006-03-17 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=StackTrace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930976#3930976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930976 --

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread noicangi
keletappi, what you say works? i make the steps thomas said, about changing root.war to config.war to the deploy folder, but the path didn't work. maybe because i'm using portal cvs 2.4 glodo if you make it work please post. View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Installation, Configuration & Deployment] - Re: can't run JBoos!!!!

2006-03-17 Thread [EMAIL PROTECTED]
http://www.jboss.org/products/jbossas/docs http://docs.jboss.org/admin-devel/AdminDevelTOC.html http://www.jboss.com/wiki/Wiki.jsp http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942 jboss-4.0.3SP1.zip View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Portal] - Re: Failed Build of Portal 2.2 on Linux

2006-03-17 Thread [EMAIL PROTECTED]
Yes in the build directory instead of typing $ sh build.sh type $ ant instead of typing $ sh build.sh deploy type $ ant deploy instead of typing $ sh build.sh clean type $ ant clean ... Of course you need to install ant (or used the one in "tools") and have the binary in your path View t

[JBoss-user] [JBoss jBPM] - Failure at process ending

2006-03-17 Thread rafaelle
Hi I have modelled a process definition with some forks-joins, and differents path of execution. After all execution, when de root token arrives to the end-state, I have an exception when jBPM is trying to save the process instance as ended. This is de output: 14:28:25,354 DEBUG [DbPersistence

[JBoss-user] [Installation, Configuration & Deployment] - Re: can't run JBoos!!!!

2006-03-17 Thread Amair
Thanks Demitiris! There are many zip files out there. As mentioned I m using JBoss4.0.3 AS, So if you could specify me the appropriate zip file I will be thankful. And the question is what does this zip file contains?? Thanks, Amair View the original post : http://www.jboss.com/index

  1   2   >