[jboss-user] [JBoss Seam] - Re: Seam FileUpload Problem

2006-11-22 Thread yj4jboss
I figured out that the folder had to be from the local drive (e.g C:\files). But i would like to know if its possible to configure jboss such that files are uploaded relative to the context. Cheers, Yogesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=398

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-22 Thread Newlukai
Hmm. OK. Yesterday I searched around the web for possibilities to handle a ManyToOne-releationship in a dropdown-box. And I think that your http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamSelectItemsNewDesign offers all the things I need with a great usability. But I think there should be a guidel

[jboss-user] [JBoss Seam] - Re: Seam FileUpload Problem

2006-11-22 Thread yj4jboss
or how do i configure jboss to upload all my files to a particular directory ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988065#3988065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988065 ___

[jboss-user] [JBoss Seam] - Re: Seam FileUpload Problem

2006-11-22 Thread yj4jboss
Hello, Thnx for replyingI would like to know where the files folder should be created within jboss Cheers, Yogesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988064#3988064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [EJB 3.0] - Re: Using collections of detached entities

2006-11-22 Thread cuoz
Maybe this link will help: http://jroller.com/page/eyallupu?entry=hibernate_exception_simultaneously_fetch_multiple I don't have my code handy where I'm at, but I know I changed many of my collections to another type to work around this. gary. View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: Seam FileUpload Problem

2006-11-22 Thread rlhr
It is not your war that should contain a "/files" directory. The server running your application should have access to a /files path that already exists. This is the path where all the files will be uploaded and stored by the serveur. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: ELContext exception

2006-11-22 Thread rlhr
You need to add in your application.xml: | | el-api.jar | | | el-ri.jar | | And your ear file must contains these 2 jars along with your jboss-seam.jar I hope it helps. Richard View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [EJB 3.0] - Re: Using collections of detached entities

2006-11-22 Thread straiver
AFAIK List extends Collection, so it doesn't matter what interface to use, and actualy I used List and Set, thought named them as Collection. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988060#3988060 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: ELContext exception

2006-11-22 Thread lcoetzee
Jip. In my WAR: | WEB-INF/lib/el-api.jar | WEB-INF/lib/el-ri.jar | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988059#3988059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988059

[jboss-user] [Management, JMX/JBoss] - Re: Shutting down JBOSS hangs..

2006-11-22 Thread genman
I've had trouble on my machine with the firewall software. None of the internal RMI ports worked... "main" prio=1 tid=0x40115cd0 nid=0x7091 runnable [0x007fbfffb000..0x007fbfffd1a0] at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(P

[jboss-user] [JBoss Messaging] - Re: Messaging installation validation is failed !

2006-11-22 Thread bijianrui
Thank Clebert !!! I have resolved the problem . When finished installing JBOSS and JBOSS Messaging , I find that the jboss_remote.jar in the server/messaging/lib is not consistent with the jar in the server/messaging/deploy/jboss-messaging.sar. After update it , that is OK. View the origin

[jboss-user] [JBoss Seam] - Re: Seam 1.1.0 CR 1 + AS 4.0.5 + Portal 2.6-DR1

2006-11-22 Thread modendahl
Hi Gavin, ok. I'm very new to seam and ajax. How can I use these components in the portal environment? Best wishes, Marcel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988056#3988056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Seam FileUpload Problem

2006-11-22 Thread yj4jboss
Hello, I am trying to get the Seam File Upload example (from the wiki) working but i am stuck on one point!! My configs are as follows: My web.xml | | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocat

[jboss-user] [Beginners Corner] - Re: singleton ejb, loading classes from config.xml file?

2006-11-22 Thread srki
Please ignore my second post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988054#3988054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988054 ___ jboss-user mailing list j

[jboss-user] [Messaging, JMS & JBossMQ] - iI am getting CommunicationException while looking for Con

2006-11-22 Thread phanisekhar
I am trying to connect to testQueue which comes default with jboss messgaing , but I am getting the following exception javax.naming.CommunicationException: Failed to retrieve stub from server (server address) [Root exception is java.io.StreamCorruptedException: unexpected block data]

[jboss-user] [EJB 3.0] - Re: Using collections of detached entities

2006-11-22 Thread cuoz
IIRC, I think I solved this by using List instead of Collection. HTH, gary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988052#3988052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988052 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Stored Procedure call from a EJB 3.0 Stateless bean

2006-11-22 Thread smithanaik14
I am trying to execute a stored procedure using the ibatis framework. The invocation of the procedure is within a stateless bean. A procedure with a "only select statements" work fine. However, if a proecdure has an update statement, then there appears to be a deadlock. When this happens, I am n

[jboss-user] [Beginners Corner] - Re: singleton ejb, loading classes from config.xml file?

2006-11-22 Thread srki
Another question I would like to know is when the container could give another instance of stateless session bean to a client from the pool. Meaning if I have a stateless session bean with only a foo() method that is called by the client. If that foo method has references to other plain java o

[jboss-user] [EJB 3.0] - Re: Are References to Sessionbeans threadsafe?

2006-11-22 Thread ALRubinger
So the question is: Are RMI Stubs in JNDI Thread-safe; may they be accessed concurrently? The EJB Spec, 4.7.11, has this to say about Non-reentrant Instances in Session Beans: anonymous wrote : The container must ensure that only one thread can be executing an instance at any time. If a client

[jboss-user] [JBoss Seam] - Re: Persist and Seam Managed Lifecycle

2006-11-22 Thread [EMAIL PROTECTED]
Use an extended persistence context, or a Seam-managed persistence context, inside a long-running conversation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988047#3988047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: Some philosophy on the context name and access to Java B

2006-11-22 Thread [EMAIL PROTECTED]
Note that you do *not* need create=true if you have bounds some submitted form field values to entity bean attributes. You only need it if the entity does not already exist. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988046#3988046 Reply to the post : h

[jboss-user] [JBoss Seam] - Re: Seam 1.1.0 CR 1 + AS 4.0.5 + Portal 2.6-DR1

2006-11-22 Thread [EMAIL PROTECTED]
Yes, this is a known problem. Ajax4JSF is incompatible with the JBoss portal profile. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988044#3988044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988044 ___

[jboss-user] [JBoss Seam] - Re: Some philosophy on the context name and access to Java B

2006-11-22 Thread [EMAIL PROTECTED]
The post values are kept in the JSF component tree, not in an entity instance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988045#3988045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988045

[jboss-user] [Beginners Corner] - singleton ejb, loading classes from config.xml file?

2006-11-22 Thread srki
Hello, I have a question regarding design in EJB. Should I use a singleton in my MDB or in stateless session beans. I have a servlet that calls a stateless session bean that calls a message driven bean. In the message driven bean constructor I call a singleton to set the mdb class variable.

[jboss-user] [JBoss Seam] - Re: Exception on Seam1.1.CR1

2006-11-22 Thread [EMAIL PROTECTED]
That makes no sense. I find it really difficult to believe. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988043#3988043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988043 ___

[jboss-user] [JBoss Seam] - Re: Local server is not initialized error when calling a met

2006-11-22 Thread [EMAIL PROTECTED]
I just re-rested the demo on Tomcat 5.5. Its working fine. Reinstall stuff and start again from scratch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988042#3988042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39880

[jboss-user] [JBossCache] - Re: PessimisticLockInterceptor performance

2006-11-22 Thread [EMAIL PROTECTED]
Thanks much for the post! :-) I just added http://jira.jboss.com/jira/browse/JBCACHE-874 . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988041#3988041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988041 __

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JSF Basic Tutorial gives an error.

2006-11-22 Thread [EMAIL PROTECTED]
The JSF portion of JBoss IDE is actually from eclipse. It seems that their module artifact adapter (which turns a selection into something that can be run on a server) is incomplete. That error message only appears if an "artifact" is found, but it's module is empty. This, from my experience w

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException - exception in P

2006-11-22 Thread [EMAIL PROTECTED]
This would happen if the viewRoot was null at the end of the RESTORE_VIEW phase. For some reason JSF is not creating a ViewRoot during RESTORE_VIEW. I'm not sure why this would happen, but anyway, Seam should tolerate that, so I will fix that problem now. View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: CR1: jndi-pattern not recognized, conversation start npe

2006-11-22 Thread [EMAIL PROTECTED]
anonymous wrote : The seam init component doesn't recognize the jndi pattern when I switch to the new namespace notation I really don't understand this, since it is working in the example apps. anonymous wrote : Either it's throwing it randomly only for a few components or Seam is initializing

[jboss-user] [JBoss Seam] - Re: Searchengine friendly links

2006-11-22 Thread [EMAIL PROTECTED]
No, its not supported by JSF. You need to do URL rewriting (a servlet filter would work). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988036#3988036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988036

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 3.2.5 MySQL 4.0 finder Method gives a Finder Excep

2006-11-22 Thread pintovc
Well I finally figured it out. A small piece of advice for those of you trying it out, JBoss is even more picky than hibernate. Check the capitalization of your database table column names, class attribute names and the mapping between them. If oyu need help you can contact me at pintovc at hot

[jboss-user] [JBoss Seam] - Rough cut was updated on safari today

2006-11-22 Thread stu2
Just noticed this, and downloaded the new version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988034#3988034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988034 ___ jbos

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 3.2.5 MySQL 4.0 finder Method gives a Finder Excep

2006-11-22 Thread pintovc
So I finally turned on the DEBUG and here is what I got in the detailed stack trace 20:55:31,324 DEBUG [UserProfile#findAll] Executing SQL: SELECT t0_o.id FROM UserProfile t0_o 20:55:31,324 DEBUG [LocalManagedConnectionFactory] Using properties: {user=root, password=--hidden--} 20:55:31,809 DEB

[jboss-user] [EJB 3.0] - Re: @Clustered problem with SFSB and JBossAS 4.0.5.GA

2006-11-22 Thread scotto
I am still seeing this "NoSuchFieldError: eviction_policy_provider" error deploying @Clustered SFSBs in 4.0.5.GA using both the JEMS installer and by manually patching an unzipped installation of JBossAS with EJB3 RC9. However I just noticed this message during the startup log: anonymous wrote

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Do updates to ejb3 entity objects only update for new values

2006-11-22 Thread triad717
Hello, If I have an entity bean in ejb3 that is loaded with one row from a database, and then I update only one of the fields in the entity bean, will every column in the database row also be updated -or is only the affected column updated? The reason I ask is that we have triggers set to fire

[jboss-user] [JBoss Seam] - CR1: jndi-pattern not recognized, conversation start npe, bu

2006-11-22 Thread atzbert
The seam init component doesn't recognize the jndi pattern when I switch to the new namespace notation: After switching back to the old way: | | true | whatever/#{ejbName}/local | | ...it works just fine. The exception I get is: anonymous wrote : You must

[jboss-user] [JBoss Seam] - Re: RESTful and ajax4jsf

2006-11-22 Thread [EMAIL PROTECTED]
No, this is not possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988026#3988026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988026 ___ jboss-user mailing list jboss

[jboss-user] [JBoss jBPM] - assignment expression

2006-11-22 Thread lg-jbpm
Hello, I am not sure I understand the meaning of this kind of assignment expression. This is from the jbpm docs, sec 11.11.2 | ... | | | | | | | ... What do the arrows and the 3 terms signify? Is this the order in which the assignment will be proces

[jboss-user] [Beginners Corner] - Re: JBoss 5.0.0 beta 1 and web-console

2006-11-22 Thread MichaelMuo
OK, I localized the error as http://MYHOST:8080/web-console/Invoker java.lang.NoClassDefFoundError at org.jboss.console.remote.AppletRemoteMBeanInvoker.invoke(AppletRemoteMBeanInvoker.java:64) at org.jboss.console.navtre

[jboss-user] [JBoss Seam] - Re: JaasAuthenticationProvider in Seam 1.1

2006-11-22 Thread [EMAIL PROTECTED]
Its definitely not ready. It is scheduled for 1.1.5 in early Jan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988024#3988024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988024 _

[jboss-user] [JBoss Seam] - Re: Seam 1.1 CR1: Where have my components gone?

2006-11-22 Thread [EMAIL PROTECTED]
[cpde]10:56:13,600 INFO [Scanner] scanning: /C:/bin/seam/jboss-4.0.5.GA/server/default/tmp/deploy/tmp1064 9ocss.ear 10:56:13,600 INFO [Scanner] scanning: /C:/bin/seam/jboss-4.0.5.GA/server/default/tmp/deploy/tmp1064 9ocss.ear-contents/ocssEJB.jar 10:56:14,350 INFO [Scanner] scanning: /C:/bin/

[jboss-user] [JBoss Seam] - Re: Seam security example failure.

2006-11-22 Thread Dabubble
anonymous wrote : | 2.) I tried using a custom principal class (UserInformation implements Principal) by specifying the principalClass option for my login module and it was used throughout the login process. however in my web app I always got a SimplePrincipal object, when doing | You hav

[jboss-user] [JBoss jBPM] - Re: Regarding jbpm-identity

2006-11-22 Thread lg-jbpm
Hi, If you have figured this out, do let me know. We are trying to use jbpm with our own data source/LDAP. The rules of assignment will also probably be customized at some point(i.e extending ExpressionAssignmentHandler) What we want to do is load the users/groups/roles from the company's LDAP

[jboss-user] [JBoss Seam] - Searchengine friendly links

2006-11-22 Thread spambob
I would like to have URLs that look like static links although they are dynamic links. I.e: something like 'www.example.com/products/12345.html' where 12345 is the product id. That is all requests for '/products/xyz.html' get mapped to '/products/showProduct.seam?productId=xyz'. Normally i wou

[jboss-user] [Beginners Corner] - Re: Jboss server startup problem

2006-11-22 Thread moonny
i start the server by typing c:\cd jboss-4.0.2/bin/run -b 127.0.0.1 in command prompt. Any suggestion how to solve it? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988016#3988016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: Seam security example failure.

2006-11-22 Thread Dabubble
Very nice, thanks! I just spent 2 days trying to do things the other way around. Is your component IsUserInRole working fine? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988015#3988015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-22 Thread neoko
thanks petemuir! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988013#3988013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988013 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: Seam 1.1 CR1: Where have my components gone?

2006-11-22 Thread petemuir
Chris It looks to me as though in the first log the components being scanned originated from occsEJB.jar in .war/WEB-INF/lib, and this isn't being scanned in the second log. Are you sure you haven't got some stale jars lying around (that are missing components/seam.properties?) View the origi

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-22 Thread petemuir
Yes, you can start a task and a pageflow at the same time @BeginTask(pageflow="...") | public void beginTask() { | } You might be able to do this with s:link as well. If you want to write code in the forum you need to use [ code ] tags. View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: JaasAuthenticationProvider in Seam 1.1

2006-11-22 Thread petemuir
I'm pretty sure the Seam security stuff isn't ready yet - see the roadmap for details of upcoming stuff in Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988010#3988010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Seam 1.1 CR1: Where have my components gone?

2006-11-22 Thread lowecg2004
Hi Glesdon, I've still not managed to solve this one. If I find anything then I'll post an update right away! Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988009#3988009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-22 Thread neoko
Sorry for my english, i think i've found out something related in page 92 of the documentation. But i think there's a mistake there. It says: It is perfectly possible that we might have both jPDL business process definitions and jPDL pageflow definitions in the same project. If so, the relations

[jboss-user] [Clustering/JBoss] - Non-sticky-session clustering not working for me in 4.0.5

2006-11-22 Thread jon.brisbin
I just downloaded JBoss 4.0.5 and thought I would try, yet again, to get non-sticky-session load-balancing working, but alas, I have failed again, for the 93rd time! I'm running 4.0.5 in the "all" configuration on two machines (my PowerBook and a Solaris 10 x86, not that it matters) on the LAN

[jboss-user] [EJB 3.0] - Re: Embeddable EJB3 swallowing application exceptions

2006-11-22 Thread jazir1979
If anybody is/was in the same boat as me: an upgrade from ALPHA8 to ALPHA9 has fixed this problem (although my Entity tests are now failing because the EM isn't being bound, but I'm sure I'll sort that out). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988

[jboss-user] [JBoss Seam] - Re: Seam Integration Testing with Embeddable EJB3 - swallowi

2006-11-22 Thread jazir1979
If anybody is/was in the same boat as me: an upgrade from ALPHA8 to ALPHA9 has fixed this problem (although my Entity tests are now failing because the EM isn't being bound, but I'm sure I'll sort that out). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988

[jboss-user] [JBoss Seam] - RESTful and ajax4jsf

2006-11-22 Thread emsa
I have page that has a ajax4jsf reRender area, that rerenders when a drop-down changes. I'm also trying to make this page work RESTfully. The problem is that when the drop-down changes the reponse from the ajax-request is not an ajax4jsf response but Redirects etc, this is not so good. I would

[jboss-user] [EJB 3.0] - Are References to Sessionbeans threadsafe?

2006-11-22 Thread micho
I have a servlet talking to a Sessionbean. Is it allowed -regarding threadsafeness - to obtain the manager in the servlets init() method and store it in an instance-membervariable of the class. public class LzServlet extends HttpServlet { | | MandantenManager mm =null; | | publ

[jboss-user] [JBossCache] - Re: Pessimistic Locking strange behaviour with read-only pat

2006-11-22 Thread [EMAIL PROTECTED]
You should post on the EJB user forum; this forum is for the JBoss Cache library, which isn't used in CMP2 entity caching. So you're unlikely to get an answer here unless by random luck someone who knows the answer reads your post. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Seam 1.1 CR1: Where have my components gone?

2006-11-22 Thread gledson.rabelo
Hi Chris, I have the same problem. How you solve it? Thanks, Gledson View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988000#3988000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988000 ___

[jboss-user] [JBoss Seam] - JaasAuthenticationProvider in Seam 1.1

2006-11-22 Thread fcorneli
I would like to use my JAAS login module in my Seam-based application to protect some of the Seam EJB3 backing beans via EJB3 RBAC. I see that Seam 1.1 has a JaasAuthenticationProvider for this. How to use it? Looking at the source code of Seam 1.1.0.CR1 I wonder whether this thing already works

[jboss-user] [JBoss Seam] - Seam Integration Testing with Embeddable EJB3 - swallowing e

2006-11-22 Thread jazir1979
Hi all, I posted this to the EJB3 forum, but have had no replies: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=95354 Basically my app works fine when I deploy to JBoss but inside the embeddable EJB3 container where I'm doing seam integration tests, the application exceptions from m

[jboss-user] [Management, JMX/JBoss] - Re: Anyone succeeded with monitoring-service.xml configurati

2006-11-22 Thread mpelzsherman
So is there any way to accomplish this (sending email when memory gets low) without writing code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987997#3987997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987997

[jboss-user] [JBoss Eclipse IDE (users)] - What versions for Eclipse, JBoss Eclipse IDE, JBoss AS, WTP?

2006-11-22 Thread kumarp
What versions are compatible if i need to build a J2EE application?? I read most of the topics posted here and tried several things but still stuff is not working.. I am in deep trouble SOS psl!!! What I have:- -- Eclipse 3.2.1 JBoss 4.0.5.GA WTP 1.5.3 JBoss Eclipse IDE 1.6 and 2.0Be

[jboss-user] [JBossWS] - NumberFormatException From StubExt.PROPERTY_CLIENT_TIMEOUT

2006-11-22 Thread greenbean
I am trying to set the client timeout for a jbossws. I get the exception show below. The number before the '?' is the port I set. How do I fix this? 20:51:37,052 ERROR [STDERR] Caused by: java.lang.NumberFormatException: For input string: "8999?timeout=9" 20:51:37,053 ERROR [STDERR]

[jboss-user] [JBoss Seam] - java.lang.UnsupportedOperationException - exception in Phase

2006-11-22 Thread zzzz8
I have deployed my ear on JBoss 4.0.5 GA with Seam 1.1 Beta 2 and Facelets. What happens is that my web app automatically does hard page refreshes (I'm getting close to using ICEfaces so that I don't have hard page refreshes, but it's still a few weeks away). The user, via a select menu on a

[jboss-user] [JBoss Seam] - Handling remoting exceptions

2006-11-22 Thread andrew.rw.robinson
I am curious on the recommended way to handle errors in the Seam remoting calls. Since Java doesn't have multiple return value support it is hard to return one type of data (like an int) and also return error information to show to the user. I could develop some kind of special return value

[jboss-user] [JBossWS] - Re: One endpoint but the type appears twice in the WSDL

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

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-22 Thread [EMAIL PROTECTED]
I don't follow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987990#3987990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987990 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: ELContext exception

2006-11-22 Thread [EMAIL PROTECTED]
Seam 1.1 has a dependency to el-api and el-impl jars, which 1.0.1 did not have. Are you sure you have included those in your ear? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987989#3987989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss jBPM] - Re: Deploy new version of a Process defintion loaded and upd

2006-11-22 Thread matthieugd
No problem :) I will look deeper soon but maybe I should go trough the graph of object from the ProcessDefinition and set the ID to 0 since Hibernate check the ID attribute to save or update. Matthieu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987988#39

[jboss-user] [JBoss Seam] - Re: pojo.identifierProperty undefined error in CR1 release

2006-11-22 Thread [EMAIL PROTECTED]
I have no idea, its working great for me; I have never seen this. Are you sure your database table has a PK? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987987#3987987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [EJB 3.0] - Using collections of detached entities

2006-11-22 Thread straiver
I'm using collections of entities with multiple agregations: class Test agregates the collection of Question objects with @OneToMany annotation and each Question object agregates the collection of Answer objects. I need to send the whole test with questions and answers to the remote client, but

[jboss-user] [EJB/JBoss] - EJB Errors

2006-11-22 Thread Kentzhou
I have a application with some BMP EJB. When I deoply this EJB, all EJB can't be loaded. For each EJB, JBOSS reported the errors as: Bound EJB Home 'TheSignOn' to jndi 'TheSignOn' Failed to load users/passwords/role files .. Could not restore ejb timers .. Invalid authentication attempt,

[jboss-user] [JBoss jBPM] - Re: Deploy new version of a Process defintion loaded and upd

2006-11-22 Thread kukeltje
I (mis)read your previous message... shame on me (don't know the 'shame' smiley) Maybe the hibernate docs/wiki/forum can answer this for you. I am curious btw to the outcome View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987984#3987984 Reply to the post : h

[jboss-user] [JBossCache] - Re: Configuring JBossCluster

2006-11-22 Thread [EMAIL PROTECTED]
"urisherman" wrote : > You're not *deploying* the cache from an EJB, right? | What do you mean by "*deploying*"? Creating it and starting it? | Lets say I won't do that from an EJB, that's not the issue. | Yes, deploying means instantiating, creating and starting the service. anonymous wr

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JSF Basic Tutorial gives an error.

2006-11-22 Thread Gary Marsh
BTW I am running the JBoss IDE with Build id: 2.0.0.Beta2. and Tomcat 5.5.12. Gary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987982#3987982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987982 __

[jboss-user] [JBoss Eclipse IDE (users)] - JSF Basic Tutorial gives an error.

2006-11-22 Thread Gary Marsh
Hello, I am trying to run the JSF Basic Tutorial (By Raghu Srinivasan, Oracle Corporation. May 24, 2006) that I found in the JBoss IDE for Eclipse help file. Everything worked and looked good until I got to the part where you are suppose to run the login.jsp on the Tomcat server. When I attem

[jboss-user] [JBoss Portal] - Re: Link paths in CMS content

2006-11-22 Thread Mr_Anonymous
Hello, is it possible that there is another bug in the current 2.4 release? The examples in the quickstartguide (JBossQuickstartForUsers.pdf) just don't work as expected. I can upload the quickstart.zip and it shows up in the CMS Admin portlet, but: I can not link to it! The link the CMS create

[jboss-user] [JBoss AOP] - Netbeans - AOP

2006-11-22 Thread ykrishnaprasad
Is there an JBoss AOP IDE for Netbeans? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987979#3987979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987979 ___ jboss-user mai

[jboss-user] [JBoss and NetBeans] - Re: JBOSS 4.0.5 GA and netbeans problem starting server

2006-11-22 Thread tobinibot
Here is a workaround, from that ticket. It worked for me. anonymous wrote : I was experiencing what may be the same problem. I compared the two installers | and found that the old installer leaves all four checkboxes on the JMX Security | screen unchecked by default. The new web installer

[jboss-user] [Beginners Corner] - Re: Jboss server startup problem

2006-11-22 Thread [EMAIL PROTECTED]
Strange. I don't see how that is being that the output to the console is completely different. How are you starting the server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987976#3987976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [EJB/JBoss] - ClassCastException $Proxy0 from within Java Web Start

2006-11-22 Thread kaiho
Hi, I'm using JBoss 4.0.4 and Java 5 for writing an EJB 3-Client in Eclipse RCP 3.2.1, that is deployed via Java Web Start. I've got two plugins/JARs (1. RCP client/EJB remote interfaces and 2. JBoss/JEE libraries), that are bundled as a feature. When starting the Eclipse product everything is

[jboss-user] [JBoss AOP] - Tracing/Logging - Actual RMI calls vs calls between EJBs

2006-11-22 Thread ykrishnaprasad
I am trying to use AOP to trace/log the calls made to the methods in EJBs.But i want to log only the actual RMI calls coming from outside the EJB container(a user of our system through a web browser) to methods in my EJBs but not the calls made between EJBs. Can i make this distinguishion in th

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - IE 6 sending GET request instead of POST

2006-11-22 Thread mstacey
Hi, I have a form using POST when requests the generation of a PDF report. The target for the form allows the PDF to be displayed in a new window without interfering with the page the user clicked on the form. I'm JBoss 3.2.6 which generates the report and streams the report back with the corre

[jboss-user] [JBossWS] - Re: Securing POJO Web Service in 4.0.3 SP1

2006-11-22 Thread osganian
What are people doing out there about their wsdl files? Do they need to be protected? If so how do you create a Service on the client if you need the url to the wsdl file? If not then where do you place the wsdl files since to protect your web service you have to protect http://localhost/serv

[jboss-user] [JCA/JBoss] - Re: Oracle 10g Fast Connection Failover

2006-11-22 Thread [EMAIL PROTECTED]
I am not sure what you are saying. As far as the TAF and other Oracle specfic features are concerned, the reason that they are not available in JBoss is because they do not *exist* in JBoss. They require an Oracle specfic datasource as well as Oracle to manage the underlying pool of JDBC connec

[jboss-user] [JBossCache] - Pessimistic Locking strange behaviour with read-only pattern

2006-11-22 Thread Oyabun
Hi! Everytime I use a read-only pattern(get*) on my EntityBean, the pessimistic locking stops working (for other methods also)! It behaves just like optimistic locking. I experimented for a few days, I read the forums and the JBoss 4.0 Book, there is nothing on this behaviour. some of the xdoc

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2006-11-22 Thread bdaw
Great to hear it! Could you describe your configuration in wiki? It's the common question in the user forum recently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987968#3987968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: How to queue a FacesMessage from @Unwrap

2006-11-22 Thread antispart
Posted too soon, it seems this works now. Please disregard the previous post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987967#3987967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987967 _

[jboss-user] [JBoss Seam] - Re: What's your prefered deployment strategy when developing

2006-11-22 Thread [EMAIL PROTECTED]
The new seam-gen stuff also has the ability to manage exploded deployment. You might want want to check that out for some ideas on how to do it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987966#3987966 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: What's your prefered deployment strategy when developing

2006-11-22 Thread [EMAIL PROTECTED]
The new seam-gen stuff also has the ability to manage exploded deployment. You might want want to check that out for some ideas on how to do it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987965#3987965 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss jBPM] - Re: Deploy new version of a Process defintion loaded and upd

2006-11-22 Thread matthieugd
"kukeltje" wrote : the API (JbpmContext) has a method deployProcessDefinition. If you dig into this (the code IS open you know, you will see a getGraphSession().deployProcessDefinition(processDefinition); yes :) If you read my previous message you'll see that I've read the code when I say "The

[jboss-user] [JBoss Seam] - How to queue a FacesMessage from @Unwrap

2006-11-22 Thread antispart
I have a method annotated with @Unwrap that needs to add a FacesMessage error under certain circumstances. I've found that I can only add a FacesMessage from an action (listener) method and not from @Unwrap method. Is there a workaround for this or is this not the expected behavior? @Unwrap

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2006-11-22 Thread olivwalt
Hello bdaw, it works :). Great thx a lot for your help. Here is my setup. 1. Update $JBOSS_HOME\server\default\deploy\jboss-portal.sar\conf\login-config.xml an replace existing with | | | guest | java:/portal/UserModule |

[jboss-user] [JBoss Portal] - Re: JBoss portal Passwords are encrypted. -- How do i decry

2006-11-22 Thread bdaw
:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987961#3987961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987961 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [JBoss Seam] - Re: What's your prefered deployment strategy when developing

2006-11-22 Thread petemuir
If you are using Eclipse then seam-gen is a great way to go, it sets you up with a build.xml file and the correct eclipse project structure in 5 minutes. It sets up both an exploded ear and a 'normal' ear. Probably that Wiki page should be updated to tell people to use seam-gen now View the or

[jboss-user] [Beginners Corner] - Re: Can't deploy war with faces, works fine in Tomcat Standa

2006-11-22 Thread EricChile
Also remove the jsf libaryies from your web-inf/lib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987958#3987958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987958 ___ jbo

[jboss-user] [JBoss jBPM] - Re: Deploy new version of a Process defintion loaded and upd

2006-11-22 Thread kukeltje
the API (JbpmContext) has a method deployProcessDefinition. If you dig into this (the code IS open you know, you will see a getGraphSession().deployProcessDefinition(processDefinition); and if you go into that, you will see public void deployProcessDefinition(ProcessDefinition processDefiniti

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-22 Thread bmcgovern
for the encryption issue. this thread solves it. just add 2 elements to login-config.xml and your done. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987954#3987954 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987955#3987955 Reply to the post

  1   2   3   >