[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-27 Thread lcoetzee
Just add the following in the template that you use for those pages which live in the secure area. This will invoke the factory on the piece of Java code provided earlier, and as a result outject the portalUser in the session context. Place the Java code in a stateful bean as part of the bigger

[JBoss-user] [JBoss jBPM] - Newbie Question about signaling

2006-03-27 Thread qweniden
Hi, Sorry if this is a dumb question but in most code examples Ive seen a process is advanced by calling processInstance.signal() and that works fine in my proof of concepts. However lets say there is an issue where node "a" branches to node "b" and "c". How can I access "b" and "c" tokens in

[JBoss-user] [EJB 3.0] - Re: Configuring SEAM test with junit

2006-03-27 Thread JXerXes
I've tried | test | as well, but it doesn't work. Do I need any additional Libraries because it's not running in the container? Or is it possible that the file is simply not found? I've located it in the package tests. The test itself runs in tests.somepackage. (also tried to have it in the

[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-03-27 Thread antitrust1982
thank you very much for your help, i will try this. Antitrust1982 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933026#3933026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933026 --

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Correct EJB-QL generates faulty SQL. any ideas?

2006-03-27 Thread cwad0000
came to work, fired up emacs, loaded the deployment descriptor, got my coffe, started to looking at it, after 10 seconds: "hang on, where is my id tag?" it works fine now, cheers for the reply lafr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933025#39330

[JBoss-user] [EJB 3.0] - EJB3 Entity Primary Key Retrieval

2006-03-27 Thread wargun02
Hi, I have a problem with retrieving the primary key of an entity object after persisting. My case is: :- I have an entity object which has the id as the primary key field of type long and the value is auto generated by the database (and with all necessary annotations assigned) :- After I invo

[JBoss-user] [JBoss jBPM] - Re: Decision node & expressions - this is not working

2006-03-27 Thread Saviola
Hi dhartford (How do you pronounce this name :()! I would suggest you give more sensible mapped name to the variable you are using in the condition expression and use this name instead. Also try using contextInstance object for accessing the variable instead of executionContext. |

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 @Column(primaryKey = true) problem

2006-03-27 Thread wargun02
Try this: @Id @Column(name = "xxx", nullable = false, updateable = false, insertable = false) The @Id annotation type is to indicate that the column/field is a primary key. Max Lam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933022#3933022 Reply to the

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Iintegrate Hibernate 3.1.3 in JBoss 4.0.3 SP1

2006-03-27 Thread ccaprar
Hi all, Is there a way to integrate Hibernate 3.1.3 in JBoss 4.0.3 SP1? If we try to deploy a test application from Hibernate in JBoss, we get errors about unknown EJB3 persistece classes (DiscriminatorValue). If we update the EJB3 persistence JAR, we get a new problem that Jboss calls a class

[JBoss-user] [JBossWS] - Re: jbossws - Invalid byte 2 of 2-byte UTF-8 sequence

2006-03-27 Thread msell
This is the third mention of this problem by my count. I have the same problem, mentioned here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=76709 No resolution yet, I believe. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933020#3933020 Reply

[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-27 Thread [EMAIL PROTECTED]
gavin, Token.setNode(Node) You might need ProcessDefinition.getNode(String name); to look up the node. But better is to put the node itself in the pagescope. All jBPM objects are serializable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933019#3933019

[JBoss-user] [JBoss Portal] - Re: [HELP] File Upload Question

2006-03-27 Thread ilangocal
"ilangocal" wrote : "andytsoy" wrote : I have fixed the problem. | | In JBoss Portal 2.2 . It has implement the commons-fileupload.jar. | | The only thing is to call u . | | In the jsp, Use ActionURL | | In the portlet core, it will call processAction method. | | You can take

[JBoss-user] [EJB/JBoss] - getCallerPrincipal in EJBContext.

2006-03-27 Thread Ayusman
Hi, I am trying to get the name of the principal from EJBContext object. I have asimple doubt as to who sets the principal? Is it the ServletContainer that sets the principal? or the EJB container? Please suggest, as I am getting name of the principal as "anonymous" only. Please suggest. Thanks

[JBoss-user] [JBoss Portal] - help with working from Portal source

2006-03-27 Thread ilangocal
Hi I am realizing that the only way to really understand JBoss Portal is to learn to look at its source files and work with them. Is there any individual who might be new like myself, and would like to explore the source code with the idea of real learning? I would like to help myself and othe

[JBoss-user] [EJB 3.0] - how to get entitymanager within MBean

2006-03-27 Thread hfarid
As the subject stated, I am trying to get access to my entity manager within Service MBean. The entity manager life time is associated with the life time with the service MBean my par and sar are packaged within the same ear, how can I declare dependancy of the sar on the par (dependancy on the

[JBoss-user] [EJB 3.0] - Re: Initializing a new entity bean with relations

2006-03-27 Thread treespace
First part of answer is you can use any old list since otherwise it's not a POJO. Second, you initialize your own collections or pre-check for null. Pre-initializing is the lesser of two evils. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933014#3933014

[JBoss-user] [JBoss Eclipse IDE (users)] - Help to find tutorial

2006-03-27 Thread sushmanagesh
Please help me in finding the tutorial to use JBoss and Eclipse. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933013#3933013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933013

[JBoss-user] [EJB 3.0] - Re: ANTLRException no class def found

2006-03-27 Thread [EMAIL PROTECTED]
Please search these forums and JIRA. You will find your answer in both places. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933012#3933012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933012 -

[JBoss-user] [EJB 3.0] - Re: ANTLRException no class def found

2006-03-27 Thread [EMAIL PROTECTED]
Please search these forums and JIRA. You will find your answer in both places. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933011#3933011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933011 -

[JBoss-user] [EJB 3.0] - Re: ANTLRException no class def found

2006-03-27 Thread [EMAIL PROTECTED]
Please search these forums and JIRA. You will find your answer in both places. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933011#3933011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933011 -

[JBoss-user] [Management, JMX/JBoss] - Problem with @management in Ejb3 jboss 4.0.3

2006-03-27 Thread sudheeshob
While using @Management annotation in the MBean class an error called " Cannot find value method" is fired. my code is given below. the error is fired at place mentioned in BOLD. package trail.jmx; import org.jboss.annotation.ejb.Service; import org.jboss.annotation.ejb.Management; import j

[JBoss-user] [JBoss Portal] - Re: JAAS Authentication

2006-03-27 Thread susitha
Hi... Should I need to write any EJBs to redirect the form to the required page? I have only another three weeks to complete this. So, can you give me another little help... Thanx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933008#3933008 Reply to

[JBoss-user] [JBoss Portal] - Re: Content caching

2006-03-27 Thread inscribe
Bump View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933007#3933007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933007 --- This SF.Net email is sponsored by xPML,

[JBoss-user] [Security & JAAS/JBoss] - Re: Help with jboss and LDAP , java code

2006-03-27 Thread frenchi22
Thank you cgriffith for the solution. I still have not got the whole solution but thank you for the tip. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933006#3933006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39330

[JBoss-user] [EJB 3.0] - Please help me...error in Jboss start log

2006-03-27 Thread kumachan
Hello. I want to program with ejb3. However, one Warning and one fatal error occur in the start log when I dispose the following programs and persistence.xml to jboss. When the program is actually executed, it is displayed, "MH001_001Bean not bound ". It is possible to execute it normally at th

[JBoss-user] [Security & JAAS/JBoss] - JAAS Authentication (contd....)

2006-03-27 Thread susitha
Hi JUNKIE Remember meMy forum is forwarded to JBPortal forums. But, there are no replies. So, again I am asking a help from you... I have done the configurations you have told and now the logging is successful... But the thing is now I'm getting the same HTTP error Code: HTTP Stat

[JBoss-user] [JBoss Portal] - Re: what is the best IDE to develop portlets?

2006-03-27 Thread noicangi
masternet, exelente explicacion, if you could add the same explanaition with jsf it will be very usefull. also ajax :P thanks nicolas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933001#3933001 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [EJB 3.0] - Re: ANTLRException no class def found

2006-03-27 Thread lsrivas
Hi , I am trying to use Hibernate 3 with jboss4.0 sp1 . I wrote all the required components but while running i get this exception java.lang.NoClassDefFoundError: antlr/ANTLRException at org.hibernate.hql.ast.ASTQueryTranslatorFactory.createQueryTranslator(ASTQueryTranslatorFactory.java:2

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - problem to bind hibernate session factory to JNDI

2006-03-27 Thread davidchen
Hi, there: Searching the forum, it seems a quite old problem, but didn't get any clear answer yet. Using JBoss-4.0.3sp1, hibernate3.jar, following document, I deployed a test har into my default/deploy directory, and I got that very famous "Not binding factory to JNDI" log, and my client side c

[JBoss-user] [JBoss Portal] - Re: CMS RDBMS Configuration error

2006-03-27 Thread susitha
Hi This is a common bug. So, can you please give me an reply to remove this bug... Thanx... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932998#3932998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932998 ---

[JBoss-user] [Installation, Configuration & Deployment] - Re: New to JBoss and Server is not working--Please Help

2006-03-27 Thread russray
Thanks Peter... That was it.Don't know how I lost the jar file. but I dropped a new one and I got it running View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932997#3932997 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Clustering/JBoss] - Clarification on JBOSS Clustering

2006-03-27 Thread patnaik
Hi all, I need a help to clarify regarding JBOSS Clustering. Like we have four machines box1,box2,box3 and box4 and all are into Clustering environment . I have doubt , Is it possible to bind all clustered boxes into one virtual IP not hostname. Thanks&Regards, Susant Patnaik View the orig

[JBoss-user] [JBoss Portal] - Custom User Portlet

2006-03-27 Thread Zoopido
Hi, I'm completely new to portal programming so please excuse me if my question seems obvious. I have set up the portal and everything is running smoothly. However, I want to add/modify the attributes of registering users created through the user portlet. How might I go about doing so? Than

[JBoss-user] [JBoss Portal] - Re: portal forum erros

2006-03-27 Thread webcat
this is a bug! you must modify tables(JBP_FORUMS_POSTS,JBP_FORUMS_ATTACHMENTS) clob field datatype to varchar2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932994#3932994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [EJB/JBoss] - Re: EJB's, Entity Beans, and Database Security

2006-03-27 Thread scphantm
no words of wisdom here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932993#3932993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932993 --- This SF.Net email is

[JBoss-user] [EJB 3.0] - @Service + @Management + @Remote + @SecurityDomain?

2006-03-27 Thread elkner
Is this bean (@Service + @Management + @Remote + @SecurityDomain) possible ? For my case, @Service + @Management + @Remote works, but as soon as I add @SecurityDomain (since I do not want, that unauthenticated users are allowed to invoke service methods), I get an exception like: 2006-03-28 00:

[JBoss-user] [Management, JMX/JBoss] - Re: How do we monitor the number of hits for an appliaction?

2006-03-27 Thread PeterJ
For any given EJB, there will be a corresponding mbean with the name (all one big string without spaces, I reformatted it to make it easier to read): jboss.management.local: EJBModule=.jar, J2EEApplication=Y.ear, J2EEServer=Local, j2eeType=StatelessSessionBean, name=Z where the X

[JBoss-user] [Beginners Corner] - Reduce output from log4j

2006-03-27 Thread Diablo
Hi there! I'm running JBoss 4.0.3SP1 with a mySQL database, and i'm using log4j. The logger prints out every database access, like: anonymous wrote : | 14:02:19,237 INFO [STDOUT] Hibernate: select wikipage0_.id as id135_, ... | As there are many database access over the time the log-file e

[JBoss-user] [EJB/JBoss] - Re: Transaction across different DBs

2006-03-27 Thread yxw84
Update: I just noticed this warning -- "Prepare called on a local tx. Use of lo cal transactions on a jta transaction with more than one branch may result in in consistent data in some cases of failure." What does it mean? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBossWS] - java.lang.ClassCastException: org.jboss.axis.Message

2006-03-27 Thread greenbean
We are using jboss 4.03SP1. We are receiving JMS messages using Activemq/spring/jencks. The onMessage acts as a web service client to call a server. We generate the client from the wsdl using jwsdp-1.6. When a message is received, the onMessage throws this exception. It is not clear what th

[JBoss-user] [JBoss Getting Started Documentation] - Re: org.jboss.annotation.ejb.LocalBinding not find?

2006-03-27 Thread [EMAIL PROTECTED]
jboss-annotations-ejb3.jar - can be found at: $JBOSS_HOME\server\default\deploy\ejb3.deployer See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSEAMReverseEngineerGuide View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932982#3932982 Reply to the post : http

[JBoss-user] [EJB/JBoss] - Transaction across different DBs

2006-03-27 Thread yxw84
Is it possible to have JBoss transactions span across multiple databases? Here is the scenario: Session Bean A is reading from database A. Session Bean B reads/writes from database B, then calls a method from session bean A. If this method fails, what happens right now is that the changes to da

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

2006-03-27 Thread gavincork
>> My bad. There was a type in my application.xml file (an extra > in the tag >> context-root). I just got exactly the same problem. It wasn't a typo. But your solution worked fine. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932980#3932980 Repl

[JBoss-user] [JBoss Portal] - Re: JBOSS Portal and WSRP

2006-03-27 Thread [EMAIL PROTECTED]
A base implementation of WSRP will be availble as part of JBoss Portal 2.4 around mid-April. The complete WSRP roadmap will soon be published on the wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932978#3932978 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBoss Portal] - JBOSS Portal and WSRP

2006-03-27 Thread jksmartt
When is the release of JBOSS Portal and Application Server with WSRP scheduled for? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932976#3932976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932976

[JBoss-user] [Beginners Corner] - Things must be getting better

2006-03-27 Thread avatar_42
I have a legacy app I?m trying to support that is built on Jboss 3. At one customers site it has taken to randomly getting this error: Error writing response java.net.SocketException: Software caused connection abort: socket write error at java.net.SocketOutputStream.socketWrite0(Native M

[JBoss-user] [EJB 3.0] - Re: I need help..........

2006-03-27 Thread sisepago
Can u tell us what do u want to know ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932974#3932974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932974 --- This S

[JBoss-user] [EJB 3.0] - Re: Limit number of concurrent MDBs and number of retries?

2006-03-27 Thread kenrod
Peter, Fantastic! I will give that a try - it sounds like exactly what I need! With regards to catching Exceptions, that one is more tricky: I do catch Exceptions at the top level of my onMessage (and don't rethrow them), but the message still gets re-delivered. Looking at the stack trace of t

[JBoss-user] [EJB 3.0] - Re: coolness: built-in DI (IoC) and other forms of goodness

2006-03-27 Thread epstein
u, make that "EJB 3.0 dependency injection annotations only works in EJB objects -- not generic POJOs" oh well, I have to take it all back... no, seriously, I got that wrong, but it's still cool. Some automation is better than none and, last time I checked, SpringFramework (et. al.) plays

[JBoss-user] [EJB 3.0] - coolness: built-in DI (IoC) and other forms of goodness

2006-03-27 Thread epstein
OK, random obnoxious dissing aside, I'm going through some EJB3 intro material on the JBoss site and am beginning to smile again about standards-based J2EE development. At long last. And I know there's a real debt to Gavin and other Hibernate folks for getting the standards going in the right

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to build JBoss 5 ? (is it possible ?)

2006-03-27 Thread [EMAIL PROTECTED]
Thanks a lot ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932970#3932970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932970 --- This SF.Net email is sponsore

[JBoss-user] [JBoss jBPM] - Re: Decision node & expressions - this is not working

2006-03-27 Thread dhartford
Sorry, jbpm-3.1 starter kit. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932969#3932969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932969 --- This SF.Net emai

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - What happens if you wait too long for a connection?

2006-03-27 Thread markricard
Here is the scenario: Background: You have JBoss configured to handle a connection pool of 50 connections. JBoss gets 2000 requests at the same time for a connection. Obviously, not everyone will get a connection the first time because there are only 50, but it hands out the 50. Questions: 1

[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-27 Thread liudan2005
I'm still not quite sure how to do it cause I'm not familiar with jBPM yet. It would be great if you can add the sample code to dvd example. From what you've described, we're now gonna adopt jBPM for our project. Thanks for your help. View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBossWS] - Re: JBoss 4.0 web service example

2006-03-27 Thread Ganton
Ok, nevermind, I figured out, that it was an improper request, you have to add the ?wsdl to the end of it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932965#3932965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to build JBoss 5 ? (is it possible ?)

2006-03-27 Thread [EMAIL PROTECTED]
JB5 is not released; it is a work in progress in the jboss cvs repository (HEAD). http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932964#3932964 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [EJB 3.0] - I need help..........

2006-03-27 Thread diablo341
Anyone able to provide some input? I'm a newbie and I'm trying to get started. Please let me know if I can explain anything further. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79644 I appreciate it. Thanks, John View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [EJB 3.0] - Re: Joined subclass - insert failing

2006-03-27 Thread diablo341
sorry, that was supposed to be a new topic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932962#3932962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932962 --- T

[JBoss-user] [EJB 3.0] - Re: Joined subclass - insert failing

2006-03-27 Thread diablo341
Anyone able to provide some input? I'm a newbie and I'm trying to get started. Please let me know if I can explain anything further. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79644 I appreciate it. Thanks, John View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss jBPM] - Re: BPEL Roadmap

2006-03-27 Thread HuangHao
Hi, thanks Alex! Those days i've been searching for a good combination of BPEL designer and BPEL engine. The criteria is free and of course should be easy to use. As far as i found out, possible combinations could be: 1. ActiveBPEL + ActivePEL design (TBD) 2. NetBeans Enterprise Pack 5.5: ?

[JBoss-user] [JBoss Seam] - Re: two foreign keys to the same table

2006-03-27 Thread max522over
I've got most the compile errors corrected. These errors were mostly duplicate method names and duplicate class name issues. but once I've got those fixed, I've got this error in bringing up jboss and deploying the seamapp ear. | 2006-03-27 14:22:10,640 INFO [org.jboss.seam.Component] Compo

[JBoss-user] [Installation, Configuration & Deployment] - jboss run.sh or run.jar

2006-03-27 Thread bagoose
Hi, I'm trying to run jboss on Freebsd 5.3 Seemed like everyone said to use run.sh, but when I did, I got this output (bottom of post) and then it hangs and a java process runs out of control taking up 99% cpu and nothing else ever happens. I have to kill -9 the java process. After living in a

[JBoss-user] [Installation, Configuration & Deployment] - How to build JBoss 5 ? (is it possible ?)

2006-03-27 Thread [EMAIL PROTECTED]
Hello, I would like to know if it's possible to build JBoss 5 with the CVS sources ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932956#3932956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932956 --

[JBoss-user] [EJB 3.0] - Re: My first SFSB barfed...

2006-03-27 Thread tsar_bomba
Yes, thank you, I'm a real dork for missing that! I *meant* to have checkout() one line down from where it was...I didn't meant to @Remove it from the session *during* the loop. Thanks for catching that! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932954

[JBoss-user] [EJB 3.0] - Re: Are EJB3 Stateless Session beans as boneheaded as they l

2006-03-27 Thread epstein
Thanks for all the great, no wait, make that insanely great hints and advice. My sarcasm (arrogance?) came from reading the JBoss trail. On-and-on about how things are decoupled... sounds nice, then the switch to an example and the example shows: by default, things are coupled via a name... K

[JBoss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2006-03-27 Thread sony3002
hello asack, after adding "/remote" to my look up, i got several class not found Exception, and i did manage all it by bringing all that jar files visible to my web application and then i successfully connected from stand alone tomcat to Jboss :) :) :) now i have a question i thought that, al

[JBoss-user] [EJB 3.0] - Re: My first SFSB barfed...

2006-03-27 Thread amayingenta
The problem is that you are creating a SFSB when you perform the JNDI lookup, and then your call to checkout() is causing it to be removed because of the @Remove annotation. After that point you can no longer use that cart instance, so it fails the second time around your for loop. The error y

[JBoss-user] [JBossWS] - JBoss 4.0 web service example

2006-03-27 Thread Ganton
I have input, and deployed the example HelloPojo service from the 4.0 documentation, but when I try to run the client, I am getting a ServiceException: modler error: faild to parse document at "http://xx:8080/testbed/service/Hello": org.aml.sax.SAXParseException: Element type "meta" must b

[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-27 Thread [EMAIL PROTECTED]
Ah, yes, we should support this. Actually the name of the node is different to the view-id, since multiple nodes can point to the same page. What you would need to do is store the node name in the Seam PAGE scope. I'll add this to JIRA. What is the actual code to reposition the token? (I'm too

[JBoss-user] [JBossCache] - Configuring JBossCache with Hibernate in Clustered Env.

2006-03-27 Thread nwondra
I'm trying to determine the optimal configuration for a web application that uses Hibernate, in a Clustered env. on JBoss application server. I know JBossCache can be configured as a second level cache through Hibernate, or in JBoss AS using AOP. Is there any reason to do both or is this red

[JBoss-user] [JBoss jBPM] - Re: install jbpm

2006-03-27 Thread delonga
At least I am not the only one having issues with getting this beast up and running View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932947#3932947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932947

[JBoss-user] [Installation, Configuration & Deployment] - Re: javax.naming.NameNotFoundException: comp not bound

2006-03-27 Thread PeterJ
Actually, you need to complain to Sun regarding the text of this error message. I agree that text such as "Unable to find the object named 'comp' in the naming directory" or something like that is better than the terse "comp not bound" message. But still, the message is telling you that your c

[JBoss-user] [Installation, Configuration & Deployment] - Re: New to JBoss and Server is not working--Please Help

2006-03-27 Thread PeterJ
Check the directory c:\jboss-4.0.3sp1\server\default\lib directory and make sure that it still contains the log4j.jar file. On my system, that file is dated Oct 24, 2005 12:26PM, and is 353,235 bytes in size. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393

[JBoss-user] [JBoss jBPM] - Decision node & expressions - this is not working

2006-03-27 Thread dhartford
hey all, Trying to get the following to work: | | | | | | | | | | | decinfo=="I" | | | decinfo=="E" | | | | executionCon

[JBoss-user] [JBoss Seam] - Re: jBPM and the back button

2006-03-27 Thread [EMAIL PROTECTED]
that shouldn't be too hard. you should build a mapping of the view-id's to the jbpm page nodes. and before the jbpm page navigation is activated, the token should be positioned in the node of the view id represented by the request. i'm not sure, but i believe that the view-ids were the page no

[JBoss-user] [JBoss Portal] - Re: get portlet information from portletrenderer ?

2006-03-27 Thread cpage
ty mholzner for your response :p what i want to do : each portlet in my portal must have their own icon in the left side of their header. so, in my renderset, i have to render the right icon for the right portlet. to know which icon is set for a portlet, my first idea was to set an init-param f

[JBoss-user] [Security & JAAS/JBoss] - Re: Pulling user Entity into session when authenticating.

2006-03-27 Thread mirko27
I really hope that we can get this working. This feature has been problem long time. Some are managed to build ugly hacks but this would be very nice way of approaching it. EntityManager s name and other app-dependent stuff could be made configurable :) Additional files: persistence.xml |

[JBoss-user] [JBoss Seam] - Re: help needed! error

2006-03-27 Thread [EMAIL PROTECTED]
So, this is a problem in how you are managing your persistence context. Probably it would help to use a Seam-managed conversation-scoped persistence context, but I can't tell since you have not given any information about what you are actually doing... View the original post : http://www.jboss

[JBoss-user] [Security & JAAS/JBoss] - Re: Pulling user Entity into session when authenticating.

2006-03-27 Thread mirko27
Well I created my own UsernamePasswordLoginModule and then extended it in same DatabaseServerLoginModule. Everything works fine, but it does not pull entity bean inside. Please look at my code in the end of login() function: |public boolean login() throws LoginException |{ |

[JBoss-user] [JBoss Seam] - Re: help needed! error

2006-03-27 Thread destiny84
Err...I was sure I had error: failed to lazily initialize a collection in my topic title ?! ...oh wellsorry bout that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932933#3932933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [Clustering/JBoss] - Re: JRMPProxyFactory in deploy-hasingleton

2006-03-27 Thread Tyler Black
I should also post some code snippets on how I'm connecting to the cache. When an error occurs getting a session from our cache, we reset any references to mbeans and contexts that we have and try to reconnect... | serverSessionMBean = null; | presenceContext = null; | pixpoSession = get

[JBoss-user] [JBoss Seam] - help needed! error

2006-03-27 Thread destiny84
Hello @ all... I really need some more help :S ... I have a class Employee with a function : public Set getProjects() { | return this.projects; | } | Now I have another class, in which I have a function with the following code: | Set set = user.getProjects();

[JBoss-user] [EJB 3.0] - Re: Hibernate-Validator and

2006-03-27 Thread bigm25
...it seems that with "pure" hibernate, one could do anonymous wrote : Session.initialize( transientInstance) , but i can't find an equivalent method in EntityManager. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932930#3932930 Reply to the pos

[JBoss-user] [EJB/JBoss] - JOB POSTING: Contract or perm - JBoss/jBPM/Hibernate - Newbu

2006-03-27 Thread robroth
We're a small start up located in Newburyport, MA (on the seacoast just south of the NH border). We are looking for someone experienced with JBoss development that can jump right in. The position calls for 40+ hours a week, I'd strongly prefer a non-telecommuter, and I can do contract or full

[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-03-27 Thread [EMAIL PROTECTED]
I have not done this, but... You should download the JBoss Portal 2.2 bundled with the JBoss AS release. You should then be able to just copy over the jbpm.sar from the jBPM Starters Kit under the 'jbpm' configuration into the 'default' config in the Portal bundle. You then need to make sure

[JBoss-user] [EJB/JBoss] - Re: Questions about stateless session bean life cycle from c

2006-03-27 Thread mossprescott
Thanks to everyone who replied. What Raist and Scott said agrees with what I understand from reading the spec. In a few words, there is no _server_side_ resource created to service any particular client. This means that in theory it isn't necessary to create() a new proxy for each client thread.

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

2006-03-27 Thread simon.nicholls
H.Looks like it happens during APPLY_REQUEST_VALUES, as the isListOK method is invoked. The projectList will be null from that invocation onwards. 20:35:55,328 ERROR [STDERR] 27-Mar-2006 20:35:55 DebugPhaseListener beforePhase INFO: before phase: RESTORE_VIEW 1 20:35:55,562 ERROR [STDERR]

[JBoss-user] [Clustering/JBoss] - JRMPProxyFactory in deploy-hasingleton

2006-03-27 Thread Tyler Black
JBoss 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023) We have a partition with 3 nodes (Node1, Node2, Node3). There is a singleton mbean running within the cluster that acts like a session cache. All nodes in the cluster service requests from clients, and all requests must be validated ag

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Possible to use two port numbers on one Tomcat?

2006-03-27 Thread gus888
Hi all, We currently have a problem for merging two Tomcat servers to one, because the two have different port number 4040, 5050. Since we do not want to combine the two port right away(we need to notify customers), is it possible to use two port number on one tomcat server? e.g. http://tomcat.

[JBoss-user] [EJB 3.0] - Hibernate-Validator and

2006-03-27 Thread bigm25
Hi, when i do | ClassValidator cv = new ClassValidator(MyBean.class); | cv.getInvalidValues(aReallyNewAndTransientBeanInstance); | the validator will NOT complain about an invalid bean. (Altough everything works as expected when i try to persist this bean or when i check a detached bea

[JBoss-user] [EJB 3.0] - Re: Multiple datasource deployment issue

2006-03-27 Thread yxw84
Sorry to keep bothering on this subject... but has anyone got any insight into what might be causing the problem? I put the problem on the shelf for a few months because I got badly stuck, but eventually its an issue I will need to resolve. Please help! Thank you. View the original post : http

[JBoss-user] [EJB 3.0] - My first SFSB barfed...

2006-03-27 Thread tsar_bomba
So, I'm a grand spankin' greenhorn newbie...and I'm attempting to create a Stateful session bean using JBoss 4.0.4RC1 (on Windows). I've got a small storefront application that has several Entity beans and SLSBs that have so far worked great...I'm not having any problems w/ my entities or state

[JBoss-user] [Installation, Configuration & Deployment] - JMSAppender deployment Problem

2006-03-27 Thread Nabyendu
Hi All, I am new to JBOSS, my server version is 4.0.3. The problem is that I can't configure the JMSAppender properly, also there is no relevant documentation on this topic. Actually Jboss is trying to activate the JMS service before ConnectionFactory is activated, it showing the error "javax.na

[JBoss-user] [JBoss jBPM] - question about deployment

2006-03-27 Thread tperrigo
I'm having some trouble understanding how to deploy a process. I was able to create a jbpm service archive (using the steps outlined here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74781. I then copied the jbpm.sar to the deployment directory of my server; it seemed to deploy s

[JBoss-user] [JBoss Portal] - Re: Portal Demo Broken, is this real software?

2006-03-27 Thread [EMAIL PROTECTED]
"dwelch" wrote : After logging in, the bottom of page has invalid HTML (from the news portlet), and, you can't even click on the "Edit My Profile" after this, as you head off into "empty portlet" land. | The demo is public. Which means anyone can login as an admin and completely destroy it a

[JBoss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2006-03-27 Thread sony3002
hello do i miss any jar file in my client web application ??? i have added all the jar files that are in Jboss\client to my web applications WEB-INF\lib folder is any more i need ??? these are the jar files which are in my WEB-INF\lib folder activation.jar | antlr.jar | avalon-frame

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

2006-03-27 Thread simon.nicholls
I'll get together an example of what I mean, and post it here later. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932903#3932903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932903

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

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

[JBoss-user] [Management, JMX/JBoss] - Re: how do i check if JBoss is started?

2006-03-27 Thread jiwils
See http://wiki.jboss.org/wiki/Wiki.jsp?page=StartupAndDeploymentCheck for more information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932901#3932901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932901 ---

[JBoss-user] [Management, JMX/JBoss] - how do i check if JBoss is started?

2006-03-27 Thread gmeroz
i mean completely started... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932898#3932898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932898 --- This SF.Net emai

  1   2   3   >