[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-17 Thread grdzeli_kaci
wolfc wrote : Please try the following: | hello wolfc, i did what you say, but on flush i got this error : | 10:08:19,946 ERROR [STDERR] javax.persistence.TransactionRequiredException: no transaction is in progress | 10:08:19,947 ERROR [STDERR] at

[jboss-user] [JCA/JBoss] - Re: JNDI and datasource

2007-08-17 Thread vickyk
zhlu wrote : | | jboss-web | resource-ref | res-ref-namemcv_test/res-ref-name | jndi-namejava:mcv_test/jndi-name | /resource-ref | /jboss-web | | Don't keep the res-ref-name as same as the jndi-name bind name . It will work . View the original post :

[jboss-user] [JCA/JBoss] - Re: jboss-web.xml and web.xml

2007-08-17 Thread vickyk
Avoid posting wrong question here .. save our time then only we can help you :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075081#4075081 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075081

[jboss-user] [JBoss Seam] - Re: Seam/hibernate search

2007-08-17 Thread [EMAIL PROTECTED]
This problem is exactly why we should over a new abstraction on the Lucene criterion API: It is either too fine grained or too coarse grained. Emmanuel opted for the course grained QueryParser in the dvdstore because building it manually from the little API pieces (like I did in the wiki) is a

[jboss-user] [JBoss Tools (users)] - Re: Seam Facet and tomcat runtime

2007-08-17 Thread [EMAIL PROTECTED]
define hotdeploy ? wtp has a feature of automatic deployment if something changes. if the deployment is done into an exploded dir that will work automatically on e.g. jboss for jsf, html etc. If you want a complete restart to reload classes then that is not present in this release - but is

[jboss-user] [EJB 3.0] - Re: Parameters by context

2007-08-17 Thread [EMAIL PROTECTED]
look at how the client side security interceptor works. You'll have to put the field content in a ThreadLocal so that you can propagate it to the client side interceptor. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075085#4075085 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: How to reset the authentication cache

2007-08-17 Thread jc7442
Thanks. I have found another solution using the JAASSecurityManager MBean. When I update user rights, I flush the cache using the MBean method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075086#4075086 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: How do I get user roles in 2.6?

2007-08-17 Thread jc7442
You can also delegate that to a session bean: | SessionContext ctx = ... | ... | ctx.isCallerInRole(myRole); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075087#4075087 Reply to the post :

[jboss-user] [JBoss Seam] - Request parameters with s:link

2007-08-17 Thread uke
Hi! Is there any way _not_ to send along existing request parameters using s:link? I've got a situation where viewObject.xhtml?id=1 shows the object with id 1. And if I only request viewObject.xhtml, i get a new, empty object instead. The problem is that when viewing an object, and then

[jboss-user] [JBoss Seam] - Re: Request parameters with s:link

2007-08-17 Thread uke
Btw. I tried propagation=none, but that only stripped the conversation-related parameters from the url, leaving it with a clean viewObject.seam?id=1 as a result. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075090#4075090 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Any way to invoke Seam method from an applet?

2007-08-17 Thread SmokingAPipe
It's not difficult to do it. One option: Pass the session identifier in to the applet as a parameter. Another possibility is to have the applet use NSObject to execute JavaScript. I haven't actually tried either of these. View the original post :

[jboss-user] [JBoss Seam] - Re: Application config file outside the EAR

2007-08-17 Thread SmokingAPipe
No ideas on this? It sure would be nice to have a properties file somewhere in JBoss that is external to the EAR that lets me define parameters that are visible to Seam. Like the location of an uploads directory, etc. View the original post :

[jboss-user] [JBoss Seam] - getting the TestNG seam tests working for the examples

2007-08-17 Thread alanlynott
Hi, I've been struggling with getting TestNG to work with anything but simple CRUD tests on my EJB layer. I wanted to start off by getting some simple authentication tests working as per the examples in the Booking example application so I tried to run those tests with the 2.0.0 Beta (which I

[jboss-user] [Beginners Corner] - Re: Spawning processes from JBoss App Server

2007-08-17 Thread dilip_anant
This is the code snippet that does the job: Runtime r = Runtime.getRuntime(); serverIPOrHostName = (String) bfuParameters.get(SERVERIP_HOSTNAME); service = (String) bfuParameters.get(SERVICE_NAME); String cmd =

[jboss-user] [JBoss Messaging] - Error for PERSISTENT delivery mode in JBoss Messaging

2007-08-17 Thread ganaparthi
Hi All, I have configured jboss-4.2.0.GA and jboss-messaging-1.3.0.GA. I successfully tested sample applications. When trying to use QueueSender.send(bytesMessage, javax.jms.DeliveryMode.PERSISTENT, qpriority,javax.jms.Message.DEFAULT_TIME_TO_LIVE); it is throwing the exception. But the same

[jboss-user] [EJB 3.0] - Re: Ejb3Unit - has anyone tried this?

2007-08-17 Thread jonellklibbe
I am trying to install it, but it seems like the installation tutorial is lacking a few important details. I have no idea what to do with the zip file once I have downloaded it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075104#4075104 Reply to the post

[jboss-user] [JBossCache] - Re: Unexpected (?) TimeoutException

2007-08-17 Thread jacek187
Hi When i change to put/remove from TreeCache API I got .. different results Sometimes I got success. Sometimes I got NodeNotExistException - probably bug Sometimes I got ... infinitive loop. This is critical bug !! And this situation was observer in our production systems but until now I

[jboss-user] [JBoss Seam] - suggestionbox focus problem - urgent

2007-08-17 Thread knuwu
This is a repost of http://www.jboss.com/index.html?module=bbop=viewtopict=116256 It's really a show stopper and urgent! Any help would be highly appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075112#4075112 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deployment of jBPM process

2007-08-17 Thread mee_naveen1
Thanks for your reply estaub..but where can I find them in the database? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075114#4075114 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075114

[jboss-user] [EJB 3.0] - Could not synchronize database state with session when tryin

2007-08-17 Thread kaviarasu
hi im using @Secondry table annotation for inserting in primary and secondry table im getting the following error My table structure Table1 fields NUM--Primary Key Table2 fields NUM--Foreign Key ENO--Primary key of this table Add---To store address i created a trigger which

[jboss-user] [JBossCache] - Re: jbosscache TCP config

2007-08-17 Thread genman
RTFM? http://docs.jboss.org/jbossas/jboss4guide/r4/html/jbosscache.chapt.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075115#4075115 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075115

[jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features

2007-08-17 Thread BakuZozi
Hi! I would like to applicable the very useful pdf-feature of Seam, but I have some aesthetically problems: - firstLineIndent attribute not works in paragraph tag, but first line shift right with alignment=justify attribute (I like DO NOT indent in first line) - every p:text tag trimmed before

[jboss-user] [JBoss Seam] - Re: Double Click . Seam 1.2.1.GA

2007-08-17 Thread lilianas
Hi Our problem looks like a concurrency issue from duplicate form submission. We tried the suggested solution provided in http://jira.jboss.org/jira/browse/JBSEAM-183 And it seems to work. We are going to do more testing to confirm it is the case. Thanks View the original post :

[jboss-user] [JBossCache] - Re: jbosscache TCP config

2007-08-17 Thread jacek187
TCP start_port=27910 bind_addr=1.1.1.1/ TCPPING initial_hosts=1.1.1.1[27910],1.1.1.2[27910] port_range=5 timeout=3000 num_initial_members=1 up_thread=true down_thread=true/ FD shun=true up_thread=true down_thread=true timeout=2500 max_tries=5 / VERIFY_SUSPECT timeout=1500 up_thread=false

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB3 vs. HAR deployment for hibernate

2007-08-17 Thread loumaus
hi there .. we have developed a couple of domain objects and initially deployed them as an ejb3 package. Everything works out fine Sliming my configuration reveals that JBoss provides a dedicated hibernate deployment archive ( har ) . Question: When should i use the har deployment

[jboss-user] [JBoss jBPM] - Re: Deployment of jBPM process

2007-08-17 Thread mputz
The processdefinition and its contents is saved in various tables (eg. JBPM_PROCESSDEFINITION, JBPM_NODE, JBPM_TRANSITION,...) The content of the processdefinition.xml file itself is stored (along with other process related information such as process image, class files etc.) in the

[jboss-user] [JBoss Seam] - Re: Application config file outside the EAR

2007-08-17 Thread tcavaleiro
Why don't you use a database to save that config file? Or save the parameters to a table. Just saying that because if an EAR archive represents an application there's no way to set some config file to that application directly... but I'm just a noob in JBoss...blahbhlah. View the original post

[jboss-user] [JBoss Seam] - Re: How to force/assure conversational-only access to a give

2007-08-17 Thread przemjaskier
Or maybe this is a bug and should I fill an PR because it would be expectable that timeouted and not present conversation cases should both lead to a no-conversation-view-id? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075127#4075127 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Actions and async=

2007-08-17 Thread [EMAIL PROTECTED]
can you guys please check out if the patch that I attached to http://jira.jboss.com/jira/browse/JBPM-1042 resolves the problem ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075128#4075128 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deployment of jBPM process

2007-08-17 Thread kukeltje
why do you need, or do you think you need this low level access to the processdefinition? The api makes it possible to retrieve this all. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075129#4075129 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Application config file outside the EAR

2007-08-17 Thread [EMAIL PROTECTED]
How about a properties file. It's loadable from your app anywhere on the apps claspath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075130#4075130 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075130

[jboss-user] [JBoss Seam] - Capability of inserting permissions into working memory want

2007-08-17 Thread vladimir.kovalyuk
I'd like to something like the following: | class Authenticator { | boolean authenticate() { | User user = em.createQuery(...); | ... | Identity.instance().addRole(string); | for(UserRole role:user.getRoles()) | for(String permission:role.getPermissions())

[jboss-user] [JBoss jBPM] - Global Timers ?

2007-08-17 Thread lanzm
Hi I am looking for something one could call global timers in the context of a process instance. I see that Tasks or Nodes can have timers, but not other elements. I need a timer that fires sometime defined by a task and then takes some action asynchronically (maybe implemented in a handler).

[jboss-user] [Beginners Corner] - java.sql.SQLException: Connection handle has been closed an

2007-08-17 Thread phani.chavala
Hi Guyz, I am using jboss-4.0.3. i am experimenting with DAO patterns i wrote a program which handels all DB related operations like add, update, delete etc., For any DB operations i am unble to get the success. i am always ending with the exception stack trace. UserDao is my Class name

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-08-17 Thread pdepaepe
Adding import org.jboss.seam.async.QuartzDispatcher; where the Asynchronous method is set will fix you classloader error. Next step is: 11:27:15,026 ERROR [JobStoreTX] Error retrieving job, setting trigger state to ERROR. | org.quartz.JobPersistenceException: Couldn't retrieve job because a

[jboss-user] [JBoss jBPM] - Decision Fork?

2007-08-17 Thread Candersen
Hello, Is it possible to have a Decision Fork? I would like to use a fork with currently four outgoing transitions and, depending on the input-data, I do not need all transitions in every pass. Is it possible to realize a check inside the fork which selects the transitions to fire? Regards

[jboss-user] [JBoss Seam] - Re: add my own interceptor with problems

2007-08-17 Thread chlol
i meet the same question,but can't resolve it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075150#4075150 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075150 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Interceptor for seam component

2007-08-17 Thread chlol
i do it as the doc,but i can't invoke the interceptor,my code is the following theinterceptor: package cn.sh.guanghua.manhour.service.manhour; import java.lang.reflect.Modifier; import java.util.Map; import javax.interceptor.AroundInvoke; import javax.interceptor.InvocationContext; import

[jboss-user] [JBoss Seam] - Quartz with jdbcStore

2007-08-17 Thread ellis2323
Hi, I have successfully used Quartz with the default RAMJobStore but now i will use the JdbcStore to have a persistent JobStore. It doesn't work because of ClassLoader Problems : 11:02:00,022 ERROR [JobStoreTX] Error retrieving job, setting trigger state to ERROR.

[jboss-user] [JBoss Seam] - Re: seam 2.0 Tomahawk

2007-08-17 Thread dreuzel
thanks i'll keep your advice in mind I was looking for en edit tag, does not seem to be in richfaces View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075153#4075153 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075153

[jboss-user] [JBoss jBPM] - limit the number of concurrent async process instances

2007-08-17 Thread gogoasa
Hello, I used to have my process deployed with async=false nodes. Limiting the number of concurrent processes was as easy as limiting the CommandListenerBean MDB pool size. Because of very long transactions the synchronous execution required, I had to make some of the action nodes

[jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features

2007-08-17 Thread BakuZozi
I'm sorry indent problem solved... (cause of ugly formatting) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075157#4075157 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075157

[jboss-user] [JBoss Seam] - Define namespace in every single page - any alternatives?

2007-08-17 Thread kal-el
hi guys, i was wondering if it was possible to declare the namespaces only in the template.xhtml file and thus not having to duplicate the declaration in every single xhtml page that's used in the template e.g. define ui:composition xmlns=http://www.w3.org/1999/xhtml;

[jboss-user] [JBoss Seam] - Re: add my own interceptor with problems

2007-08-17 Thread [EMAIL PROTECTED]
You want @Scope(CONVERSATION) @Name(longCardQueryAction) @LoggedIn public class LongCardQueryAction extends BaseBean {} Not @Interceptors(LoggedInInterceptor.class) See: http://docs.jboss.com/seam/latest-2.0/reference/en/html_single/#d0e4204 View the original post :

[jboss-user] [JBoss Seam] - Re: Define namespace in every single page - any alternatives

2007-08-17 Thread [EMAIL PROTECTED]
The appropriate namespaces have to be on every page that uses that certain component, can't just define them in the template.xhtml, no way around that that I know of. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075161#4075161 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: ListAllMessages return no messages using RMI, but no pro

2007-08-17 Thread hendra_netm
Hi Tim, These are my code. However, I can't reproduce the error. It seems my computer was tired, and couldn't access the queue :o Yesterday and today, my code worked well. So I think the problem lies on my side not on JBM. Thank you very much for your attention. Best Regards, Hendra |

[jboss-user] [EJB/JBoss] - Java Compiler (JSR199) in EJB3

2007-08-17 Thread Marco.Pehla
Hello everybody, I need to compile generated Java source code inside of a enterprise application. I know that is possible to do these things in a ordinary JavaBean or backing bean of a JSF. But a much better solution would be to compile the Java code and return instances inside of a EJB3. I

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-17 Thread orochimaru19860000
thanks kukletje, finally it works what if I want an item to be selected by default? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075167#4075167 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075167

[jboss-user] [JBoss Seam] - Re: Request parameters with s:link

2007-08-17 Thread [EMAIL PROTECTED]
The typical scenario for CRUD operations is to create an object by going to the viewObject.xhtml page without accessing another object first, or from a link which simply redirects you to viewObject.xhtml. You should not be trying to create an object if you are already on the page that views

[jboss-user] [JBoss Messaging] - Performance problem - UIL2 vs. JBoss Remoting?

2007-08-17 Thread mharnvi
We are not getting the expected perfomance from JBoss Messaging, compared to JBossMQ. We used UIL2 to deliver messages from external clients to JBoss 3.2.6. After switching the implementetaion to JBoss 4.2.0 and JBoss Messaging 1.3 the performance is not good at all. Before our bottleneck was

[jboss-user] [JBoss Seam] - Re: Define namespace in every single page - any alternatives

2007-08-17 Thread kal-el
[EMAIL PROTECTED] wrote : The appropriate namespaces have to be on every page that uses that certain component, can't just define them in the template.xhtml, no way around that that I know of. thanks View the original post :

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-17 Thread kukeltje
standard jsf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075170#4075170 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075170 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Decision Fork?

2007-08-17 Thread Candersen
I searched the forum a little more, and I think I found a solution. The suggestion is to use Decision-Nodes after the Fork und before the Nodes. I found a post by kukeltje from Apr 11, 2006, see http://www.jboss.com/index.html?module=bbop=viewtopict=80971 for the thread. My question is now: Is

[jboss-user] [JBoss Portal] - Problems in doing JAAS login using code

2007-08-17 Thread prassana
Hi all, We have our portal users using windows NT clients. We want to do auto login to portal users (skip the login page). we have used jcifs NTLM filter. We are able to authenticate users with this arrangement. However we were not able to authorize the users. So we wrote a filter that

[jboss-user] [JBoss jBPM] - Re: Decision Fork?

2007-08-17 Thread kukeltje
yes, build a custom fork.. is also mentioned in the forum and in the wiki. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075174#4075174 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075174

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-17 Thread orochimaru19860000
thx for the rapid answer. Could you just write a breif example or add something to this code h:selectOneRadio name=Priority value=Priority style=font-weight: bold | f:selectItem itemLabel=Normal itemValue=Normal / | f:selectItem itemLabel=High itemValue=High / |

[jboss-user] [JBoss Messaging] - Re: ERROR: Cannot find delivery to cancel

2007-08-17 Thread noxis
timfox wrote : I just copied what you posted. | | If you can package up a test program and exact step by step instructions I will try again I think I forgot about one important thing - TTL of messages. Here is a working example. I can replicate this bug all the time. Cannot find delivery

[jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes

2007-08-17 Thread mgrouch
How do I skip an attribute which doesn't allow empty string? What if I need many possible conditions. Do you think writing long sequence of nested '?' operators is good practice? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075182#4075182 Reply to the post

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: TransactionManager Error

2007-08-17 Thread jhalliday
Give me the full trace from that java.lang.NullPointerException please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075183#4075183 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075183

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

2007-08-17 Thread mladen.babic
Hi, I have action which send e-mail to user. I've tried to add Quartz action to do same action with interval. Quartz action works fine but when I added method which sending mail in this action it trows me this error java.lang.IllegalStateException: Application was not properly initialized

[jboss-user] [JBossWS] - Re: Version of saaj-api in JBoss 4.2.

2007-08-17 Thread [EMAIL PROTECTED]
1.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075185#4075185 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075185 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBossWS] - Re: Web Services over JMS(MQ)

2007-08-17 Thread [EMAIL PROTECTED]
We have a JMS sample in the distribution. The actual JMS implementation should be transparent to your MDB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075187#4075187 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075187

[jboss-user] [JBossWS] - Re: WS Samples-Failed to authenticate principal=null

2007-08-17 Thread [EMAIL PROTECTED]
jmx authentication is supported since jbossws-2.0.0 http://jira.jboss.org/jira/browse/JBWS-1624 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075190#4075190 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075190

[jboss-user] [JBoss Seam] - Richfaces Tree

2007-08-17 Thread mokua_ombati
Hi everyone I have tried using rich-faces tree, but quite frankly am not able to display a tree. Note that other rich-faces components are being displayed correctly. I followed this http://www.jboss.com/index.html?op=loginscreenmodule=user and this

[jboss-user] [Installation, Configuration DEPLOYMENT] - Application runnnig on Jboss in a Linux machine - not able t

2007-08-17 Thread gokul_ifs
Hi, I am running jboss in a linux machine. I am able to open the home page of jboss in the sane machine where it is installed using the URL http//localhost:8080 But the page is not coming up when i try the URL in the same machine where jboss is installed http://IP Address:8080/ Also, the

[jboss-user] [JBossWS] - Re: Type Substitution doesn't work with Schema2Java Client a

2007-08-17 Thread [EMAIL PROTECTED]
What's the difference in hand coded vs. generated classes? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075193#4075193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075193 ___

[jboss-user] [JBossWS] - Re: Question on EndPointConfig vs. HandlerChain

2007-08-17 Thread [EMAIL PROTECTED]
Both would work as long as the handler processing the incoming message is the first in the chain View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075194#4075194 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075194

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Application runnnig on Jboss in a Linux machine - not ab

2007-08-17 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ and http://www.jboss.com/index.html?module=bbop=viewtopict=40 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075196#4075196 Reply to the post :

[jboss-user] [JBossWS] - Re: Object Array with multiple subclasses fails

2007-08-17 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1789 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075189#4075189 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075189 ___ jboss-user

[jboss-user] [JBossWS] - Re: Invoking WS from EJB3

2007-08-17 Thread [EMAIL PROTECTED]
@WebServiceRef is only supported in jboss-5.0 http://jbws.dyndns.org:8280/hudson/view/Integration%20Tests/job/Integration-Native-AS-5.0/lastBuild/testReport/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075202#4075202 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Problems with reading the keystore

2007-08-17 Thread chii
I'm using Jboss 402 with SSL enabled. When starting server, i receive the following error 15:31:16,663 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 15:31:17,540 INFO [ChannelSocket] Port busy 8009 java.net.BindException: Address already in use 15:31:17,541 INFO

[jboss-user] [JBossWS] - Re: Web Services over JMS(MQ)

2007-08-17 Thread ollka
Thank you for your reply! Can you give me a little more information? Is it work without http? have you any tutorials? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075206#4075206 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Actions and async=

2007-08-17 Thread jeffj55374
Thanks. I'll check it out this afternoon. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075209#4075209 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075209 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: suggestionbox-can't focus fields with mouse after popup

2007-08-17 Thread gabby
Finally we managed to solve this problem by changing some code in suggestionbox.js. We are now only focussing in 'onblur, if it's not an IE (starting at line 266): if (RichFaces.navigatorType() != MSIE) { | offsets[x] = 0; | offsets[y] = 0; | if

[jboss-user] [JBoss Seam] - Re: EJB 2.x Container and Seam

2007-08-17 Thread ashsgh
I am also getting this error, can you help me with the fix? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075213#4075213 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075213 ___

[jboss-user] [JBoss Seam] - Re: Interceptor.onLoad not called

2007-08-17 Thread [EMAIL PROTECTED]
Ask on the hibernate forums. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075214#4075214 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075214 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Interceptor.onLoad not called

2007-08-17 Thread wise_guybg
ok, sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075216#4075216 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075216 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Ejb3Unit - has anyone tried this?

2007-08-17 Thread waynebaylor
i've used junitee (www.junitee.org) for in-container testing. works well, provides ant-tasks and a web interface. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075217#4075217 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Richfaces Tree

2007-08-17 Thread damianharvey
The only thing I noticed was that your addChild identifier is a String: richTree.addChild(node1,node1);Whereas the examples and mine use an Integer. I recall having some problems with this as well so try: int myIndex = 0; | richTree.addChild(new Integer(myIndex++),node1); It's also probably

[jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is

2007-08-17 Thread damianharvey
Anyone had any joy with this on the Mac? Tried to use the Linux version and the install works but the Eclipse executable isn't Mac friendly. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075225#4075225 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL / activeBPEL

2007-08-17 Thread Arutha
Wouldn't the question be wether jBPM BPEL plugs into the jBPM ESB properly, since the user manual of jBPM BPEL (in the configuration chapter, if I remember correctly) states it is highly recommended to download jBPM seperately, even though jBPM BPEL includes the core-packages of jBPM ? and...

[jboss-user] [JBoss Messaging] - Re: Problems changing defaultds

2007-08-17 Thread viniciuscarvalho
Yep :) Thanks :D Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075226#4075226 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075226 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: localization messages access from Java code

2007-08-17 Thread damianharvey
@In private MapString, String messages; | ... | ..new SelectItem(messages.get(l.someDbTable.usexCol)...etc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075230#4075230 Reply to the post :

[jboss-user] [JBoss Seam] - EntityHome few instances

2007-08-17 Thread mrohad
can I've few instances of the entity using EntityHome? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075221#4075221 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075221 ___

[jboss-user] [JBoss Seam] - Interceptor.onLoad not called

2007-08-17 Thread wise_guybg
Hi, I have a Seam 1.2.1.GA application. I installed an implementation of the interface org.hibernate.Interceptor and declared it in the persistence.xml as hibernate.ejb.interceptor. The interceptor works (ex.: onSave(), onFlushDirty()) except that onLoad() doesn't get called. I don't know what

[jboss-user] [JBoss Seam] - Re: Request parameters with s:link

2007-08-17 Thread damianharvey
If you want to axe the parameter try using an action on your link that sets it to null eg: s:link view=/somepage.xhtml action=#{myBean.resetStuff()} propagation=none value=my link/ Cheers, Damian. View the original post :

[jboss-user] [Security JAAS/JBoss] - DynamicLoginConfig configuration issue

2007-08-17 Thread jc7442
I deploy an ear in an existing JBoss 4.2.0. I'd like to be able to deploy the application policy with my ear and without updating the conf/login-config.xml. I have tried to use th DynamicLoginConfig MBean. I have two issues with it: First I wrote a dynamic-service.xml file: server |mbean

[jboss-user] [JBossWS] - Re: Version of saaj-api in JBoss 4.2.

2007-08-17 Thread jbride
Thank you Thomas! Is there a document anywhere that maps webservice spec versions with JBossWS releases ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075245#4075245 Reply to the post :

[jboss-user] [JBoss Seam] - Seam 2.0GA

2007-08-17 Thread Stateless Bean
When, we can expect new GA ver. of seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075242#4075242 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075242 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Is this fixed yet?

2007-08-17 Thread indyJones
I get the following error running tests with the Booking Example... * Updated the jboss-embedded-all.jar for java 1.6 * Running Seam 2.0 * Inside Eclipse anonymous wrote : | |[testng] *** CONTEXTS IN ERROR: Name - Error |[testng] jboss.jca:name='jms-ra.rar',service=RARDeployment

[jboss-user] [JBoss Seam] - Re: conditional redirect on exception - how?

2007-08-17 Thread tynor
JIRA: http://jira.jboss.com/jira/browse/JBSEAM-1813 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075234#4075234 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075234 ___

[jboss-user] [JBoss jBPM] - Re: Deployment of jBPM process

2007-08-17 Thread estaub
why do you need, or do you think you need this low level access to the processdefinition? The api makes it possible to retrieve this all. I think Naveen was just trying to understand how it works. I remember being equally mystified at the same thing - it works, so the actionhandler class

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL / activeBPEL

2007-08-17 Thread burrsutter
So if we put the jPDL+BPEL discussion aside and focus only on BPEL then that engine if deployed in its own server instance should be able to operate with the ESB deployed its own server (ESB Server or App Server) instance. However, if you wish to run jBPM BPEL AND ESB in the SAME server

[jboss-user] [JBoss Seam] - @Startup with EJB having multiple roles

2007-08-17 Thread pierospinelli
Hi, let's consider the following case ; @Stateful | @Name(firstRole) | @Role(name=secondRole, scope=ScopeType.CONVERSATION) | @Interceptors(SeamInterceptor.class) | @Startup(depends={otherBean}) | public class MyBean{ | ... | } Does the @Startup annotation allow a way to specify

[jboss-user] [JBoss Seam] - Re: EntityController not testable?

2007-08-17 Thread larshuber
For unit testing you can user field setting. I tried it with the logger, but not with faces messages. setField(obj, log, org.jboss.seam.log.Logging.getLog(obj.getClass().getName())); obj is an instance of EntityController subclass. View the original post :

[jboss-user] [JBoss Seam] - Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s

2007-08-17 Thread urswag
The rar files are still not deployed! The deploy directory of JBoss Seam boostrap has the files. As You can see there are no rar files. | Directory of C:\devapp\jbossseam\jboss-seam-2.0.0.BETA1\bootstrap\deploy | | 03.08.2007 18:44DIR . | 03.08.2007 18:44DIR

[jboss-user] [JBoss Portal] - Re: Features supported - JBoss portal 2.4 / 2.6 ?

2007-08-17 Thread Antoine_h
Hello, about monitoring the portal : anonymous wrote : On top of that we expose few data about the portal that could be used in JBoss ON like the maximum time it took to render portlets, to action portlets. Number of errors that happened in portlets... (Very basic for portlets as of today)

[jboss-user] [JBoss Portal] - Monitoring : metrics with JBoss ON

2007-08-17 Thread Antoine_h
Hello, I am look for the statistic of the portal, and for monitoring. I have seen some interceptor that produce the stats on the portlet, but I can't see where it is anymore only thing is this jira : JBPORTAL-1154 / Test metrics integration with JBoss ON

[jboss-user] [JBoss AOP] - dynamic cflow double call

2007-08-17 Thread system.out
Athough the dynamic cflow in tutorial is working fine, when I deploy it in appserver, the SimpleDynamicCFlow is being called twice. here is the scenario: module-one.ear (including aop-one.aop) module-two.ear(including aop-one.aop) the application is working fine without dynamic cflow in

[jboss-user] [Beginners Corner] - OWA for email

2007-08-17 Thread jibey.jacob
Hi: Does JBoss have an email server that provides the same functionality as Outlook Web Access for Exchange Server? And is there a portal and collaboration solution like Windows SharePoint Services available from JBoss? Thanks. View the original post :

  1   2   >