[jboss-user] [Installation, Configuration Deployment] - Re: Unable to start JBOSS

2007-02-26 Thread KrisVH
and if you use version 4.0.4?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022278#4022278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022278 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: InvokerLocator binding?

2007-02-26 Thread sotong
How to access a bean over a NAT but I don't want to hard code the external IP... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022282#4022282 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022282

[jboss-user] [JBoss jBPM] - Re: De-Persistence problem with Node?

2007-02-26 Thread Olivier_Debels
Hi, Hibernate proxies are not aware of the original class hierarchy, but you can get your real object back of course. See: http://www.jboss.com/index.html?module=bbop=viewtopict=97094view=previous and http://www.jboss.com/index.html?module=bbop=viewtopict=94900 Hope this helps, Olivier.

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-26 Thread grdzeli_kaci
i can't resolve this problem yet, anybody knows about it ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022290#4022290 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022290 ___

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-02-26 Thread stephen.friedrich
[EMAIL PROTECTED] wrote : It's completely a matter of taste :) Is it really? I'd like to show my list with key fields only and my edit form with fields for each detail for the selected item. So when do I start a conversation? On each select? Or do I need to show the edit form with all fields

[jboss-user] [JBoss Seam] - Re: Is there any good way to implement

2007-02-26 Thread stephen.friedrich
maybe View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022298#4022298 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022298 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-02-26 Thread ppassantini
Hi shane, I have just tried, but unfortunately it doesn't work! Could you please help me? this is my configutaration: JSP h:form id=myForm enctype=multipart/form-data s:fileUpload accept= fileName=#{file.filename} data=#{file.data} / h:commandButton value=Upload

[jboss-user] [JBoss Portal] - Re: our company are evaluating jboss portal, who can answer s

2007-02-26 Thread charles751
where can i find some resources about the version history summary of the jboss portal? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022301#4022301 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022301

[jboss-user] [JBoss Portal] - Re: our company are evaluating jboss portal, who can answer s

2007-02-26 Thread [EMAIL PROTECTED]
On Jira: http://jira.jboss.com (the roadmap section) I think there are some info about it in the Wiki as well View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022307#4022307 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Does EntityReentranceInterceptor actually provide locking pr

2007-02-26 Thread bobsmith
JBoss 3.2.6 Database is MySQL 4.1.14 I have an Entity Bean that I know is not reentrant. I removed the EntityReentranceInterceptor from it's container's interceptor stack and now I am sometimes getting error messages when accessing the bean. The error I get is different each time. A selection

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-02-26 Thread petemuir
anonymous wrote : I'd like to show my list with key fields only and my edit form with fields for each detail for the selected item. | So when do I start a conversation?On each select? This is the pattern I use for a list/detail page. I I were using an editable table, I would start the

[jboss-user] [Remoting] - Re: SocketTimeout in client

2007-02-26 Thread maheshp
Hello Mr. Tom, i am using following code to get the remote objects, HashtableObject,String props = new HashtableObject,String (); props.put( InitialContext.INITIAL_CONTEXT_FACTORY,

[jboss-user] [JBoss Messaging] - java.lang.IllegalAccessError in 1.2.0.CR1

2007-02-26 Thread bnarayan
Hi, I have been trying to setup 1.2.0.CR1. While deploying the my MDBs i am getting the following exception | 15:23:26,554 WARN [JMSContainerInvoker] JMS provider failure detected for MyMDB | java.lang.IllegalAccessError: tried to access class org.jboss.aop.ClassAdvisor$1 from class

[jboss-user] [JBoss Seam] - Re: concurrent access to SFSB using SEAM Remoting

2007-02-26 Thread zdaler
Thanks for you answer. Looking at the code inside the Conversation Manager we saw that if there is a concurrent call to a locked conversation context : a new temporary one is created : log.debug(No stored conversation, or concurrent call to the stored conversation); |

[jboss-user] [Installation, Configuration Deployment] - Disabling Clustering in Jboss Application Server

2007-02-26 Thread Craig2007
Hi I am using jboss-4.0.4.GA for JBoss Messaging. If any other server is started ,it automatically joins the cluster environment. I want to disable the joing of new server with my server( Server on which JBoss Messaging is running). Please tell me a way to disable to cluster participation of

[jboss-user] [JBoss Messaging] - Re: java.lang.IllegalAccessError in 1.2.0.CR1

2007-02-26 Thread [EMAIL PROTECTED]
Can you send me an example that would help me reproduce the problem? All our MDB tests passed ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022320#4022320 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022320

[jboss-user] [JBoss Seam] - Re: Any way to apply same attribute/value to several tags?

2007-02-26 Thread kukeltje
exactely myfaces (don't know if it was basic, tomahawk, or sandbox) has this option as well. Look at their example View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022322#4022322 Reply to the post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-26 Thread petemuir
At the very least it should be this h:selectOneMenu styleClass=font_style value=#{foo.application} |s:selectItems value=#{applications.resultList} var=name label=#{application.name}/ |ec:convertEntity / | /h:selectOneMenu View the original post :

[jboss-user] [JBoss jBPM] - Re: Problems using MySQL db

2007-02-26 Thread mimi79
Thank you! I found the scripts for the HSQLDB distribution and inserted the default users also for MySql... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022331#4022331 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problems using MySQL db

2007-02-26 Thread mimi79
Johan.Parent wrote : Stupid question, but is classpath ok? Stupid question for a stupid user... I added c3p0-0.9.0.jar in the classpath, and the problem was solved. I wonder why this jar is not part of the distribution... Thank you![/img] View the original post :

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-02-26 Thread dxxvi
kasim wrote : | Just a quick comment. | | The books may be out of date already (including the one i wrote) ... if you are an experienced Seam developer. | | However ... the books tend to go over a lot of the foundations and basics. These items arent changing drastically. And the

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-26 Thread imaeses
Thanks for your reply. I see that MDBConfig in the proxy-factory-config for the invoker proxy takes precedence. However, I still see no way to configure the *delay* between message redeliveries. Is this still possible to configure? View the original post :

[jboss-user] [JBoss Seam] - How to configure Seam correctly (Seam1.1.7RC1 and filter map

2007-02-26 Thread baz
Chapter 19 (for Seam 1.1.6) and Chapter 20(Seam 1.1.7RC1) are somewhat different. Filters are configured in web.xml (1.1.6) or components.xml(1.1.7) This is achieved through a so called master filter, when i understand it correctly. It seems that i can use my old seam configuration also with

[jboss-user] [EJB 3.0] - Re: Can't get session timeouts and appropriate @PreDestroy t

2007-02-26 Thread wolfc
Destruction of a (passivated) SFSB on timeout is not implemented. http://www.jboss.com/index.html?module=bbop=viewtopict=101391 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022341#4022341 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: java.lang.IllegalAccessError in 1.2.0.CR1

2007-02-26 Thread bnarayan
Below is a sample MDB that i use import javax.ejb.EJBException; | import javax.ejb.MessageDrivenBean; | import javax.ejb.MessageDrivenContext; | import javax.jms.Message; | import javax.jms.MessageListener; | import javax.jms.TextMessage; | | | | | public class MyMDB

[jboss-user] [JBossWS] - Re: Generate wsdl from JSR 181 POJO

2007-02-26 Thread allantodd
Hi, I've been looking at this too over the last few days. The easiest way I can find is to do the following: 1) Compile your annotated JSR 181 pojo 2) Create a war file containing just the pojo class and web.xml 3) Deploy the war file and use your browser to get the WSDL by browsing to, for

[jboss-user] [JBossCache] - Buddy Replication and Replication Queue

2007-02-26 Thread puggelli
Hi, why the Replication Queue is not supported when using buddy replication ? regards gianluca -- Gianluca Puggelli skype:pugg1138 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022352#4022352 Reply to the post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-26 Thread petemuir
Oops, no, this is better h:selectOneMenu styleClass=font_style value=#{foo.application} |s:selectItems value=#{applications.resultList} var=application label=#{application.name}/ |ec:convertEntity / | /h:selectOneMenu View the original post :

[jboss-user] [JBossCache] - Re: Performance Tests and TimeoutException

2007-02-26 Thread patlap
Hi everyone, JBosscache seems to be a great cache but our tests did not demonstrate the expectected results. We have only 8 nodes so far and we would like to go up to 100nodes. With 8 nodes, we already experienced lock problems in both modes (optimistic, pessimistic). So few questions come

[jboss-user] [JBoss jBPM] - multiple comparations

2007-02-26 Thread jbmp user
Hello all!!! I would like to do two comparations in one line. So, how can I do this?? decision transition condition expression=#{(date1 le date2) and (date1 = date3)} transition decision operator and is correct?? or I have to write instead of and?? or what operator have I to uses?? Thank

[jboss-user] [JBoss Portal] - SAP integration with JBOSS portal

2007-02-26 Thread mythilisan
hi, My requirement is to analyze the feasibility of integrating SAP and JBOSS portal. If u can provide some inputs and start up, it will be gr8. Thanx in advance! Regards, Mythili View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022364#4022364 Reply to the

[jboss-user] [JBoss Seam] - Begin conversation *before* entering a method

2007-02-26 Thread schmatz
Hello all, I have this login method: @Begin(join=true) | public Object login() | { | return Identity.instance().login(); | } The semantics say: begin (or continue) a (the) conversation after returning not null resp. no exception occurred. But I want to switch the order.

[jboss-user] [JBoss Portal] - Re: WSRP in JBoss 2.6 Alpha 2

2007-02-26 Thread ravindra reddy
yh there is problem with proxy settings.. initially i included proxy settings in run.bat file.. by doing that i am able to add my portal as a consumer for the producer i specify,but unable to get portlets in management portlet. its giving the same above specified error. then i wrote a portlet

[jboss-user] [JBoss Seam] - Re: Begin conversation *before* entering a method

2007-02-26 Thread schmatz
Maybe it's easier to roll out the complete scenario: I have - a CONVERSATIONAL-scoped User entity - an Authenticator class which outjects the User entity - a CONVERSATIONAL-scoped userAction EJB which encapsulates the above mentioned login method (and the corresponding logout method) The EJB

[jboss-user] [Beginners Corner] - problem with jboss console

2007-02-26 Thread nandini.bhardwaj
Am unable to bring up the jboss console. I have been using weblogic. Is there a way to deploy applications/configure conn pools etc using jboss console. When I goto the following url:http://localhost:8080/web-console/ A screen pulls up, but the left pane is always blank. Is there something I am

[jboss-user] [Security JAAS/JBoss] - LoginModule chaining: which one used

2007-02-26 Thread aitasa
Hi, I'm chaining login modules (DatabaseServerLoginModule, LdapLoginModule) and I need to know (in ejb 3.0 bean), which login module passed the user's login. How this information can be found? -aitasa- View the original post :

[jboss-user] [JBoss Portal] - Re: Declarative Security and Portlets

2007-02-26 Thread karink
Hi Julien, just to summarize your answer and to verify if I understood you correctly 1) There is no role-based declarative security for portlets defined by portlet spec. 2) For local portlets in JBoss Portal it is solved by securing portlet instances. 3) For WSRP, JBoss Portal has no solution

[jboss-user] [JBoss Seam] - Re: Begin conversation *before* entering a method

2007-02-26 Thread schmatz
I think the problem is that the User entity cannot be injected into the EJB while processing the login method which invokes the authenticate method which in turn outjects the User entity. If the authenticate method would return the User entity instead of outjecting the problem would be solved,

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-02-26 Thread carloszaniolo
petemuir wrote : | This is the pattern I use for a list/detail page. | It would be great to see a pattern like this in an seam example! I am using the same pattern with Ajax4jsf, but I am having some trouble with [When/How] [start/end] conversations... View the original post :

[jboss-user] [JBoss Seam] - Back Button Problem

2007-02-26 Thread h.cahyadi
Dear All, I am using Seam 1.1.1 GA when I test my application using firefox it works find if I press the browser back button, but in the internet explorer when I press the back button it not works, but there is no exception in the log, what is my mistake? please help... Thanx and Regards

[jboss-user] [JBoss Seam] - hibernate vs ejb3 in seam

2007-02-26 Thread 600114046
Hi, I am looking to build a scalable high hit web app, which is db driven, using seam. So far the examples tend to be hibernate or ejb3 (entity beans)... I need to make a choice. I was wondering whether anyone could recommend why you'd use one approach over the other ? Thanks. View the

[jboss-user] [JBoss Seam] - Unable to authenticate in 1.1.7RC1 : is it a regression?

2007-02-26 Thread alex.kozlenkov
Hi, My previously working code is no longer functional in 1.1.7RC1. A fragment of the stack trace is given belowCaused by: java.lang.NoSuchMethodError: org.jboss.seam.security.Identity.addRole(Ljava/lang/String;)V | at LoginAction.authenticate(LoginAction.java:70) | at

[jboss-user] [JBoss Messaging] - Many messages and memory demands

2007-02-26 Thread aldama
Hi! I saw some your presentations of JBoss Messaging and I want to know what are demands to memory if I use version 1.2 in which there are messages stored in memory of nods (they are replicated among them) and there are many messages sent? Thank's for answer. Ales View the original post :

[jboss-user] [JBossWS] - Re: EJB3 and JBossWS (JAXWS), is WSgen even needed for botto

2007-02-26 Thread santhoshitha
hey bk8133, thanks a lot for the last post. without that i wouldn't have known that the issue was with jdk 1.6. i have been trying to deploy my web services(hello worlds) in vain since my java_home was set to jdk 1.6.0 :) i have been in the same situation as u have, evaluating web service

[jboss-user] [JBoss Seam] - Re: Unable to authenticate in 1.1.7RC1 : is it a regression?

2007-02-26 Thread fernando_jmt
Could you paste your Authenticator class code. I got the same error time ago, I would like to see if the code you have is similar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022407#4022407 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Unable to authenticate in 1.1.7RC1 : is it a regression?

2007-02-26 Thread baz
There are several changes. 1. it is now Identity.instance().addRole instead of Identity.addRole 2. the #{identity.login} returns now loggedIn instead of success It is best to reread the new documentation and compare View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-26 Thread bsmithjj
anonymous wrote : So, I've run into this (in anger) as well now. | | 1) Facelets scans the classpath for .taglib.xml files inside of META-INF, and loads them if it finds them (thats what all the load implicit stuff you see is). | | 2) The UCL doesn't scan WEB-INF/lib (as this is a

[jboss-user] [JBoss Seam] - Re: Begin conversation *before* entering a method

2007-02-26 Thread baz
Why do you put the user in Conversation scope? 1. A new session begins when the user is logged in, right? 2. A session can contain multiple conversations,right? So it is better to put your user object in session scope. If your plan is, that the user has to login for exactly only one special

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-26 Thread petemuir
The WACL should *always* be used as jsf-facelets.jar is in WEB-INF/lib. We don't think its facelets that is the problem, but probably JBoss AS. Anyway, I now have a reasonably simple working testcase of this going wrong (I just need to tidy it up a bit and make it easier to run) - hopefully

[jboss-user] [JCA/JBoss] - Siebel Resource Adapter for JBoss

2007-02-26 Thread mandarkul
I have developed a customized Siebel Resource Adapter.But I am really confused to see that matchManagedConnections method of ManagedConnectionFactory is never getting invoked during the lifecycle of the application.Also I am confused as to where I can specify the minPoolSize and MaxPoolSize

[jboss-user] [JBoss Seam] - Re: Begin conversation *before* entering a method

2007-02-26 Thread quilleashm
If you want to begin a conversation before the end of a method then you can do it programmatically. | Conversation.instance().begin() | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022429#4022429 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Begin conversation *before* entering a method

2007-02-26 Thread quilleashm
Should add in this case you need to remove the @Begin from the method. It's an either-or thing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022430#4022430 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022430

[jboss-user] [JBoss Seam] - Re: Unable to authenticate in 1.1.7RC1 : is it a regression?

2007-02-26 Thread alex.kozlenkov
Thanks for this help. It works now with the code below: public boolean authenticate() { | try { | User user0 = (User) entityManager.createQuery( | from User where username = :username) |

[jboss-user] [JBoss AOP] - Re: change interceptor chain sequence ?

2007-02-26 Thread [EMAIL PROTECTED]
Hi! Currently, you cannot change the order of interceptors dynamically. However, there are some rules to define the order of interceptors inside a binding. If you use xml to declare your binding, interceptors and advices will be invoked in the specific order they are declared. Plus, you can

[jboss-user] [JBoss Portal] - Re: SAP integration with JBOSS portal

2007-02-26 Thread bvogt
This depends on what you have (especially on the entitlement side) and what you want to integrate... In general it's possible for CRM functionality (which I have tested so far) accessed via a SAP Netweaver WebAS (through Java and ABAP stack), but first you have to think about SSO (jBoss portal

[jboss-user] [JBoss Portal] - Re: WSRP in JBoss 2.6 Alpha 2

2007-02-26 Thread [EMAIL PROTECTED]
Please take a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPOfflineInstructions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022435#4022435 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022435

[jboss-user] [JBoss Eclipse IDE (users)] - ear deployment

2007-02-26 Thread alino
Hello all, Im newbie with JBoss and have followed the instructions inside the JBosside tutorial. My server resides on a different machine and upon giving the URL with the server ip address, i had the following error message: anonymous wrote : java.io.IOException: Server returned HTTP response

[jboss-user] [JBossCache] - PojoCache 1.4.1.SP1 CacheMapImpl does not remove map entry

2007-02-26 Thread afischuk
Hi, it seems like PojoCache 1.4.1.SP1 does not remove map entry form cached object with HashMap sub-object. Instead, current implementation puts a null value as the entry value and leaves the key unchanged. Am I missing something? Should it work like this by design? regards, Alex View the

[jboss-user] [JBoss Seam] - Re: Unable to authenticate in 1.1.7RC1 : is it a regression?

2007-02-26 Thread mariuszs
Im using @In for Identity and this works for me very good. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022442#4022442 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022442 ___

[jboss-user] [Management, JMX/JBoss] - xmbean as service... and two more questions

2007-02-26 Thread vitor_b
Hello I have a few questions, not very hard i think. So lets look at them: 1. I have created my first xmbean, lets say 'MyService'. This bean extends class 'ServiceMBeanSupport'. I have generated MyService.xml file, and it looks ok. I haven't generated interface 'MyServiceMBean' for my

[jboss-user] [JBossCache] - How can i write a listener for a node

2007-02-26 Thread mvrck1208
Hi, I am using JBossCache1.4X JBossAS4.0.5GA please can any one tell me how to craete a listener for a node in a TreeCache.(small code please).and how to notify when a change takes place in that node. Thanks Ravi. View the original post :

[jboss-user] [JBoss Portal] - Sun Java Studio Creator 2 Update 1

2007-02-26 Thread Romeriz
Hello all, I am wondering if anyone has managed to deploy portlets developed under JSC2 into Portal 2.4? I have tried following the instructions on http://blogs.sun.com/marcoscorner/entry/creator_2_portlet_in_jboss but I get the following exception: | org.jboss.ws.WSException:

[jboss-user] [JBossCache] - Re: How can i write a listener for a node

2007-02-26 Thread [EMAIL PROTECTED]
You can only write listeners for the entire cache. You could filter events based on Fqn though, since the Fqn is passed into the callback, and discard events for Fqns you aren't interested in. Read the user guide for examples on this. In a later release (2.1.0) we may add support for adding

[jboss-user] [JBossWS] - Re: Generate wsdl from JSR 181 POJO

2007-02-26 Thread allantodd
Two more comments to make about this: 1) In wstools-config.xml, location can be a URL, so you don't need to save the WSDL to a file. 2) In wstools-config.xml, you might need to substitute location for file depending on your version of jbossws-client.jar. The version supplied with JBoss 4.0.5

[jboss-user] [JBoss Seam] - Re: hibernate vs ejb3 in seam

2007-02-26 Thread [EMAIL PROTECTED]
I would recommend using the JPA APIs. (what you see in EJB3) You can still reach down and use hibernate-specific things if you need to. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022461#4022461 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Sun Java Studio Creator 2 Update 1

2007-02-26 Thread [EMAIL PROTECTED]
JSC2 builds portlets for the pluto container hence the references to: org.apache.pluto.core.PortletServlet You need to remove those references. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022460#4022460 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-02-26 Thread [EMAIL PROTECTED]
The seampay example combines everything on one page. It's not complete CRUD, but it does combine several of the operations on one page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022463#4022463 Reply to the post :

[jboss-user] [JBossCache] - Re: Bug? maximum number of expressions in a list is 1000

2007-02-26 Thread [EMAIL PROTECTED]
See http://jira.jboss.com/jira/browse/JBCACHE-987 - should work in BETA1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022457#4022457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022457

[jboss-user] [JBossCache] - Re: Optimistic DataVersioningException on read-only objects

2007-02-26 Thread [EMAIL PROTECTED]
Yes, the warning is unnecessarily noisy and has been removed in later versions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022464#4022464 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022464

[jboss-user] [JBoss Portal] - Re: Sun Java Studio Creator 2 Update 1

2007-02-26 Thread Romeriz
Hello, Thanks for the suggestion, is there something I should replace the references with? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022462#4022462 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022462

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-26 Thread [EMAIL PROTECTED]
What specific problem are you observing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022466#4022466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022466 ___ jboss-user mailing

[jboss-user] [JBossCache] - Re: JBoss Cache 1.4.1.SP2 Released

2007-02-26 Thread kevwil
no downloads? Am I missing something? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022468#4022468 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022468 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - seam-gen 1.1.7RC1

2007-02-26 Thread rengar
With seam-geam after first compilation shoq this error: incomparable types int and incomparable types char and This is because in IDs use int instead of Integer, Character, ... The best solution is change int to Integer, ? View the original post :

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-26 Thread angra81
meghanai_99 wrote : | Where do I get the console subproject? | Me too i'm interested in this question, but I didn't understand the answer of kukeltje. And what is the web console? I'm searching for it but i've not found it. Is it a plug in, something to download and install, or is it

[jboss-user] [Installation, Configuration Deployment] - Re: how to encrypt the database connection info in *-ds.xml

2007-02-26 Thread drosenstark
I followed the instructions there and it is not working. I assume that i am missing some definition somehwere like in my jboss-web.xml. When my servlet starts up and tries to access the datasource, i am receiving: Invalid authentication attempt, principal=null The entry in the login-config.xml

[jboss-user] [JBoss Seam] - ajax4jsf validation in 1.1.7.rc1

2007-02-26 Thread docjava
hi something stopped working in 1.1.7. We have a simple named (non-entity or session) POJO like this: @Name(credentials) public class LoginCredentials { private String username; private String password; public LoginCredentials(){} @NotEmpty(message = Bitte Passwort eingeben.)

[jboss-user] [JBoss Eclipse IDE (users)] - Using Xdoclet, loose a jboss 3.2 features tags in jbosscmp-j

2007-02-26 Thread keruke
Hi, Im using xdoclet to automatic generation files like the jbosscmp.jdbc.xml In my xdoclet configuration about standard ejb, i use a jboss version 3.2. I have a database that use autogeneration primary key values and use this handcraf code in jbosscmp-jdbc.xml: | . | !-- jboss 3.2

[jboss-user] [JBoss Seam] - Re: Begin conversation *before* entering a method

2007-02-26 Thread schmatz
Well, for me SESSION scope is not fine-grained enough. I want the User entity to be removed when the user logs out. I think it's a performance pro because my webapp offers many features which don't require to be logged in. Any others sharing my opinion? Or is it best practice to have a User

[jboss-user] [JBoss Eclipse IDE (users)] - This IDE won't update?

2007-02-26 Thread Seto
Viewing the roadmap in JIRA, the dates of upcoming realease are all passed. Will it update in the future. This IDE is really appreciative. I really love it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022490#4022490 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: URL Encrypting

2007-02-26 Thread cliffvalenti
Can't you just post the request, instead of submitting with a get? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022485#4022485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022485

[jboss-user] [JBoss jBPM] - Re: multiple comparations

2007-02-26 Thread kukeltje
learn EL, you already gave the answer yourself but remember... things might need escaping, it is xml ( could become ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022488#4022488 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-26 Thread kukeltje
Sorry, to prevent getting flamed, I'm not going to answer this anyone? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022489#4022489 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022489

[jboss-user] [Beginners Corner] - Re: problem with jboss console

2007-02-26 Thread PeterJ
The best way to deploy applications is to copy them to the server/xxx/deploy directory. The best way to configure connection pools is to edit the *-ds.xml files. You can use the web console do the above (at least I think you can, I have never done it), but when you restart the server you will

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-26 Thread [EMAIL PROTECTED]
The matchManagedConnnections method will get called when JBoss attempts to locate a connection from the pool for use. Are you able to acquire a connection from the pool. The JMX console should list your min/max settings which are by default 0 and 10 respectively. Can you look at the JMX console

[jboss-user] [JBoss/Spring Integration] - Spring Tag library and SAR/WAR - Jasper Compilation problem

2007-02-26 Thread mattmadhavan
Hi, I am using spring-form tag library in my jsp called product.jsp. When I run the application Jasper throws an exception. When I run just the war file it works fine, but when package the war file inside a sar file the problem occurs. The error is : enerated servlet error: The method

[jboss-user] [JBoss Eclipse IDE (users)] - Ejb3 Entity bean

2007-02-26 Thread [EMAIL PROTECTED]
Sir/Madam I am using EJB3.0 with Jboss server. I have a CMP Order entity bean and order processing session bean. To fulfill an order I am calling oracle procedure from my session bean. I am updating few fields of order table from oracle procedure. Problem that I am facing is that after

[jboss-user] [JBoss jBPM] - Re: multiple comparations

2007-02-26 Thread jbmp user
The operators = work rightly, but the operator and don't work correctly. I have trying this work a lot of times, writing and or writing ... but I don't having luck!! Thank you!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022510#4022510 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - JBOSSIDE 2.0.0beta2 (Icon and options to start Server)

2007-02-26 Thread jmuletalbiach
Hello, I downloaded today bundle JBossIDE-2.0.0.Beta2-ALL.zip with all plugins and features. Icon,Toolbar Pulldown menu and server view is the common view (like for Tomcat ) and seems not to be the same than referenced on file

[jboss-user] [JBoss Seam] - Re: seam-gen 1.1.7RC1

2007-02-26 Thread [EMAIL PROTECTED]
Assuming this is with generate-entities, can you post your schema? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022513#4022513 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022513

[jboss-user] [JBoss Seam] - Re: Begin conversation *before* entering a method

2007-02-26 Thread baz
To answer your question yourself read this blog entry from gavin http://blog.hibernate.org/cgi-bin/blosxom.cgi/2006/06/22#stages-of-adoption BTW: when the user logs out (via identity.logout the session is invalidated and all Objects are removed. Or if you do not use this function you can call

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portal with JBPM

2007-02-26 Thread barroww
I'm still interested in getting an answer to this question. Any suggestions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022519#4022519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022519

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-26 Thread meghanai_99
Thank you for the reply. Should I try new JBoss 5.0.0 Beta1? Looks like it has integrated support for JBossWS. The reason I ask is because I don't know if the latest version of JBossWS is compatible with JBoss 4.0.5GA. Please let me know. Thank you, Meghana View the original post :

[jboss-user] [JBoss jBPM] - Re: jBpm setup

2007-02-26 Thread jbmp user
I'm sorry, I don't help you, but I use also this document to install jbpm in my computer, and I didn't have any problem!!! you can start other time I'm sorry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022521#4022521 Reply to the post :

[jboss-user] [JBoss Seam] - Re: LocaleSelector

2007-02-26 Thread baz
In the dark ages of my seam experience i had often forgotten to place command buttons into forms.:-( That is the only explanation that i have. Your ui code is fully functional but only if surrounded wit form tags. Ciao, Carsten View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Weird HQL IllegalStateException

2007-02-26 Thread d-rock
I have a persistence unit that deploys fine on 4.0.4GA, but when I try to deploy on 4.0.5GA I get this: java.lang.IllegalStateException: DOT node with no left-hand-side! I've tried going through the stack trace to see if I can figure out what HQL it thinks is broken, but I'm not sure where it

[jboss-user] [JBoss/Spring Integration] - Re: Spring Tag library and SAR/WAR - Jasper Compilation pro

2007-02-26 Thread alesj
Ask on the Tomcat forum. Not what JBoss/Spring integration is about - see other threads. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022528#4022528 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022528

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-26 Thread nean
this is my error : anonymous wrote : Starting Test Client | Creating a service Using: | http://localhost:8080/test/EchoBean?wsdl | and {http://ejb/jaws}EchoService | Exception in thread main java.lang.NoClassDefFoundError: org/apache/xerces/xs/XSModel | at

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-26 Thread angra81
Yes, i've checked the wiki, I've followed all the steps. But I didn't understand what is the web console? Is it the web page where I can arrive with the link monitoring? And also... is it possible to modify the web pages and above all the scenarios which I have after deploying the process

[jboss-user] [JBoss Seam] - Re: seam-gen 1.1.7RC1

2007-02-26 Thread rengar
BD mysql composite primary-key: | fields id1 -- type INTEGER | fields id2 -- type INTEGER | Seam-gen put in entity-bean composite-Id: | int id1; | int id2; | And home bean call : | if (objectId().getId1() == null objectId().getId2()==null) | | View the

[jboss-user] [JBoss Seam] - Weird results when doing TestNG

2007-02-26 Thread bytor99999
I call getPrinciple() to find out the principle in my test, and it always returns gavin Why? ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022537#4022537 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022537

  1   2   3   >