[jboss-user] [JBossCache] - Re: Problem after loading Huge data

2008-01-10 Thread sanatmastan
Thanks for the reply Manik, we are very much new to JBOSS cache, and trying to perform some feasibility study to know whether this solution will fit to our requirements, during the implementation of the above scenario i didnt configure any eviction, which eviction policy should i have to confi

[jboss-user] [JBoss Portal] - " rich:tabPanel " doesn't work in JBoss Portal 2.6.2

2008-01-10 Thread jeck
The Demo Source was exactly copied to the portal environment and doesn't work .. some suggestions ... hier is the source example ! Here is tab #1 Here is tab #2

[jboss-user] [JBoss Tools (users)] - integration problem

2008-01-10 Thread abc_test1
HI, i have downloaded jbosstools from http://labs.jboss.com/tools/download/index.html i am trying to integrate jbosstools with eclipse 3.2.0 but i am unable to see seam project wizard please help me ASAP thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Portal] - Re: PortletBridge: Facelets not working

2008-01-10 Thread ebephil
Hi, last time I updated the RichFaces demo was on monday, the full demo came on tuesday/wednesday :-). I'll take a look at it and post back my results. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118740#4118740 Reply to the post : http://www.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: sar inside EAR not starting up

2008-01-10 Thread axismundi
But why does this not work for a WAR-archive? I can successfully query the war-deployment on JMX via JMX Agent View. However, when I add this to the depends-list like | jboss.management.local:J2EEApplication=app.ear,J2EEServer=Local,j2eeType=WebModule,name=web.war | then the SAR is never

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: why i am getting this error java.net.NoRouteToHostExcept

2008-01-10 Thread PeterJ
Please post the following information: 1) Which operation system, and version? 2) What JDK, and version? 3) Which JBossAS version? 4) The full stack trace for the exception (it is very hard to determine root causes with only the error text posted) 5) If you are running Linux, also post your /etc/

[jboss-user] [JBoss Portal] - Re: PortletBridge: Facelets not working

2008-01-10 Thread wesleyhales
Are you using this demo (http://anonsvn.jboss.org/repos/portletswap/portlets/src/framework/RichFacesPortlet/)? If so, ensure you have updated the maven pom since 1-7-0. The portlet bridge changed locations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41187

[jboss-user] [JBossWS] - Re: Is this a valid JAX-WS binding file for wsconsume?

2008-01-10 Thread Brad Marshall
A slight correction in what I have actually usef for the last binding: http://java.sun.com/xml/ns/jaxb"; | xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"; | xmlns:xs="http://www.w3.org/2001/XMLSchema"; | wsdlLocation="CARetriever.wsdl"> | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Modifying source to return empty string instead of

2008-01-10 Thread PeterJ
When I have only a few classes that need to be changed, I usually compile those sources against the original jar file, and then replace only those changed classes in the original jar file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118733#4118733 Reply t

[jboss-user] [JBossWS] - Re: Is this a valid JAX-WS binding file for wsconsume?

2008-01-10 Thread Brad Marshall
I am now getting quite specific. Our WSDL defines four operations and imports 13 schemas. I have solved all of my namespace-to-package mapping issues for our schema files with a JAXB binding file which looks like this: http://java.sun.com/xml/ns/jaxb"; | xmlns:jaxws="http://java.sun.com/xm

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread bodrin
Ok, so you mean that this code: | java.util.Hashtable properties = new java.util.Hashtable(); | properties.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY, | "org.jnp.interfaces.NamingContextFactory"); | properties.put(javax.naming.

[jboss-user] [JBoss Seam] - Re: Changing Look and Feel of Seam Gen-ed apps

2008-01-10 Thread jfrankman
I am still figuring out all the components used by Seam. Where do I learn about "themes". Where does a theme fits within all the components used by Seam. Is it a richfaces thing, a JSF thing, Seam concept, etc? I checked out chapter 18 of the Seam Manual, but there was not very much there explai

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
Argh, I can't read properly. Sorry, the wiki page has it right of course. So my search continues :) -- Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118731#4118731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
Well, it turns out actually not to be true, so I either misunderstood the wiki page or it works differently than described there :). I wrote two simple apps which reference the same class that is deployed parallerly to the two .ears and they are both loaded by the same classloader. Though, of c

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-10 Thread ydzsidemiik
I tried not closing the sessions explicitly. Still leaks, but the top of the trace has changed: Explicit session close: anonymous wrote : | org.jboss.resource.connectionmanager.xa.JcaXAResourceWrapper.end(Xid, int) | com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.delist

[jboss-user] [JBoss jBPM] - Invoke a WebService from ActionHandler

2008-01-10 Thread dadajboss
Hi all. I'm trying to invoke a web service from my jBoss/jBPM process. As Ronald suggests in this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=70723 I write an actionhandler which invokes the webservice and then I associate it on a node-enter event of a node. But when I run the

[jboss-user] [JBoss Seam] - Re: ID becoming null when trying to save entity.

2008-01-10 Thread cdiggins
It is now a long-running conversation, this being my first seam project and I had not realized that was how to do it. It works without the hidden field - that just happened to be the first solution I found. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=411872

[jboss-user] [JBoss Seam] - Re: hibernate tries to persist a second time

2008-01-10 Thread UTDrew
Okay, I think I figured out what my issue was. I convert some entity objects into presentation classes that extend the original entity class when the conversation starts and then back into data classes to persist/merge at the end of the conversation. After further reading of the forums I decid

[jboss-user] [JBoss Seam] - Getting a taskInstance out of a TaskInstanceList without sta

2008-01-10 Thread Strategy
Hi, I have got a TaskInstanceList showing all active Tasks for a user. Now I want to give the user a detailed overview on a detailspage if he selects on of the tasks. How can i inject the current Task into the corresponding bean or how can I make a task the active taskInstance without starting

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread timfox
"bodrin" wrote : | Anyway, I can not undestand the behaviour of the current JBM. I'm connecting to the master node (ha-jndi) and I have disabled the load balancing of the ClusteredConnectionFactory and sometimes I get | Assertion failed, 0 == 0 | sometimes | Assertion failed, 1 == 1 |

[jboss-user] [JBoss Seam] - Re: hibernate tries to persist a second time

2008-01-10 Thread UTDrew
bobbele, Did you ever figure this out? I am having the same error now that I am using an EntityHome class. Thanks, Drew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118719#4118719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Clustering/JBoss] - cluster-examples-service.xml has one hard coded DefaultParti

2008-01-10 Thread codelion
Installing JBoss 4.2.1 and 4.2.2 from distribution in both there is one hard coded jboss:service=DefaultPartition left instead of jboss:service=${jboss.partition.name:DefaultPartition} and that is towards the bottom of file server/all/farm/cluster-examples-service.xml Also, did I get this ri

[jboss-user] [JBoss jBPM] - Re: problem using mail inside timer

2008-01-10 Thread tongz
That's exactly the problem - I can't define mail in timer. I tried: | | | | | | | | | | | But it's not valid f

[jboss-user] [JBoss Seam] - Re: Wildcard for pages action

2008-01-10 Thread [EMAIL PROTECTED]
(1) Whats wrong with | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118706#4118706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118706 ___

[jboss-user] [JBoss Seam] - Re: HTTPS Scheme in pages.xml without httpsport or default p

2008-01-10 Thread nkhilnani
Perfect!! Thanks Nik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118713#4118713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118713 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Data disappeared when clicking on Conversation outjectio

2008-01-10 Thread jacob.orshalick
I believe scoping to the PAGE would make sense in your case. Outject to the PAGE *after* the redirect is performed. One way to do this is using @Factory on your retrieveEmails() and retrievePhones() and changing your s:link to refer to the view directly. Take a look at the documentation on Pa

[jboss-user] [EJB 3.0] - hibernate clearing too much in 2nd-level cache w/native quer

2008-01-10 Thread [EMAIL PROTECTED]
I'm seeing some interesting things happening with hibernate's second level cache when using native queries in my EJB3/JPA app and was wondering if someone can verify that "this is the way it is supposed to work" and more importantly how can I work around it :) I have a multi-threaded system whe

[jboss-user] [JBoss Seam] - Lifecycle question

2008-01-10 Thread limousyf
Well it's not a "JSF lifecycle" question in fact, but I guess it's related. I want to use a stateful bean, backing a xhtml page. The link is like this: | | | |

[jboss-user] [JBoss Seam] - Strange behaviour of Seam Mail when sending unsynchonized as

2008-01-10 Thread MSchmidke
Hello, as you can see, I am digging deeper into the Seam Mail thing. By now, I have a POJO Seam component, event scoped, with an @Asynchronous method send(), which sends a mail (by calling renderer.render). >From the application, this method is called twice one immediately after the >other. T

[jboss-user] [JBoss Seam] - Re: Wildcard for pages action

2008-01-10 Thread mmichalek
Thanks. JIRA opened: http://jira.jboss.org/jira/browse/JBSEAM-2481 Two other quick things on this: 1) One thing that surprised me when I first used Seam navigation was that you cannot define navigation cases based on the outcome of an action. I know that rules can operate on outcomes, but I li

[jboss-user] [Clustering/JBoss] - status for JBoss 4.2

2008-01-10 Thread codelion
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClusteringInJBossVersions at this moment doesn't have info for JBoss 4.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118696#4118696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Portal] - PortletBridge: Facelets not working

2008-01-10 Thread ebephil
Hi, I thought I'd give the new RichFaces JSR-301 PortletBridge a try to finally have proper support for RichFaces components in my portlets, but it seems like my Facelets CompositionComponents aren't displayed anymore. No error, it just shows nothing in the portlet. It used to work when using t

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread bodrin
Ok. Here it is : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBMHASingleton but it will not work for me, becuase of this: | ... | When running this way you will lose other benefits of JBoss Messaging like automatic failover and distributed destinations. | ... | Anyway, I can not undestand

[jboss-user] [EJB 3.0] - Classpath of an EJB3.0 exposed as a web service

2008-01-10 Thread jprio
Hi all, I have an SLSB that needs a util.jar. I deploy the EJB archive and everthing works fine. But when I try to expose this SLSB as a webservice via JSR-181 annotations, a webapp is generated and this webapp can't see the util.jar so I have NoClassDefFoundError. I use JBoss 4.2.2GA. Any solut

[jboss-user] [JBoss Seam] - EntityManager trouble

2008-01-10 Thread ErikSlagter
I'm in some trouble with testing my DAO in Eclipse. I'm using TestNG and Eclipse europe together with Seam 2.0.0GA. I have to got the following test funtion: | @Test | public void test(){ | dao = new PaymentDeviceDAO(); | String terminalProvider = "Mal

[jboss-user] [JBoss jBPM] - jBPM in EJB environment

2008-01-10 Thread TMK
Hello, I want to ust jBPM for controlling the state and the state transitions from a particular business object. These business objects are represented by entity beans and my client application accesses the server via a stateless session bean. I am a bit confused about the best way to integrat

[jboss-user] [JBoss Seam] - Re: Seam Mail in HTML format doesn't work in Outlook

2008-01-10 Thread terryb
JIRAs Filed: http://jira.jboss.org/jira/browse/JBSEAM-2479 http://jira.jboss.org/jira/browse/JBSEAM-2480 It would really helpful if above and one below can be part of next GA release. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127156 View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - problem to display FacesMessages

2008-01-10 Thread drim
Hi, I try to use FaceMessage to display a message on the client side. When I did : | context.addMessage(component.getClientId(context), | new FacesMessage(FacesMessage.SEVERITY_INFO, "", | "test")); | | It's works, bu

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
Well, maybe the classes that are present there are used before (are loaded earlier, not by the scoped application), and so end up in the not-scope class loader repository. See: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases, use case 3 and 4. But if there are classes shared

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread [EMAIL PROTECTED]
(1) we need to fix this ;) (2) I don't think so - there are many shared jars in default/deploy and default/lib that don't suffer from this, why should yours be different? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118674#4118674 Reply to the post : http

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Validation Exception caused by @Length and @Enumerated

2008-01-10 Thread jrwsampson
I am hitting the same issue. Anyone find a JIRA on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118671#4118671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118671 __

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
Ah ... right - both apps would pick up each other's components. Then how can I have a Seam app with a shared set of interfaces/classes? If I package it as a jar, put it in server/default/lib or server/default/deploy, then: 1. it doesn't work because of the issues above 2. if the seam app uses th

[jboss-user] [JBoss Seam] - Re: No action called

2008-01-10 Thread vikramchhetryy
Thanks mars, You gave me the reason to kill myself View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118669#4118669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118669 ___ jbos

[jboss-user] [JBoss Seam] - Re: Entities are lost in SMPC

2008-01-10 Thread dkane
Reading "Release notes" for 2.0.1CR1 , I don't see JBSEAM-2214 in the list of solved issues. The date of 2.0.1CR1 is 2007.12.12 . JBSEAM-2214 issue was marked as solved in November 2007. Is it actually fixed in 2.0.1CR1 available on downloads page, or nightly builds remains the only option to

[jboss-user] [JBoss Seam] - Re: Flex and Seam Integration

2008-01-10 Thread [EMAIL PROTECTED]
Thanks for the info! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118663#4118663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118663 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: selectItems and entities with inheritance

2008-01-10 Thread adamw
Done, https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=682. Thanks for looking at this :) Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118661#4118661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118

[jboss-user] [JBoss Seam] - Re: Unable to use @Asynchronous annotation on Glassfish serv

2008-01-10 Thread [EMAIL PROTECTED]
Did you get this working? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118660#4118660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118660 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Tools (users)] - Ant Task not dependent upon Eclipse plugins

2008-01-10 Thread wcrosman
Created an Ant Task for building Archive from the .projects file. I know Max and the team created one. This one is not dependent upon the Eclipse build system rather standard Ant jar, ear, war tasks. Hope this might be useful to someone. Note: I've tested it mainly on jar tasks so it migh

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread [EMAIL PROTECTED]
You want isolated class loading if you use Seam - otherwise multiple Seam apps in the same break. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118658#4118658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118658

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
I read (once again) about class loading and it seems that turning the isolated class loader repository for the ear works - almost, of course, as it breaks hibernate search, but that's a topic for another forum :) -- Thanks, Adam View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: No action called

2008-01-10 Thread mars1412
that catches my eye: action="#{callCenterAgentEdit.editSelectedCallCenterAgentDetails(details)}" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118650#4118650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118650 __

[jboss-user] [JBoss Seam] - Re: Test database with Seam2, Maven and TestNG?

2008-01-10 Thread [EMAIL PROTECTED]
Thanks Andrew, I added this to the Seam knowledgebase http://alpha.seamframework.org:/Documentation/SeamWithMaven View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118647#4118647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: In Linux environment , jboss-4.2.2.GA don't startup

2008-01-10 Thread javang
Thanks My account is root, if it's no role to access any foldes/files, system mabye display some message,but it's no any message. thanks again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118648#4118648 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: CascadeType.Remove and asynchronous method

2008-01-10 Thread [EMAIL PROTECTED]
If you can file a JIRA issue with an example and steps to reproduce, that would be great! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118645#4118645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118645

[jboss-user] [JBoss Seam] - Re: Hessian Support

2008-01-10 Thread [EMAIL PROTECTED]
I linked to this from the Seam knowledge base http://alpha.seamframework.org:/Documentation/AlternativeViewLayers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118644#4118644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [EJB 3.0] - Accessing EJB3s through a firewall

2008-01-10 Thread magnus.ahlander
I have an instance of JBossAS running on an internal server behind an external server (firewall/router). The external server has port forwarding configured for ports 8080 (HTTP), 1098 and 1099 (JNDI) and 3873 (EJB3). I'm trying to access EJB3 through a Swing Client. However, I'm getting a timeou

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: configuration of hiberante events

2008-01-10 Thread mars1412
ntoe: this has already been answerde in the seam forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118460#4118460 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118643#4118643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Re: configuration: hiberante events in seam

2008-01-10 Thread mars1412
thanx, that works, but I still don't understand why the hibernate-config does not work: I thought, the following 2 configurations should do the same: persistence.xml - works | | hibernate.cfg.xml - does not work | | | | any ideas? View

[jboss-user] [JBossWS] - Re: Changing of soap:address location

2008-01-10 Thread memema
I have a more complex situation: one internal JBoss server with the web service, and several forwards from externals apache web servers (sorry for my bad english). Different customers have different access points thought differents urls and domains (the customer A access to http://serverA/ws,

[jboss-user] [Security & JAAS/JBoss] - SSO with Multiple Roles

2008-01-10 Thread cvelo
Hello - I am using JBoss 422 with embedded tomcat. I've written my own custom login module which extends org.jboss.security.auth.spi.AbstractServerLoginModule. The module validates the user name and password from 1 system, then retrieves domain groups from an ldap system and maps those groups t

[jboss-user] [JBoss Seam] - Re: No action called

2008-01-10 Thread vikramchhetryy
Can anyone help me? I am stuck badly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118636#4118636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118636 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Re: Hessian Support

2008-01-10 Thread ralscha
Oops. Sorry for that. It's back online Ralph View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118633#4118633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118633 ___ jboss-use

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread timfox
"bodrin" wrote : | Can you tell me where can I find this FAQ of how to configure JBM as a ha-singleton? With all the other FAQs on the wiki page ;) I'll leave it as an exercise for you to find the JBoss Messaging wiki page... View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: Security Auto-login and windows SSO

2008-01-10 Thread [EMAIL PROTECTED]
Nice work! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118630#4118630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118630 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: Seam on OC4J 11g

2008-01-10 Thread [EMAIL PROTECTED]
Try Seam CVS, Jay has updated the example to run on OC4J again nicely. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118629#4118629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118629

[jboss-user] [JBoss Seam] - Re: Hessian Support

2008-01-10 Thread [EMAIL PROTECTED]
Tried to have a look at the source but the link doesn't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118628#4118628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118628 _

[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread [EMAIL PROTECTED]
no, just seem like you dont have a USER_T in schema CPRCUST or maybe hibernate.default_schema is set to CPRCUST and thus the schema is redundant ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118625#4118625 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: [seam 2.0.0 CR3] redirect tag and

2008-01-10 Thread [EMAIL PROTECTED]
I was wrong, you can put view and action on s:link. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118626#4118626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118626 ___ jbo

[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread [EMAIL PROTECTED]
note, more aprropriate to ask this in the hibernate tools forum since its hibernate tools driving the reveng. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118627#4118627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread bodrin
Thank you for the fast reply! And sorry - I though that I have to use JbossMQ... I have found some related topics: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104294#4104294 http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104715#4104715 I'm not sure yet if I'll need to p

[jboss-user] [JBoss Seam] - Re: selectItems and entities with inheritance

2008-01-10 Thread [EMAIL PROTECTED]
Adam, I tracked this down to a bug in the JSF RI. Can you open an issue in the JSF RI issue tracker? The problem is that the JSF RI assumes that the first element of the value list/array of the UISelectMany is the type of the entire list, thus causing the coercion to fail later on. The problema

[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread behmen
| ... | generates the class UserT.java and not User.java is this a bug in seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118622#4118622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118622 _

[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread behmen
generates the class UserT.java and not User.java is this a bug in seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118621#4118621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118621 ___

[jboss-user] [JBoss Seam] - seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread behmen
... generates the class UserT.java and not User.java is this a bug in seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118620#4118620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118620 _

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Code Completion suddenly disapear

2008-01-10 Thread graben
Hi, eclipse.buildId=M20071023-1652 java.version=1.6.0_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch x86 Error Thu Jan 10 11:47:44 CET 2008 Contributor org.jboss.tools.seam.ui.views.SeamComponent

[jboss-user] [JCA/JBoss] - Read-only connection configuration

2008-01-10 Thread cdcienses
Hi! I'm installing an application and I'm getting an error because it doesn't admint read-only connection... I'm trying to configure read-only connection but I don't know where... Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118618#4118618 Rep

[jboss-user] [JBoss jBPM] - Re: JBPM vs Enhydra Shark

2008-01-10 Thread agattung
Hi JBarrez, are you any further in your comparison? I am also interested in whether there exists such a comparison. Thanks, Armin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118617#4118617 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Veto Page Flow

2008-01-10 Thread tom_goring
Hi, Is there a way to veto the transition in a page flow... e.g. in the case of some business rule failure ? E.g. the bean wizard.saveStuff adds a bunch of faces messages and returns to indicate a fail. | .. | | | | | | | | In spring webflow you can define

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Code Completion suddenly disapear

2008-01-10 Thread [EMAIL PROTECTED]
anything in the error log ? code completion where exactly ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118607#4118607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118607

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread timfox
"bodrin" wrote : | | Don't you think that when I configure the ClusterConnectionFactory to not load-balance it should use only the local node - the one to which I have a connecttion already? | | if you set supportsLoadBalancing to false on the ConnectionFactory then all connections

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread bodrin
Ok. But here http://labs.jboss.com/jbossmessaging/ you say that : | ... | JBoss MQ is currently in bug fix mode only, and all new messaging development is channelled towards JBoss Messaging. | ... | ... and ... | ... | The goal of JBM 2.0 is simple and uncompromising- to be the fast

[jboss-user] [JBoss Tools (users)] - JBoss Tools Code Completion suddenly disapear

2008-01-10 Thread graben
Sometimes I have the problem that the code completion functionality suddenly disapear. Most times the Seam Components view doesn't work either, but I don't know if this occurences are connected. I'm using latest Eclipse 3.3.1.1 with Tools 2.0GA. I did not have that probs with 2.0CR1. Is their a

[jboss-user] [JBoss Seam] - Re: Seam Mail loads libraries every time I send a mail

2008-01-10 Thread [EMAIL PROTECTED]
AFAIK its a problem with the jdk -> log4j adaptor in JBoss AS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118598#4118598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118598

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread [EMAIL PROTECTED]
Ok, let me know if you can tell me how to reproduce and I can take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118597#4118597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118597

[jboss-user] [JBoss Seam] - Re: Seam Mail loads libraries every time I send a mail

2008-01-10 Thread [EMAIL PROTECTED]
This Facelets log output (and how it is logged as ERROR) should have been fixed a year ago, I remember reporting it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118596#4118596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
Hello, I don't know yet how to reproduce, specifically the second one. But I'm working on that :). I suppose the issue must be linked somehow to the jar, that is placed outside of the ear (which is supposed to hold the interfaces and model classes, which are used by other apps). The deserial

[jboss-user] [JBoss Seam] - Re: Seam Mail loads libraries every time I send a mail

2008-01-10 Thread piotr.walczyszyn
I know that this is just a workaround but you can use filter in your log4j configuration that helps ;) | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Easiest way to disable UrlRewrite in Seam examples?

2008-01-10 Thread david.spark
Unfortunately that didn't work, I get the error: java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.wiki.core.ui.WikiUrlRewriteFilter.disabled I also tried removing the line from build.xml but when I do this there's no errors starting the server but I get an Error 404 wh

[jboss-user] [JBoss Portal] - Forwarding specific URL to different jBoss portals instances

2008-01-10 Thread jvence
Is there anyway to customize jboss portal to forward different URLs to specific subportals. The idea is to create different websites (portals) all running on the same instance of jboss Portal. So mysite1.com would point to portal named: mysite1 and mysite2.com would point to portal mysite2. Th

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread [EMAIL PROTECTED]
Can you give me steps to reproduce? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118583#4118583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118583 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread timfox
"bodrin" wrote : I want to setup something like a master-slave cluster - all jms clients (external) using only the master node and switch to the slave only if the master is down. If you want a JBoss MQ style approach where only one node is active at any one time, you can deploy JBM as a HA Sing

[jboss-user] [JBoss Seam] - Re: Seam WebService with custom soap:address location

2008-01-10 Thread marius.oancea
Yes, already asked but no good answer yet : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118579#4118579 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118581#4118581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
Hello, The same happens with the EJB3 timer service (however Quartz is better, as the EJB3 timers, if they have an interval, don't stop when the application is undeployed, even after an AS restart :) ). I think there are really two problems: 1. On every timer interval, I get a "Caused by: org.

[jboss-user] [JBossWS] - Re: Changing of soap:address location

2008-01-10 Thread marius.oancea
The only solution I found is to: 1. Modify \jboss-4.2.1.GA\server\default\deploy\jbossws.sar\jbossws.beans\META-INF\jboss-beans.xml so that false 2. Use wsdlLocation in WebService anotation Take care, if abc is not existing, jboss will still replace abc with the ${jboss.bind.address}. http

[jboss-user] [JBoss Seam] - Re: Easiest way to disable UrlRewrite in Seam examples?

2008-01-10 Thread [EMAIL PROTECTED]
Try disabling it using | | logLevelWARN | statusEnabledfalse | | true | But no guarantee the wiki will still work... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118578#4118578 Reply to t

[jboss-user] [JBoss jBPM] - forms in jpdl

2008-01-10 Thread Pebbels
Hi guys, I have a question regarding forms in jpdl: I am using jbpm jpdl suite 3.2.2 Eclipse 3.3.1.1 (EE) JBoss Tools 2.0.0.GA ALL When creating the sample process simple I get the xml-files and the jpg but after deploying the process and starting it I can not see anything. When creating forms

[jboss-user] [JBoss Seam] - Re: Easiest way to disable UrlRewrite in Seam examples?

2008-01-10 Thread david.spark
For the Wiki example there's no UrlRewriteFilter section in web.xml, but there was something in Components.xml. I tried removing the following code from Components.xml: | | logLevelWARN | statusEnabledfalse | | But then when I tried t

[jboss-user] [JBoss Tools (users)] - Re: Error in components.xml file after using Seam Web Projec

2008-01-10 Thread [EMAIL PROTECTED]
weird. is the file actually duplicated in the classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118571#4118571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118571 _

[jboss-user] [JBoss jBPM] - Re: logging jboss web console problem

2008-01-10 Thread rodosa
| 19:46:56,440 ERROR [STDERR] 09-ene-2008 19:46:56 com.sun.faces.lifecycle.ELResol | verInitPhaseListener populateFacesELResolverForJsp | INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP c | ontainer. | 19:46:56,659 ERROR [STDERR] 09-ene-2008 19:46:56 com

[jboss-user] [JBoss Tools (users)] - Re: MyEclipse & JBoss Tools

2008-01-10 Thread [EMAIL PROTECTED]
Since it says WTP is MYECLIPSE INCOMPATIBLE I can't see how we can fix it. If someone knows and can contribute a patch so it will work in standard eclipse and MyEclipse then put them in jira and we will investigate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

<    1   2   3   >