[jboss-user] [JBoss Seam] - Re: Basic Seam questions

2006-12-13 Thread lightbulb432
That's a really good answer, thanks. I now have a question for when the different things on the assembly line are not different session beans, but different action methods on the same session bean. Because it's the same session bean, how does this impact when you need to inject or outject?

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Question marks in EJB-QL logging

2006-12-13 Thread lightbulb432
Is there a way to instruct Hibernate to output the actual inserted values in the logging output rather than question marks for each query parameter? (Or is this a security measure, so that sensitive information like passwords don't show up in log output?) By the way, this is for EJB 3.0

[jboss-user] [JBoss Messaging] - Re: javax.jms.InvalidDestinationException: Destination is no

2006-12-13 Thread chaituu
U said for remote lookup u use testQueue but what about QueueConnectionFactory.how to lookup QueueConnectionFactory?? when i send the message to the queue i am getting below exception. | javax.jms.InvalidDestinationException: Destination is not an instance of SpyDestination

[jboss-user] [JBoss Portal] - Re: Adjusting forum user permissions

2006-12-13 Thread unibrew
Hello Please use this forum for questions about Forums portlet http://www.jboss.com/index.html?module=bbop=viewforumf=247. Moreover, you are probably using old Forums Portlet available in Portal codebase. You should move to using JBoss Forums. They should meet your requirements. Regards

[jboss-user] [JBoss Seam] - Re: How to use ice:menuBar with Seam in an EAR application?

2006-12-13 Thread Newlukai
Thank you. It works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993276#3993276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993276 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Couldn't parse 'bean' into a 'org.jbpm.configuration.BeanInf

2006-12-13 Thread [EMAIL PROTECTED]
Hi, I am trying to change the jbpm.war(the websales) to a portlet. I configured the persistence service in jbpm.cfg.xml with the code below | jbpm-context | service name=persistence | factory | bean factory=org.jbpm.persistence.db.DbPersistenceServiceFactory |

[jboss-user] [JBossWS] - Excpetion

2006-12-13 Thread Ruslan.Khmelyuk
Hello! I am using Specification-Version: jbossws-1.0. While my work, I need to create web-service to provide processing of submitted InfoPath forms. According to this I change autogenerated wsdl to other more compatible with InfoPath format of wsdl: ?xml version=1.0 encoding=utf-8 ?

[jboss-user] [JBoss jBPM] - Re: Couldn't parse 'bean' into a 'org.jbpm.configuration.Bea

2006-12-13 Thread [EMAIL PROTECTED]
My jboss is jboss-4.0.4.GA Portal is jportal-2.4.0 Jbpm is jbpm-3.1.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993279#3993279 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993279

[jboss-user] [JBossWS] - Excpetion

2006-12-13 Thread Ruslan.Khmelyuk
Hello! I am using Specification-Version: jbossws-1.0. While my work, I need to create web-service to provide processing of submitted InfoPath forms. According to this I change autogenerated wsdl to other more compatible with InfoPath format of wsdl: ?xml version=1.0 encoding=utf-8 ?

[jboss-user] [JBossWS] - Excpetion

2006-12-13 Thread Ruslan.Khmelyuk
Hello! I am using Specification-Version: jbossws-1.0. While my work, I need to create web-service to provide processing of submitted InfoPath forms. According to this I change autogenerated wsdl to other more compatible with InfoPath format of wsdl: ?xml version=1.0 encoding=utf-8 ?

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate on Spring

2006-12-13 Thread thejavafreak
I've seen Gavin's comments about Hibernate is not friendly on Spring. Does anyone know any resources I can read why is Hibernate not good on Spring? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993282#3993282 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Intellexer Spellchecker SDK

2006-12-13 Thread EffectiveSoft
Add spell checker capabilities to your Windows projects! With EffectiveSoft Spellchecker SDK this is easy. The development library contains a common DLL interface and interfaces for C++ and .NET with corresponding documentation and examples (C++, C#, Delphi). It may be linked to any Windows

[jboss-user] [JBoss Seam] - Debuggers can cause early bijection

2006-12-13 Thread quilleashm
Found an interesting and vaguely irritating problem when debugging my Seam application. My debugger (IDEA) in certain modes will execute toString() on all local/class variables that are visible at a breakpoint for display information. For a Seam component that has interception enabled this

[jboss-user] [JBoss Portal] - Re: Portal Request Architecture

2006-12-13 Thread [EMAIL PROTECTED]
You could look at the portal demo in Seam (Seam+Portal+Facelets). There is no use of IceFaces or Ajax4JSF but adding it should be a no-brainer. We don't provide Seam public training, but if you are several from a company we can probably organize a workshop The JBoss for Web Developer training

[jboss-user] [JBoss Portal] - Re: CMS Auditing

2006-12-13 Thread [EMAIL PROTECTED]
This feature is not available, but it should not be hard to add. Contributions are welcome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993289#3993289 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993289

[jboss-user] [JBoss Seam] - Re: si:selectItem error parsing

2006-12-13 Thread lowecg2004
Hi Pete, I'm getting this exception: SEVERE: Error Rendering View[/view/public/order-storage.xhtml] | java.lang.IllegalArgumentException: selectItems' value=#{hardDisks} must implement java.lang.Iteratable but it is [EMAIL PROTECTED] (class org.jboss.seam.jsf.ListDataModel) | at

[jboss-user] [JBoss Seam] - Event scoped component accessing Conversion scope

2006-12-13 Thread quilleashm
I have a search component which is event scoped. Itself it just has four properties which are bound to four input fields in my JSF page. It extends a generic search component which has a hibernate session which is injected by the @In( create = true ) from the ManagedHibernateSession

[jboss-user] [Management, JMX/JBoss] - JMX vs EJB

2006-12-13 Thread mirciuss
Hi, I am about to develop an Network Management System application with JBoss; it's purpose is to manage network elements. I am not very sure what technology to use: JMX or EJB. I am thinking to use JMX MBeans for business logic since I want to map these devices in java objects. These objects

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Error connecting to DataSource during Startup - Please Help!

2006-12-13 Thread cnng
Hi, I have created a Startup class using MBeans in JBoss. The Startup class connects to a Datasource during Startup. However, since the DataSource is not loaded yet, I am getting connection exception errors. Is there any way for me to configure the data source to be loaded before the

[jboss-user] [Management, JMX/JBoss] - Error connecting to DataSource during Startup - Please Help!

2006-12-13 Thread cnng
Hi, I have created a Startup class using MBeans in JBoss. The Startup class connects to a Datasource during Startup. However, since the DataSource is not loaded yet, I am getting connection exception errors. Is there any way for me to configure the data source to be loaded before the

[jboss-user] [JBoss Seam] - Re: si:selectItem error parsing

2006-12-13 Thread petemuir
For now outject using @Out not @DataModel. I'll make the next version DataModel aware. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993295#3993295 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993295

[jboss-user] [Clustering/JBoss] - Re: Clustering NOT working on physical separate boxes.

2006-12-13 Thread rajeshchande
Hello Brian, Thanks for the reply. Here is the config for protocol stack: Config | UDP bind_addr=172.17.132.70 mcast_addr=228.8.8.8 mcast_port=45566 ip_ttl=32 ip_mcast=true |mcast_send_buf_size=10 mcast_recv_buf_size=20 |

[jboss-user] [EJB/JBoss] - Re: Transaction demarcation ignored in stateless EJB using i

2006-12-13 Thread amitka
Problem solved. MySQL's MyISAM storage engine doesn't support transactions at all. I used Hibernate to automatically generate my schema, so it used MyISAM since it is the default. I Added the following line in my.ini file inside MySQL installation to set the default to be InnoDB, and it solved

[jboss-user] [JBoss Seam] - Re: EntityQuery refresh

2006-12-13 Thread petemuir
I ran into a problem (not using ajax). I had a conversation running so the criteria were not lost. The entity query would refresh during apply request values (obviously as the tree is restored), the criteria would be updated, and then the query requested for render response BUT as the query

[jboss-user] [JBoss Messaging] - Re: LeasePinger error

2006-12-13 Thread bob_walker99
Hi - just to make sure this hasn't been fixed already, I applied the SP2 upgrade - I'm still geting this error. I've also deployed the code to a non-VPN environment, so all the communication is between local servers. I've also added ExceptionListeners on my connections to tell my client to

[jboss-user] [JBoss Seam] - Taks instances

2006-12-13 Thread MelampO
Hello I am trying to create a Task instances list with the pendings tasks for an actor. I am not doing it from a JSF, so I think that I can't use TaskIntanceList or TaskInstaceListFoType components. Following DVD Store example, I think that I must use ManagedJbpmContext. This is the process

[jboss-user] [Installation, Configuration Deployment] - Re: Sar Deployment with nested MDB's Issue

2006-12-13 Thread robnor
Hi, I have found a workaround for my problem. Somehow the SARDeployer does not invoke nested EJBDeployer, and I could not get it to work with dependencies. My workaround is to create a ear, with two modules. First my Sar, and from that I factored out some ejb's and put them in a separate

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-13 Thread petemuir
Seam components aren't available for bijection in in the @Create method of an @Startup application scoped object. You're doing the right thing using @PersistenceContext here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993304#3993304 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Event scoped component accessing Conversion scope

2006-12-13 Thread petemuir
I think its not-so-normal to bind the JSF components directly - instead use value binding (value=#{foo.bar}) (especially if you use facelets). You should e able to inject components of any scope into a component of any scope with no problems. View the original post :

[jboss-user] [Security JAAS/JBoss] - RMI over SSL - mutual authentication

2006-12-13 Thread Evka
Hello everybody. I've tried to configure Jboss to use RMI over SSL to access my Session beans. It works fine only that way, the server sends it's certificate key to the client and client must have it in it's trust store, but the client isn't required to send it's certificate key to the server

[jboss-user] [JBoss Seam] - how retrieve current UIComponent

2006-12-13 Thread supert24
How to I retrieve the current enclosing UIComponent within a triggered action method of my Seam component? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993305#3993305 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993305

[jboss-user] [EJB 3.0] - context.xml environment entries

2006-12-13 Thread crnflke
This *MIGHT* not be EJB3 specific, but in case it is, I thought I'd better put it in here. I've got a web application which requires external environment entries. These tell it where to look for certain resources and will differ between our live sites and developer test environments. When we

[jboss-user] [JBoss Seam] - Re: Taks instances

2006-12-13 Thread petemuir
@In ListTaskInstance taskInstanceList; is valid. And of course you could @In JbpmContext; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993310#3993310 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993310

[jboss-user] [JBoss Seam] - @In(create=true) throws exception when variable is null?

2006-12-13 Thread SmokingAPipe
I have a session bean that has a variable (instance member) like this: @In(create=true) Foo foo; Even if foo is null, that should work, because it will just create it, right? But it doesn't work; I have to do: @In(create=true,required=false) Foo foo; which doesn't make sense. It seems like

[jboss-user] [JBoss Seam] - Re: @In(create=true) throws exception when variable is null?

2006-12-13 Thread petemuir
Do you have a Seam component or factory called foo? Remember Seam does injection by variable name not class type. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993311#3993311 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how retrieve current UIComponent

2006-12-13 Thread petemuir
I think you would have to use an action listener (which gets passed an action event). You can then do actionEvent.getComponent(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993312#3993312 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: RMI over SSL - mutual authentication

2006-12-13 Thread Evka
Oh, I forgot the JBoss version is jboss-4.0.4.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993313#3993313 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993313 ___

[jboss-user] [JBoss Messaging] - Re: LeasePinger error

2006-12-13 Thread timfox
Hello Bob- We 're looking into this. A few questions: Do you open and close lot of connections? How many connections? How much traffic? etc Yes, please post your stack traces or send me them directly at my jboss address. Cheers View the original post :

[jboss-user] [JBoss Seam] - variable resolver not working?

2006-12-13 Thread supert24
When my action method of my Seam component is triggered, I try to find an enclosed UIComponent, for which I defined id=datMod, by executing | UIComponent uiDat = javax.faces.context.FacesContext.getCurrentInstance().getViewRoot().findComponent(datMod); | Unfortunatelly it returns null.

[jboss-user] [JBoss Seam] - NetBeans Web Visual Pack

2006-12-13 Thread vwiencek
Hi, is there a way to use Seam and Netbeans Web Visual Pack toghther ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993317#3993317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993317

[jboss-user] [JBossWS] - Re: Issue with .NET ws clients

2006-12-13 Thread pbowker
Maeste, Are your .NET clients using .NET3.0/WCF or the older .NET (2.0 or before) web services? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993318#3993318 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993318

[jboss-user] [JBoss Seam] - Re: @In(create=true) throws exception when variable is null?

2006-12-13 Thread SmokingAPipe
Actually, it's like this: @In(create=true) Foo createFoo; and I don't have an entity with a name of createFoo, and I don't have a factory called createFoo. I thought that @In(create=true) would just use the constructor for the class Foo? Do I also need a factory for it? Or should I use a

[jboss-user] [JBoss Seam] - Re: Taks instances

2006-12-13 Thread MelampO
petemuir wrote : @In ListTaskInstance taskInstanceList; is valid. | | And of course you could @In JbpmContext; Ok, it works fine... thank you. I had it working now with this query: | ListTaskInstance ti = (ListTaskInstance) context.getSession() | .createQuery(select ti from

[jboss-user] [JBoss Seam] - Re: NetBeans Web Visual Pack

2006-12-13 Thread SmokingAPipe
I looked into that some, and it doesn't appear to be possible. It looks like the Netbeans VP is set up for regular JSF development, including doing your backing beans for you, etc. I'm sure that it will support Seam-style development, because it's such a great tool and Netbeans is quite

[jboss-user] [JBoss Seam] - Re: Problem with selectItems taglib

2006-12-13 Thread dave.rogers
This is the code for the bean that #currentItem refers to: package halvor.pojo; | | // Generated Dec 11, 2006 11:02:45 AM by Hibernate Tools 3.2.0.beta8 | | import java.util.HashSet; | import java.util.Set; | | import javax.persistence.CascadeType; | import

[jboss-user] [JBoss Seam] - Re: Problem with selectItems taglib

2006-12-13 Thread petemuir
Is there any chance you could send me a simple testcase that demonstrates the problem discussed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993323#3993323 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993323

[jboss-user] [JBoss Seam] - Re: Problem with selectItems taglib

2006-12-13 Thread petemuir
peter at bleepbleep dot org dot uk View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993324#3993324 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993324 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Unknown exceptions in jboss 5

2006-12-13 Thread @jb0ss
2006-12-13 14:39:03,512 DEBUG [org.jboss.iiop.CorbaORBService] Starting jboss:service=CorbaORB | 2006-12-13 14:39:03,514 DEBUG [org.jboss.iiop.CorbaORBService] Using OAIAddr=null | 2006-12-13 14:39:03,524 DEBUG [org.jboss.iiop.CorbaORBService] Ignoring sunJDK14IsLocalBugFix=true due to

[jboss-user] [EJB 3.0] - timeout-method in ejb-jar.xml is supported in ebj3 RC9?

2006-12-13 Thread goldfrog
I wrote a stateless session bean with timeservice. i don't want to use annonation @Timeout, so how can i define some timeout method in ejb-jar.xml? i followed the ejb3 core specification and some examples in Mastering Enterprise JavaBeans? 3.0. i added the following lines for the SLSB in

[jboss-user] [JBoss Seam] - Re: Event scoped component accessing Conversion scope

2006-12-13 Thread quilleashm
Done some more investigation into this. I have a minimal test case. JSF page | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE html | PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | html

[jboss-user] [JBoss Seam] - Re: @In(create=true) throws exception when variable is null?

2006-12-13 Thread SmokingAPipe
Ok, in the Foo class, I added: | @Roles({ | @Role(name=createFoo, scope=ScopeType.CONVERSATION) | }) and that didn't help, so I'm at a loss as to how to do anything practical with @In(create=true), used together with @Out, like: @In(create=true) @Out Foo createFoo; It seems like it

[jboss-user] [JBoss Portal] - portal with virtual hosts

2006-12-13 Thread pjmcosta
Dear Sir's we would like to have fqn like www.domain.com pointing to myportal/defalt and another like www.domain2.com pointing to myportal/app1 it. how can i doi it ? i been seach and i can find it Thanks in advanced View the original post :

[jboss-user] [Beginners Corner] - Re: please help me to start jboss

2006-12-13 Thread golanbln
not really but i wanted use JASS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993334#3993334 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993334 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - 401 error on selecting dashboard....

2006-12-13 Thread macjboss
Hi, I am trying to secure access to the portal using NTLM and Active Directory. So far I have manged to create my own servlet based on JCIFs NtlmServlet and created my own LoginModule to authenticate the user against AD and it all work fine; i can successfully log in to the portal. I have

[jboss-user] [JBossWS] - Re: Issue with .NET ws clients

2006-12-13 Thread maeste
pbowker wrote : Maeste, | | Are your .NET clients using .NET3.0/WCF or the older .NET (2.0 or before) web services? mmh sincerely I don't know...is not MY clients :) I'll ask to my partner, but please explain me why you are asking. Are there some known problem using one of them with

[jboss-user] [JBoss Seam] - Re: @In(create=true) throws exception when variable is null?

2006-12-13 Thread [EMAIL PROTECTED]
anonymous wrote : and I don't have an entity with a name of createFoo, and I don't have a factory called createFoo. I thought that @In(create=true) would just use the constructor for the class Foo? Of course not! Not in JSF, not in Seam, not in any other web framework I have ever heard of.

[jboss-user] [JBoss Seam] - Re: how retrieve current UIComponent

2006-12-13 Thread cavani
Well, I think this is completely off topic for Seam, but may be worth. I use this in action method (of Seam component): | UIComponent form = FacesContext.getCurrentInstance().getViewRoot().findComponent(id_of_form_in_your_page); | | UIInput input = (UIInput)

[jboss-user] [JBossWS] - Re: Incomplete Deployment: 4.0.5 and 1.0.4

2006-12-13 Thread bertrand.njiipwo
Hello bocio, @all, thanks bocio for providing an solution for this issue. I got the same and solved it by commenting the deployer Tag-Element for the EJB3 Endpoints. Know i'll like to know if commenting this service has some side effects on web services and application running on jboss

[jboss-user] [JBoss Seam] - Re: how retrieve current UIComponent

2006-12-13 Thread [EMAIL PROTECTED]
anonymous wrote : I use this in action method (of Seam component): Why would you do it this way? Better to use binding=#{myModel.attribute} in the page. For the original question, I think Pete's answer is the right one. View the original post :

[jboss-user] [JBossWS] - javax.xml.ws.soap.SOAPFaultException: Port does not contain

2006-12-13 Thread ramkrishnatripathi
Hi guys, I am using jboss4.0.4GA. I have created a webservice to add Two numbers. After deploying the project I get CalculatorService.wsdl Now I want to consume the webservice by client program. After running the client program I get the following

[jboss-user] [JBoss jBPM] - ExpressionAssignmentHandlerTest.testNextTermMember error

2006-12-13 Thread bnsbr
Hi all, I'm trying to build one app with jBPM and use it's Identity component or integrating it to Tomcat security. To learn how to do it, I tried to run jBPM unit tests (the one's bundled with version 3.1.3) and get one error at the test at the subject. The error is that jBPM didn't found a

[jboss-user] [JBoss Seam] - Re: Seam + Tomcat + microcontainer without ejb3

2006-12-13 Thread thejavafreak
Why would you not wanting to use ejb3 in Seam since ejb3 is the one of the parts that made up Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993343#3993343 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993343

[jboss-user] [JBoss Seam] - [Resolved] Re: Event scoped component accessing Conversion s

2006-12-13 Thread quilleashm
Found the @Intercept annotation which I can apply to my search bean. Setting this... | @Name( elementSearchAction ) | @Scope( ScopeType.EVENT ) | @Intercept( InterceptionType.AFTER_RESTORE_VIEW ) | public class ElementSearchAction | { |... | Stops all interception during the

[jboss-user] [JBoss Seam] - Re: Basic Seam questions

2006-12-13 Thread [EMAIL PROTECTED]
If you want to change the value of the variable, you need to outject. Otherwise the old value will be re-injected next time the component is invoked! There is probably no really major downside, no. Seam could probably have a single @ContextVariable annotation instead of @In @Out. View the

[jboss-user] [EJB/JBoss] - Re: Unit Testing Practices

2006-12-13 Thread gcoleman
There are a few frameworks for testing EJBs: MockEJB: http://www.mockejb.org/ Cactus: http://jakarta.apache.org/cactus/index.html JUnitEE: http://www.junitee.org/ and I'm sure there are more hanging around the web somewhere. Out of those three MockEJB is the only one that runs outside the app

[jboss-user] [JBoss Seam] - Re: Event scoped component accessing Conversion scope

2006-12-13 Thread [EMAIL PROTECTED]
Try @Intercept(AFTER_RESTORE_VIEW) But what exactly is the exception you get? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993347#3993347 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993347

[jboss-user] [JBoss jBPM] - Re: ExpressionAssignmentHandlerTest.testNextTermMember error

2006-12-13 Thread bnsbr
I think the error is in the factory of Membership. The 'name' field shouldn't be the 'role' of the user? It's actually implemented as: | public static Membership create(User user, String name, Group group) { | Membership membership = create(user, group); | membership.name = name;

[jboss-user] [JBoss Seam] - Re: NetBeans Web Visual Pack

2006-12-13 Thread [EMAIL PROTECTED]
anonymous wrote : is there a way to use Seam and Netbeans Web Visual Pack toghther ? Go and request it from the NetBeans guys. We have already asked ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993349#3993349 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EntityQuery refresh

2006-12-13 Thread [EMAIL PROTECTED]
Pete, this sounds more like a bug, could you submit a testcase to JIRA? thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993351#3993351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993351

[jboss-user] [JBoss jBPM] - Saving TaksInstance, Task == NULL

2006-12-13 Thread jstachera
I have a problem with saving task instance. First I create the process instance and then I save it. ProcessDefinition processDefinition = context.getGraphSession().findLatestProcessDefinition(pName); | org.jbpm.graph.exe.ProcessInstance processInstance = new

[jboss-user] [EJB 3.0] - Java Persistence : Exception Handling

2006-12-13 Thread sreejithps
Hi, I s it possible to catch the Exception thru program that occured during the execution of Persistent Queries,providing invalid data(eg: String value for Integer type) on insertion, etc. The solution will be greatly appreciated. Thanks, Sreejith View the original post :

[jboss-user] [EJB 3.0] - @Enumerated with non-ordinal enumeration

2006-12-13 Thread Jeilong
Given this enumeration: | public enum Gender { | | MALE (M), FEMALE (F); | | private String codeInDatabase; | | private Gender(String codeInDatabase) { | this.codeInDatabase = codeInDatabase; | } | | public String

[jboss-user] [Beginners Corner] - Re: Portlet internationalisation failed

2006-12-13 Thread francsi
Ok, installation of the newest JBOSS Release solved the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993355#3993355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993355

[jboss-user] [JBoss Seam] - Re: Seam + Tomcat + microcontainer without ejb3

2006-12-13 Thread [EMAIL PROTECTED]
lle wrote : According to Gavin in one of the topics, for Seam 1.1CR2, we can remove the jboss-ejb3-all.jar for Tomcat installation and if we do not use ejb3. That doesn't seem to be the case. Is there any other smaller jar we can use so that it won't generate any errors if we don't use ejb3?

[jboss-user] [JBossWS] - Re: Issue with .NET ws clients

2006-12-13 Thread pbowker
It's known problems that I'm looking for myself and why I was attracted to your initial post. I am at the start of such a project but using the latest WCF .NET 3.0 technology from MS on the client. My server is JBoss 4.0.5 plus (at the moment) the JBossWS 1.0.4 stack. If you could find out

[jboss-user] [JBoss Seam] - Re: how retrieve current UIComponent

2006-12-13 Thread cavani
No good reason. Maybe because other way need more one bean or get/set on action bean... and is very like ASP.NET. But I agree that using binding is better and I will try it. Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993357#3993357 Reply to the

[jboss-user] [JBossWS] - Upgrading 4.0.4 to 4.0.5

2006-12-13 Thread prakah
Hello All, I have an Medrec application running in JBoss 4.0.4 version. But the same application doesn't work in JBoss 4.0.5, even unable to compile medrec for this version. I think, there might be some changes were done WebService part. The error is given below. | genWSjava: |

[jboss-user] [JBoss Seam] - Seam 1.1.x.x

2006-12-13 Thread sherkan777
When will be next stable Seam version? (CR3)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993359#3993359 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993359 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Using Seam from External Invocation

2006-12-13 Thread msduk
Thanks Gavin but I think that might require a slightly better understanding that I have. Taking the broader problem, running repeated actions from antoher thread and still having access to the seam beans . Can anyone suggest something please? I have tried Component.getInstance(testBean) for

[jboss-user] [JBoss Seam] - Re: Using Seam from External Invocation

2006-12-13 Thread [EMAIL PROTECTED]
Have you tried using Seam 1.1 asynchronous methods? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993362#3993362 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993362 ___

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-13 Thread fuligj
Thank You for reply, cocampo! I Use jBPM Starter's Kit 3.1.3, but the web-console (I think) dosen't exist in that package. At http://localhost:8080/web-console/ cannot find applet.jsp and ServerInfo.jsp . What is wrong? Thank you! View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.x.x

2006-12-13 Thread [EMAIL PROTECTED]
I just uploaded the GA. Writing the announcement now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993361#3993361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993361 ___

[jboss-user] [Beginners Corner] - Re: please help me to start jboss

2006-12-13 Thread golanbln
sorry i mean JAAS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993364#3993364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993364 ___ jboss-user mailing list

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

2006-12-13 Thread david.alves
Thanks for the reply Shane! I need the security to be integrated because I am migrating an application to seam and some of the older modules test for role allowance programatically from the faces context. Besides I think any non-seam aware JSF framework will espect the same. But there is

[jboss-user] [JBoss Seam] - Re: how retrieve current UIComponent

2006-12-13 Thread [EMAIL PROTECTED]
Hello, I've a slight problem working with Seam enabled (not stricly related to seam ;) Portlets, JSF and Iceface. I think that each portlet has their own JSF view, anyone knows if this is correct? Now, I use Seam to help those portlets communicate (through session, maybe one day I'll get the

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

2006-12-13 Thread david.alves
(Didn't post everithing) So How am I going to test for roles? And even if the isUserInRole component also tests for the seam security roles, will components of frameworks like icefaces that have the rendered and renderedOnUserRole like properties be compatible with the seam security roles?

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS Framework Stops on changing System Time

2006-12-13 Thread Byorn
Please explain more on how your jobs are scheduled. ??? How can jms schedule a job ? Isnt it done my Timer or Quartz ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993370#3993370 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Saving TaksInstance, Task == NULL

2006-12-13 Thread jstachera
I forgot to attach procesddefinition.xml ?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=SimpleSplitTest |start-state name=start_state | transition name=tr_start_left to=task_left/transition | transition

[jboss-user] [JBoss jBPM] - Re: Problem with Eclipse Interface

2006-12-13 Thread mcscorer
I have the same problem as idyuce and I followed the given instructions. The only tabs I have are design and source...no diagrams. what can i do? thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993373#3993373 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - plugin for establish the bond between jboss and jboss

2006-12-13 Thread mehdi_swatch
I'm working with jboss eclipse Ide , jboss as application server and JBoss Jbpm for to can do the process with using a graphic designer. I used a demo for learn a little JBPM. but I can't establish the bond between jboss eclipse Ide and jboss , I believe that I need the plugin for to à

[jboss-user] [Clustering/JBoss] - Re: Clustering NOT working on physical separate boxes.

2006-12-13 Thread rajeshchande
Hello Brian, As suggested I tried changing the PING and GMS parameters as below in both cluster-service.xml and tc5-cluster-service.xml, keeping other things as before: config | UDP bind_addr=172.17.132.140 mcast_addr=228.8.8.8 mcast_port=45577 |

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS Framework Stops on changing System Time

2006-12-13 Thread hskiran
Hi Byorn, Thank you for the response. We write our own logic using Timer to schedule the JOBS. Once the Jobs are activated it is handed over to JMS framework to execute these jobs. Here is a code snippet. qConnection = qConnectionFactory.createQueueConnection(); q=Session=

[jboss-user] [JBoss AOP] - Re: NoClassDefFoundError HeirarchicalLoaderRepository3

2006-12-13 Thread flavia.rainone
If you want to do load-time with jrockit, you just can't do that in the jdk1.4 manner. You need to use the native classloader hooks of jrockit. http://labs.jboss.com/portal/jbossaop/docs/1.5.0.GA/docs/aspect-framework/reference/en/html/running.html#d0e3208 But, since you installed JRockit 1.5,

[jboss-user] [JBoss Portal] - Portlet Customization

2006-12-13 Thread sridhark79
HI, We want to make use of the Portal Server APIs to access the Portal Database. We want this to update the Portlet's position dynamically. Is this the correct approach.? or this there any third party APIs to connect to Portal Database. It would be of great help if somebody could spare some

[jboss-user] [JBoss jBPM] - should jBPM provide web service API for client appliction to

2006-12-13 Thread awardsure
Hi There, When I build a project called Peony which is used to manage all business process for a company, an idea hits my mind that building an stand-alone jBPM service server(tomcat-based or jboss-based) provides web service APIs for client application(specific business appliction) to

[jboss-user] [EJB 3.0] - Asynchronous calls

2006-12-13 Thread zetzioni
Hi, I was looking at this JBoss extension to EJB3.0 and it is pretty cool. What I'm missing though, and wanted to know if there was a way to do it, is some way to avoid polling or blocking for result, but instead being notified by some callback. Can it be done? Where can I find the full

[jboss-user] [JBoss jBPM] - Re: Problem with Eclipse Interface

2006-12-13 Thread awardsure
is your eclipse version is 3.2 or higher? gbonnard wrote : Hello, | I installed the jBPM plugin for Eclispe, but i can't find where is the perspective or the view to design a BP diagram. | Please, need help ! Thanks. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Io exception: Connection reset

2006-12-13 Thread zzz123
Hello, we have the same problem and have spent several hours. Did you solve it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993382#3993382 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993382

[jboss-user] [EJB 3.0] - Re: History Interceptor

2006-12-13 Thread dhartford
Hi jc, I have not thought about the array scenario...I would imagine that if it is in a relation with another table/entity and both marked for History, it would somehow handle both scenarios. I know the previous 'Audit' implementation and the 'History' implementation from hibernate both

[jboss-user] [JBoss Seam] - Re: Problem with tree2

2006-12-13 Thread djmacpac
I Have the same Problem, did you get it working??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993385#3993385 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993385 ___

  1   2   3   4   >