[jboss-user] [JBoss Portal] - Re: Getting user and group information from withing a portle

2007-03-22 Thread bvogt
The information provided by RenderRequest.getRemoteUser is unique too, so if you just intend to identify related data, why not using this? Of course, it's not a number but this shouldn't matter. Burkhard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030950#

[jboss-user] [JBoss Seam] - Re: pageflow annotation and pages.xml

2007-03-22 Thread [EMAIL PROTECTED]
Dunno, looks very strange. Use your debugger to figure out why the pageflow does not begin in ConversationInterceptor.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030949#4030949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: Exceptions on Seam CVS20070322

2007-03-22 Thread [EMAIL PROTECTED]
Oh, I'm sorry, that's NoSuchMethodError, of course. The cause of this one is an incompatibility b/w Seam 1.2 and icefaces. It's our fault, I actually had been warned that icefaces is using that method of our internal APIs and there is a comment in the code. However, we broke it by this commit:

[jboss-user] [JBoss Seam] - Re: Exceptions on Seam CVS20070322

2007-03-22 Thread [EMAIL PROTECTED]
java.lang.NoSuchMethodException always means that you have incompatible jars floating around. Probably two copies of jboss-seam.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030947#4030947 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - java.lang.IllegalArgumentException: Invalid property name 'd

2007-03-22 Thread jagdish.nasit
Hi, We have a small application developed with struts. Its working fine locally in my machine. But when I deploy in test/development server i am getting error 2007-03-22 20:30:21,906 ERROR [org.apache.struts.util.RequestUtils] Error creating form bean of class org.apache.struts.validator.DynaVa

[jboss-user] [JBoss Seam] - Re: use Seam to respond with bytes (not XML) ?

2007-03-22 Thread baz
I have done it like in this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=103039 But the wiki page is quite pretty. So i will give it a try. Peter, any chance that we get the Resource class into seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: configurable Skinning with Richfaces

2007-03-22 Thread baz
i tke it back. Where to fast. Will investigate thre wiki example. But i am interestetd why the mentioned error occurs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030943#4030943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: configurable Skinning with Richfaces

2007-03-22 Thread baz
Which wiki example do you mean? The seam one does not use richfaces and i have to skin richfaces components. Hence i have to set the parameter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030941#4030941 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Portal] - JBoss portal deployment in a load balanced environment

2007-03-22 Thread jyotir
Hi The scenario we have is that JBOss portal runs of two web servers which are load balanced. The problem happens if a user session is active on one of the server it changes file now this is not reflected in the other server. We have used rsync to replicate the file contents between the serve

[jboss-user] [JBossWS] - Re: dynamic clients for JBossWS/JAX-WS endpoints

2007-03-22 Thread mreis
Hi, isn't @WebServiceProvider something that acts on the server side, that receives SOAP (or XML/HTTP in the case of RESTful services) messages, does something with the incoming message (and probably returns a result as a SOAP or XML/HTTP message)? I thought that I wouldn't have to bother abo

[jboss-user] [JBossWS] - Re: ClassCastException - jaxws webservice in jboss1.2.0

2007-03-22 Thread santhoshitha
buddy, thanks a lot. i dint quite figure what the exception was though. the classpath contained some proprietary jars needed for my custom class, which i later moved into the war. my service is deployed successfully now. thanks again, San View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Messaging] - Jboss Messaging - Warning Message on Transaction isolation d

2007-03-22 Thread Craig2007
Hi Everybody I am using JBoss4.0.4.GA and JBoss Messaging (jboss-messaging-1.0.1.GA) and MySql (mysql-5.0.22-win32) .I did all the modification that needs to be there for proper working JBoss Messaging Server with Jboss AS. When i start my application server with the option run -c messaging I

[jboss-user] [Messaging, JMS & JBossMQ] - import org.jboss.mq.server.jmx.Queue

2007-03-22 Thread milind.uc
I want to monitor the queue I have the application server of Jboss 4.0.0 + versions and I want to show the status of queue that is how many transactions are pending , how many scheduled, how many recived by reciver . I know it is possible by the JMX getDepth() but I am not abl to used it as

[jboss-user] [JCA/JBoss] - Re: casting exception in datasource lookup

2007-03-22 Thread arijit_2404
thank you. that solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030928#4030928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030928 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - seam-gen error

2007-03-22 Thread javalover75
Running seam-gen generate-entities command (just built from CVS) I am experiencing the error below. After searching the form and Jira a similiar error has appeared and it was suggested by Gavin that old jars are somewhere. I have verified this is not the case. If I can provide any additional

[jboss-user] [Remoting] - Re: Concurrent invoke calls

2007-03-22 Thread [EMAIL PROTECTED]
The intention is that Remoting is thread safe from the call to Client.invoke() through the return of a response. In the middle, though, is a call to the ServerInvocationHandler, where thread safety is the responsibility of the application. View the original post : http://www.jboss.com/index.h

[jboss-user] [Clustering/JBoss] - Problem with Topics and Clustering.

2007-03-22 Thread AUTOMATON
Hi All, I have 2 PCs running in a cluster successfully. However, one of my web apps needs its own topics/queues. All topics/queues that I have made entries for are successfully bound to their jndi names, but only if ONE of the JBoss instances is started in the cluster. If I try to start JBoss on

[jboss-user] [JBoss Seam] - Re: pageflow annotation and pages.xml

2007-03-22 Thread awheeler
The seam documentation states in section 7.2.2: anonymous wrote : | If we are beginning the pageflow during the RENDER_RESPONSE phase?during a @Factory or @Create method, for example?we consider ourselves to be already at the page being rendered, and use a node as the first node in the pa

[jboss-user] [Management, JMX/JBoss] - Run a task the 1st of the month?

2007-03-22 Thread SmokingAPipe
Is there any way to do this within JBoss, ie, to have a task that runs on some specific day of the month? I can see in the scheduler documentation (http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch10.html#ch10.sched) that I could have it call a method every 24 hours, for example, so an easy

[jboss-user] [JBoss Seam] - Exceptions on Seam CVS20070322

2007-03-22 Thread gus888
Hi there, When I moved to Seam Seam CVS20070315 and Seam CVS20070322 from Seam CVS20070305, I always got the following "NoSuchMethodException" exception:2007-03-22 22:14:13,609 ERROR [com.icesoft.util.SeamUtilities] Exception loading seam environment: | java.lang.NoSuchMethodException: org.

[jboss-user] [JBoss Portal] - NavigationPortlet Injection in JBoss Portal 2.6

2007-03-22 Thread apemberton
In JBoss Portal 2.4, the NavigationPortlet instance was added manually to each portal page. Has this changed for Portal 2.6? I don't see the NavigationPortlet instance in the page layout interface. It appears as though the navigation portlet is injected into the entire portal, but I am unable

[jboss-user] [JBoss Seam] - Re: pageflow annotation and pages.xml

2007-03-22 Thread [EMAIL PROTECTED]
Use , not . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030915#4030915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030915 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [Security & JAAS/JBoss] - Autologin Form Based Authentication with Cookie

2007-03-22 Thread srockny05
Has anybody been able to get an autologin feature to work? This seems on the surface such a simple issue, but cannot find the answer anywhere. I have FORM based authentication configured with a login page. There are a few problems when I try to auto login with a cookie. First, I can only suppl

[jboss-user] [JBoss jBPM] - Re: Which tag version at CVS server does match the release j

2007-03-22 Thread lifesting
Thanks the two pretty guys above, I have downloaded the whole project with tag 3.2 and built it using Ant successfully. Debugging is delicious! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030913#4030913 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [Remoting] - Re: Cannot connect to socket on Fedora Core 6

2007-03-22 Thread [EMAIL PROTECTED]
Hi Rob, Maybe we need 2n + 4 eyes, n > 0, cause I don't see a problem either. CannotConnectException wraps the root cause, which you could retrieve with getCause(). You want to try that and let us know what it says? Maybe print the stack trace, also. Just a thought. Thanks. View the orig

[jboss-user] [Remoting] - Re: Not able to subscribe to a temporary topic

2007-03-22 Thread [EMAIL PROTECTED]
I think you'd get better results posting this question to the Seam users forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030906#4030906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030906

[jboss-user] [Remoting] - Re: Error during remote request

2007-03-22 Thread [EMAIL PROTECTED]
It looks like a Seam problem, doesn't it? Speaking purely for myself, I don't know enough about Seam to comment. But you might want to post the question in the Seam users forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030905#4030905 Reply to the pos

[jboss-user] [JBoss Seam] - Re: use Seam to respond with bytes (not XML) ?

2007-03-22 Thread [EMAIL PROTECTED]
Are you sure that page is current? What is in CVS now doesn't work anything like that. Am I missing something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030903#4030903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss jBPM] - Exception when completing a task in websale example

2007-03-22 Thread khamburg
I downloaded jbpm-jpdl-3.2.GA and installed the jbmp-console.war on Tomcat. I deployed the websale example process. I was able to log in to the console, initiate a new process instance, and move it through states until I got to "evaluate web order". When I clicked OK to advance to the fork node,

[jboss-user] [JBoss Seam] - How to show both image and text on a button?

2007-03-22 Thread anarinsky
I need to create a button that shows both text and image. I found that if I use s:button then after image specification the text does not show up. For a particular button based on id I can write a stylesheet similar to (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100199).

[jboss-user] [JBoss Seam] - pageflow annotation and pages.xml

2007-03-22 Thread awheeler
I am using seam 1.20. I have a problem starting a pageflow: If I use the pageflow property of the @Begin annotation the pageflow will not start and subsequently will not move from the first page. e.g: | Pageflow | | | | | | | @Create @Begin(flushMode=FlushMod

[jboss-user] [JBoss Seam] - Re: Please, help to find optimal strategy for multiple itera

2007-03-22 Thread anarinsky
Thanks. Is it better (less complicated) than adding an additional @Transient method returning the List to the entity bean? I still need to sort the collection ? how can I do this with this approach? Still, is it better to use a session bean or work only with entity beans? View the origi

[jboss-user] [Remoting] - Re: Connection Problem with Release 2.2.0

2007-03-22 Thread [EMAIL PROTECTED]
Hi Claudia, This feels like a bug, though I'm not sure what the problem is. One thing I see is that the IOException catch clause in MultiplexServerInvoker.run() shuts down the thread if it gets a "socket closed" message. The point is to quit if the *server socket* has closed, but it looks lik

[jboss-user] [JBoss jBPM] - Re: Which tag version at CVS server does match the release j

2007-03-22 Thread zipwow
To answer my own question: run the ant get.dependencies, then point jbpm_repo at the resutling ${user.home}/jbpm/repository directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030891#4030891 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: Please, help to find optimal strategy for multiple itera

2007-03-22 Thread petemuir
Use this to create a list backed with the set http://jroller.com/page/pmuir?entry=using_sets_in_jsf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030887#4030887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030887 __

[jboss-user] [JBoss Seam] - Re: use Seam to respond with bytes (not XML) ?

2007-03-22 Thread petemuir
Take a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamResourceLoader for how to do this from an action method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030885#4030885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Please, help to find optimal strategy for multiple iteration

2007-03-22 Thread anarinsky
For the sake of simplicity my database contains 2 tables ? containers and fruits. I need to show a report that contains a list of fruits for every container So, on my report page I have to iterate through the list of containers and for every container show the list of fruits I generated the

[jboss-user] [JCA/JBoss] - Re: Jboss 4.2.0CR1 -

2007-03-22 Thread [EMAIL PROTECTED]
This issue is caused by multiple LRCO resources being enlisted in the transaction. This is explicitly forbidden in the current TS codebase as it is transactionally unsound. More information on http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030881#4030881 View the original post : h

[jboss-user] [JCA/JBoss] - Datasource failover, sudden disconnection not working

2007-03-22 Thread sebastianlacuesta
I have a problem using datasource failover with MySQL. My setup is JBoss at host A, and mysql in host B, replicated in host A. I have followed the instructions in JBossJCADatabaseFailover. When I stop mysql at machine B with /etc/init.d/mysql stopfailover works flawlessly, but if I disconnect B'

[jboss-user] [Microcontainer] - Re: ServiceMBeanSupport in the Microcontainer world

2007-03-22 Thread genman
Having referred to the examples, there doesn't seem to be a very straightforward way to install MBeans, ala Spring's framework, which isn't very easy to read. | | | | | | | | | | | | | | | | | | |

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

2007-03-22 Thread petemuir
Mike, that sounds unrelated to this problem (this was due to Hibernate lazy association proxies). If it's a Seam proxy, you can call org.jboss.seam.util.Proxy.deproxy(clazz) to get it's original class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030872#40

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Message Cache configuration problem

2007-03-22 Thread vitor_b
Hello Thank you very much for your replies. I need only a small confirmation. That all means that: 1. Non persisted messages are stored in the same persistent storage like messages marked as persistent, when cache manager is out of memory 2. Messages marked as persistent can be both: in memory

[jboss-user] [JBoss Portal] - Re: portal cms and oracle db error

2007-03-22 Thread [EMAIL PROTECTED]
Davide- This issue has been resolved. See this task for details:http://jira.jboss.com/jira/browse/JBPORTAL-983 What version of JBoss Portal are you running. Its been fixed in 2.6Beta1 and 2.4.2 final. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss jBPM] - Re: Which tag version at CVS server does match the release j

2007-03-22 Thread zipwow
Related question: The anoncvs jbpm.3 head references a classpath variable JBPM_REPO. Is there a separate project that I should check out that has these libraries? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030861#4030861 Reply to the post : http://www.

[jboss-user] [JBossCache] - Re: JDBCCacheLoader config

2007-03-22 Thread rocken7
Ok it does actually start filling in the Node values after a while ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030859#4030859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030859 ___

[jboss-user] [JBossCache] - Re: JDBCCacheLoader config

2007-03-22 Thread rocken7
And why do I get tons of these statements? 16:11:38,291 INFO [OptimisticNodeInterceptor] Cannot Handle Method _put(GlobalTransaction::329, /com/foo/ads/model/ChannelBean/com.foo.ads.model.ChannelBean#1589, item, CacheEntry(com.foo.ads.model.ChannelBean)[1589,Foo Fusic,2007-02-18 15:35:47.0,48

[jboss-user] [JBoss Seam] - Re: IceFaces TabPane

2007-03-22 Thread [EMAIL PROTECTED]
You might try asking in the icefaces Seam forums. They are quite helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030854#4030854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030854 _

[jboss-user] [JBoss Portal] - Re: Securing Portlet Modes

2007-03-22 Thread Antoine_h
By rendering class, it means : the class that is in charge of the rendering, like divRendering. you may also look at the LayoutStragegy (I think this is the exact name of the class). in 2.4.1 PS1 there is this added feature : * [JBPORTAL-823] - Access to Portlet Action Request in LayoutStragegy

[jboss-user] [JBoss Portal] - Re: Getting user and group information from withing a portle

2007-03-22 Thread kreilly
Hi Peter, Thanks for the reply. Unfortunately, RenderRequest.getRemoteUser and RenderRequest.getUserPrinciple wont do the job. I need the user's ID so I can look up information tied to that user (such as orders). I'm comfortable using JBossPortlet, but I was hoping there was a better way th

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to map a java double type in hibernate to oracle NUMBER?

2007-03-22 Thread yangju
Sorry I have to repost this question as I forgot to include a title for the previous one. I have struggled for days getting a java.lang.Double filed mapped to oracle NUMBER type with precision 4 and scale 1. I tried this: and and And over two dozen combinations. None worked. Does this

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate mapping of java double type to oracle NUMBER

2007-03-22 Thread yangju
Sorry forgot to type the subject View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030837#4030837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030837 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: use Seam to respond with bytes (not XML) ?

2007-03-22 Thread [EMAIL PROTECTED]
Unfortunately, facelets doesn't allow returning binary data. Everything in Seam that returns binary data uses either a servlet or a phase listener to return the results. This is definitely something I'd like to see fixed in facelets so that we can do this. View the original post : http://www

[jboss-user] [JBossWS] - Re: charset encoding problem with the jsr181pojo sample : ec

2007-03-22 Thread centecbertl
I did a "hot fix" to add the system property | "file.encoding=UTF-8" | to the jvm running JBossWS, thus changing the default file !? encoding of the complete jboss installation. Afterwards UTF-8 handling worked as expected (before that jbossws 1.2 used the default file encoding of t

[jboss-user] [Installation, Configuration & Deployment] - JBOSS and CASTOR

2007-03-22 Thread praveenjani
Hi All, I have question about using castor with JBoss. Plese forgive me this is not the correct forum. I recently upgraded from Castor 0.9.x to Castor 1.0.5. We are using JBoss 3.x right now that comes bundled with SNMP adapter. Now this adapter is using OLD (0.9.x) castor and therefore sp

[jboss-user] [JBoss jBPM] - Re: deployment in JBoss

2007-03-22 Thread perrylucas
Continual Improvement is one of the main benefits you achieve by having a BPM, right? So, I'd say that the deployment and redeployment of process definitions should be encouraged in production, not just during development! View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - Scheduled TaskInstances within a ProcessInstance?

2007-03-22 Thread perrylucas
Our company is considering JBPM as a replacement for our current workflow management software (built in-house), but it seems to be missing a vital piece! Here's the scenario: We need to assign several stateful properties, including Estimated Man Hours, Actual Man Hours, Due Date, etc to our Ta

[jboss-user] [JBossWS] - Re: ClassCastException - jaxws webservice in jboss1.2.0

2007-03-22 Thread centecbertl
Some steps I't try to make: 1. check that you are running jboss with jdk 1.5 (sun) 2. check that your system classpath is empty when starting jboss (make sure that no non jboss jabxb, jaxws, classes are found 3. check that the endorsed dirs in jdk are not ... see 2. 4. check whet

[jboss-user] [JBoss jBPM] - Enable / Disable specific log entry types ?

2007-03-22 Thread michaelholtzman
Greetings. Is it possible to control which log types are actually written to the log table? For example, can I turn off "variable update" log entries and keep all the other log entry types ?? Thanx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030818#40308

[jboss-user] [JBoss Seam] - Re: Using convertEntity and still getting

2007-03-22 Thread ector7280
One more thing. The version I checked out from cvs does not contain a convertEntity tag. Is the path in the wiki correct? cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030816#4030816 Reply to t

[jboss-user] [JBossCache] - Re: problem when attribute UseReplQueue is true...

2007-03-22 Thread [EMAIL PROTECTED]
This could be related to http://jira.jboss.com/jira/browse/JBCACHE-1012. Perhaps in earlier releases that led to an NPE? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030813#4030813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: IceFaces new dev build is out & example seam app.

2007-03-22 Thread [EMAIL PROTECTED]
The slighly bad news is that it's not reccomneded yet to run on 1.2 as something chnaged in Seam for the 1.2 fix. They hope to have this fixed for the 1.6 Final (due ???) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030811#4030811 Reply to the post : htt

[jboss-user] [EJB 3.0] - Re: EJB3 Transaction with Oracle 10g XE

2007-03-22 Thread abhinav19
This is the stack trace 22:33:06,403 INFO [STDOUT] Hibernate: select hibernate_sequence.nextval from dual | | 22:33:07,336 INFO [STDOUT] Hibernate: select hibernate_sequence.nextval from dual | | 22:33:07,531 INFO [STDOUT] Hibernate: insert into tusr (USR_LGN_ID, USR_ROLE_ID, LST_LGN

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-22 Thread dward
So your ClassCastException is different from your original NameNotFoundException. The NameNotFoundException was caused by looking up a jndi name that was not bound. It seems like a common thing for people who are used to weblogic to bind beans into jndi with the fully qualified package name of

[jboss-user] [Remoting] - Re: timeout specification

2007-03-22 Thread [EMAIL PROTECTED]
I just did an experiment in which I set the client's timeout to 1 second and pulled the ethernet plug out of the server machine. I'm using the socket transport, by the way. It took 30 seconds to get a timeout exception. What's happening is that the socket client invoker tries multiple times (

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss IDE beta3

2007-03-22 Thread [EMAIL PROTECTED]
http://jboss.com/partners/exadel#jbosside And yes, we are focusing on Exadel work at the moment. /max View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030800#4030800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=403080

[jboss-user] [JBossCache] - Re: java.lang.IllegalStateException: there is already a writ

2007-03-22 Thread [EMAIL PROTECTED]
Have you tried the teast case attached in JBCACHE-740? (You may need tomodify this a bit since 740 was contributed by someone using JOTM) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030799#4030799 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBossCache] - Re: TimeoutException on next access after eviction

2007-03-22 Thread kevinstembridge
Hi Manik, Thanks for the info, I'll give the latest distro a try and let you know how it goes. Cheers, Kevin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030798#4030798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBossCache] - Re: JDBCCacheLoader config

2007-03-22 Thread [EMAIL PROTECTED]
Umm - does this explain why? :-) |true | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030797#4030797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030797

[jboss-user] [JBossCache] - Re: jboss asynchronous cache replication - when it's finishe

2007-03-22 Thread [EMAIL PROTECTED]
ExtendedTreeCacheListener has methods that pass in an 'isLocal' flag so you see notifications from remote nodes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030796#4030796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBossCache] - Re: TimeoutException on next access after eviction

2007-03-22 Thread [EMAIL PROTECTED]
See JBCACHE-794. Eviction lock acquisistion timeouts should be forced to 0, since if a node is locked, it shouldn't be evicted! :-) Pls try the latest JBoss Cache 1.4.x series distro. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030794#4030794 Reply to t

[jboss-user] [JBoss Seam] - Re: not recognized in seam 1.2.0 patch1

2007-03-22 Thread juangiovanolli
oh, i get the problem. a friend extend a class from htmllink. and that's the reason because i get that exception when i move seam-ui to /web-inf/lib. Are there any configuration for get that my classes can extend from classes located in jars, located in /web-inf/lib i suppose yes. Thanks all

[jboss-user] [JBoss Seam] - Re: Using convertEntity and still getting

2007-03-22 Thread ector7280
Apparently that was just a problem with eclipse. Everything got built but, it appears to be incompatible with icefaces 1.5.3. It's throwing this exception: 15:17:35,439 ERROR [SeamUtilities] Exception loading seam environment: | java.lang.NoSuchMethodException: org.jboss.seam.core.Manager.encod

[jboss-user] [JBossWS] - How to retrieve my WebServices' URLs?

2007-03-22 Thread yurimorais
Hello folks, I'm using EJB 3 with JBoss 4. How can I retrieve dinamically the WebServices' URLs that are running in my container (JBoss) ? I would like that when the component were deployed, I could retrieve its URL and persist it. Any idea? Thanks, Yuri View the original post : http://www.jbo

[jboss-user] [JBoss Seam] - use Seam to respond with bytes (not XML) ?

2007-03-22 Thread codelion
Sure, I could do it with a Servlet. But then I'd have to figure out how to do everything else from a servlet that I already know how to do with .seam, .xhtml, .page.xml, security, exceptions, etc. I have a byte array in the property of a component. Obviously accessible from within an action.

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

2007-03-22 Thread yangju
I have struggled for days getting a java.lang.Double filed mapped to oracle NUMBER type with precision 4 and scale 1. I tried this: and and And over two dozen combinations. None worked. Does this validation have anything to do with jdbc driver? My d

[jboss-user] [Remoting] - Re: Swing Client problem

2007-03-22 Thread [EMAIL PROTECTED]
Is com.acme.model.persistence.Product included on the client classpath (i.e. within appClient.jar)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030785#4030785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030785 __

[jboss-user] [Remoting] - Re: Timeout parameter - can I specify timeout per request?

2007-03-22 Thread [EMAIL PROTECTED]
What should happen (at least with 2.2.0 code) is when a server is killed while processing a client invocatoin, the client will get a connection reset exception (is a SocketException that is actually thrown internally). Internally, remoting client catches that SocketException and re-tries the i

[jboss-user] [JBossCache] - Re: jboss asynchronous cache replication - when it's finishe

2007-03-22 Thread nachos
No, i created simple listener which implements TreeCacheListener. -- Maciej Borecki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030782#4030782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030782 __

[jboss-user] [Installation, Configuration & Deployment] - Re: Making the application as default

2007-03-22 Thread niranjanshetty
Deleting the ROOT.war directory and renaming the custom app to ROOT.war didnt help either. Not able to understand where things are going wrong. There is no exception in the server startup. But a page not found appears when http://localhost:8080/ is accessed. No redirection occurring as such .The

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

2007-03-22 Thread quilleashm
I've just had a similar problem. I have a value binding on a selectOneMenu to a hibernate nested object. I use a converter to convert a hibernate entity to class + id string and back again. During the rendering of the menu item the JSF renderer tries to match the current selected value to one

[jboss-user] [JBoss Seam] - Re: not recognized in seam 1.2.0 patch1

2007-03-22 Thread juangiovanolli
ooohhjeejejjeje. now i understand! i should create a project with seam -gen seam to get an example of how libraries should be located. Sorry guys. this week isn't my best week Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: not recognized in seam 1.2.0 patch1

2007-03-22 Thread stu2
Whether you use the seam-gen structure is up to you. But generating a throw away project takes a minute, and will show you exactly where everything has to go. I'm having trouble imagining reasons why you can't do this. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-22 Thread kukeltje
guys, what about jbpm being able to store a view-id in the processdefinition with a task? Currently jbpm has some forms.xml file which does kind of what is described here in the pages.xml. Besides that, afaik, jBPM 3.2 already is able to do something like autostart. I'll look into that tomorro

[jboss-user] [JBoss jBPM] - Re: deployment in JBoss

2007-03-22 Thread [EMAIL PROTECTED]
"kukeltje" wrote : Yep, sounds cool. afaik, there even is a jira issue for this and some discussion, see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77743&postdays=0&postorder=asc&start=0 | | Some things to keep in mind or explicitly rule out in the docs: | - whitespace does

[jboss-user] [JBoss Seam] - Re: configurable Skinning with Richfaces

2007-03-22 Thread stu2
You might take a look at the wiki example app. They use a fairly clever way of skinning which I've now adopted. You basically expose a bean with constants and reference that from the pages. It's then simple to specify new sets of files for your theme, which in the wiki example also includes t

[jboss-user] [JBoss Eclipse IDE (users)] - jboss IDE beta3

2007-03-22 Thread robinemig
What is the status of beta3? It is going to be postponed until the exadel merge in the summer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030776#4030776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030776 ___

[jboss-user] [JBossCache] - Re: jboss asynchronous cache replication - when it's finishe

2007-03-22 Thread [EMAIL PROTECTED]
If you used 1.x, did you create an ExtendedTreeCacheListener? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030769#4030769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030769 _

[jboss-user] [Beginners Corner] - Re: Config Value ${jboss.bind.address}. Where is it set?

2007-03-22 Thread genman
It's usually not defined by default. You set it using a -Djboss.build.address=xyz if you want to set it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030772#4030772 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40307

[jboss-user] [JBoss Seam] - Re: A Seam example with RichFaces?

2007-03-22 Thread stu2
"[EMAIL PROTECTED]" wrote : Hello, | I think it is useful to have an example of using Seam with richfaces. In particular with drag and drop features. | I have some problem with this and the RichFaces people didn't give me a solution. The richfaces example works... but i use | Seam+Facelet+R

[jboss-user] [JNDI/Naming/Network] - problems with the dependences

2007-03-22 Thread da-romer
Hi everyone. I have a problem with the dependence of my SAR. When the jboss is running and I make deploy of my SAR, the application works without any problem. But when I stop the jboss and I put it to run again alway appear an javax.naming.NameNotFoundException associated with the datasource t

[jboss-user] [JBossWS] - Re: Problem consuming web services

2007-03-22 Thread PeterJ
I have a simple web service that does not look much different from yours, and I can access it from C# just fine. (using JBoss AS 4.0.5 w. EJB3 and JBoss WS 1.2) What is in your war file? Did you, by any chance, pack any jar files into the war file? View the original post : http://www.jboss.com

[jboss-user] [JBoss AOP] - Re: Getting an Object in Interceptor

2007-03-22 Thread [EMAIL PROTECTED]
| execution(fully.qualified.IEntity fully.qualified.EntityFactory->getEntiy(fully.qualified.Message)) | or something picking out all methods returning IEntity | execution(fully.qualified.IEntity *->*(..)) | The tutorial that comes with the download has more examples View the origin

[jboss-user] [JBossCache] - Re: jboss asynchronous cache replication - when it's finishe

2007-03-22 Thread [EMAIL PROTECTED]
What version of JBossCache do you use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030762#4030762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030762 ___ jboss-user maili

[jboss-user] [JBossCache] - Re: problem when attribute UseReplQueue is true...

2007-03-22 Thread [EMAIL PROTECTED]
Hi, Could you post more logging (trace level) that leads up to this exception? Have you tried newer versions of JBoss Cache? Cheers, Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030761#4030761 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [EJB 3.0] - Embedded EJB3 and AOP -- can I get loadtime weaving?

2007-03-22 Thread hindog
Hi, I am trying to apply my AOP aspects to an embedded EJB3 test -- when I do that, I get the following error: Exception in thread "main" java.lang.ExceptionInInitializerError at com.edicorp.EJB3Test.main(EJB3Test.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met

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

2007-03-22 Thread dustismo
I attached simple setup to the jira item. Hopefully you will be able to replicate the problem. If you need anything else let me know. Thanks, Dustin http://jira.jboss.com/jira/browse/JBSEAM-1057 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030757#4030757

[jboss-user] [JBoss jBPM] - run graphical process designer (GPD)???

2007-03-22 Thread jbmp user
Hi all!! In my new application, I don't use started kit of jbpm, I only use jbpm-3.1.3. For create my new application in Eclipse, I run New -> Project -> Web -> Dynamic Web Project. But for install the graphical process designer like a plugin of Eclipse, I must run New -> Project -> JBoss jBPM

[jboss-user] [JBossCache] - Re: TreeCache problem killing nodes

2007-03-22 Thread [EMAIL PROTECTED]
Have you tested multicast on the networks using one of the JGroups demo programs? (See docs on www.jgroups.org for troubleshooting to make sure the JGroups channels on each node can see the cluster) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030755#40307

[jboss-user] [JBoss AOP] - Getting an Object in Interceptor

2007-03-22 Thread kumar_iitm
Hi, I'm new to JBoss AOP and I'm struck in mid of development. I want to intercept a call in a method and I need the object returned by the call to be used in Interceptor. Basically I'm trying to use JAMON to monitor tha application and want to intercept these calls with JBoss AOP. public void

[jboss-user] [JBoss Seam] - Re: A Seam example with RichFaces?

2007-03-22 Thread [EMAIL PROTECTED]
seam-gen will generate a richfaces-enabled app, but it doesn't make use of drag and drop. I don't know which examples will be updated for Richfaces in 1.2.1, but you can expect to see more and more Richfaces in them over time. View the original post : http://www.jboss.com/index.html?module=b

  1   2   3   >