[jboss-user] [Installation, Configuration & DEPLOYMENT] - Facing problem while running servicemix sample on Jboss/Gero

2008-02-12 Thread yogesharora
Hi, I am facing problem while running a sample code of servicemix in jboss/Geronimo. The sample is running fine with servicemix stand alone but not working when deployed on jboss/Geronimo. What I have observed is that the http consumer is not getting the response data. sendOut() method o

[jboss-user] [JBoss jBPM] - Help Required with Seam/jbpm - Consulting with $$

2008-02-12 Thread bloreguy
Hi, I am new to JBoss Seam and jbpm and trying to implement a very basic project. While I looked at the seam dvd store examples, I am having issues with trying to adapt it to my project and need to submit project. Not sure if I can solicit help this way here in the forum, can I get some consult

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Hi Peter, Can you validate my approach here. I plan to add some SOAP headers (for user name password/sso ticket)from the client using a handler on the client. Once we are able to do it we can encrypt using standard API's. On the server we can decrypt and in another handler extract the SOAP heade

[jboss-user] [Management, JMX/JBoss] - Re: Array as param type when invoking an MBean

2008-02-12 Thread [EMAIL PROTECTED]
Create a dynamic proxy to the mbean, so you don't have to worry about signatures: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnEJBCallAnMBean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128990#4128990 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Hi Peter, Can you address this issue. I have a POJO web service. Now since I am able to sign and encrypt the messages. I want to authenticate and authorize the users. Now the scenario is that we need to first set the user credentials(username/password) or the SSO ticket in the SOAP headers(Not su

[jboss-user] [JBoss Seam] - Seam generate-ui Security Model

2008-02-12 Thread daboxe
Hello, I am using Seam 2.0.1 and utilized seam generate-ui to generate pages for existing entity beans. As I browsed to the pages, they allow for search and creation/edit of the entity. The search does not require a login. The create/edit does require a login. The question is why does the cre

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: HAR deployment broken in JBoss 5 Beta4

2008-02-12 Thread javidjamae
I couldn't find a bug for this, so I created: http://jira.jboss.org/jira/browse/JBAS-5232 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128982#4128982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128982

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread shashankjain
Thx Peter, I got it working but the only issue I have it is that I need to keep my SOAP Binding Style as RPC for the web service. Otherwise it says mixed style not supported. Can you please help me on that as my web service uses a lot of complex type which might not be supported by RPC style bin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - HAR deployment broken in JBoss 5 Beta4

2008-02-12 Thread javidjamae
I've tried deploying a HAR in JBoss 5 Beta 4 (both inside and outside of an EAR) and I get the following. I verified that the same exact code works in Beta 3. Is this a known issue? | 21:10:08,156 ERROR [AbstractKernelController] Error installing to Start: name=jbia.har:app=Video state=Creat

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How to get JBOSS to work when going to a website...

2008-02-12 Thread zippohosting
We are being asked to get jboss to work on port 80... So when someone goes to the website they would see the JBOSS... Does anyone know the way to do this and is this the normal way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128977#4128977 Reply to the p

[jboss-user] [EJB 3.0] - Re: What's the best unit testing approach for JBoss/EJB3

2008-02-12 Thread waynebaylor
there's JUnitEE for in-container unit testing. i'll also throw out Ivy for dependency management. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128975#4128975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128975

[jboss-user] [JBoss jBPM] - Re: Timer not firing - why ???

2008-02-12 Thread ArnoldH
I have the same problem, and I use junit for testing. and I use : final int SECONDS_TO_WAIT = 3; //30 seconds try { Thread.sleep(SECONDS_TO_WAIT); } catch (InterruptedException e) { e.printStackTrace(); } to simulate the waiting period.

[jboss-user] [JBoss jBPM] - Re: how to tell jbpm to do something when process instance i

2008-02-12 Thread ArnoldH
if I can put one action in the "event" elements in the process definetion, it will work, but it seems the "process-canceled" event is not supported, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128973#4128973 Reply to the post : http://www.jboss.com

[jboss-user] [Messaging, JMS & JBossMQ] - JMS communication between Tomcat app and JBOSS AS 4.2.2`

2008-02-12 Thread jaya_srini
Hello Apologies is advance if this has been asked before. I have a tomcat app that needs to send and recieve JMS messages with the JBOSS App Server (4.2.2 with JBOSS messaging) which is my JMS provider. I was wondering what changes I need to make on the Tomcat side to achieve this? I basical

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Turning of INFO-logging except for some categories

2008-02-12 Thread pete007
| | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128970#4128970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128970 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Portal] - Storing User Info of JBoss Portal in Enterprise Security sy

2008-02-12 Thread rohit000
Hi, In my organization we have a custom built identity management solution (say EAuAz) which stores user authentication information as well as user profile and user access right. Now we are planning to use JBoss Portal to expose some of our applications through the Portal. For that we also wa

[jboss-user] [JBoss jBPM] - Re: JBPM Running Process without jbpm-console

2008-02-12 Thread [EMAIL PROTECTED]
which ant tasks? i deploy using the Deployment tab (when i open the processdefinition.xml) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128968#4128968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128968

[jboss-user] [JBoss jBPM] - Re: Is org.jbpm.gd.jpdl plugin up-to-date in CVS (the projec

2008-02-12 Thread jruud
Thanks Koen, the org.jbpm.gd.jpdl plugin now compiles fine! John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128966#4128966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128966 _

[jboss-user] [JBossCache] - tx completion STATUS_UNKNOWN

2008-02-12 Thread youngm
I'm having a problem integrating with Atomikos as a transaction manager and JbossCache. It appears that if an XA transaction is READ_ONLY then Atomikos will complete the transaction with "STATUS_UNKNOWN" even though nothing specifically when wrong in the transaction. The problem is the JBossCa

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Dual Processor Config

2008-02-12 Thread CBax007
Is there anything special I need to do within JBoss to make it take advantage of two processors on a dual proc box? I'm running some load testing against a JBoss 4.2.2 instance and it doesn't look like it's utilizing both cpus. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossWS] - Re: Unable to create SAAJ meta-factory

2008-02-12 Thread iyiguncevik
Hi, I cannot say that I found the problem exactly. I think this is caused by some invalid packaging. I was using maven for building package, and it was adding some jar's in the war. I guess one of the libraries were causing the exception. I'm using ant for building and packaging. ant script do

[jboss-user] [Beginners Corner] - Deploying .EAR files fails with [HDScanner] Scan failed

2008-02-12 Thread sysfrog
Hello, I'm currently trying to create some simple template .ear file which I can use as a basis for further applications. Currently the file only contains a JSP page and a SOAP webservice. Ant is used as a make utility. In some of the cases deployment of the .ear file works fine. However in oth

[jboss-user] [JBoss Seam] - Re: Trinidad Integration Issue

2008-02-12 Thread gjeudy
I am having a very similar issue with seam 2.0.1GA, richfaces 3.1.4GA, trinidad 1.2.1 (the version used in the seamdiscs example) When i try to use a richfaces component rich:listShuttle I get a No Rendering Context exception. I followed the setup of seamdics example in 2.0.1GA distribution and

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Queries JBOSS 323 and Windows Server 2003

2008-02-12 Thread sponiza
Hi All, My application runs using JBOSS323. I have JBOSS323 installed on Linux and on a Windows Server 2003. On linux when an entity is searched one SQL query is executed. On the Windows Server 2003 for each searched entity several SQL queries are executed: one for each cmp-field. The standard

[jboss-user] [JBoss Seam] - Re: How to use in (#{exampleList}) in HibernateEntityQuery

2008-02-12 Thread so38
Sorry the ClassCastException was from a custom hibernate type. Here are the real errors I am getting Here is the ejbql select tempUser from User tempUser Here is the restriction tempUser.role in (#{exampleRoles}) Here is the exception | org.hibernate.PropertyAccessException: could not get

[jboss-user] [JBoss jBPM] - Re: Is org.jbpm.gd.jpdl plugin up-to-date in CVS (the projec

2008-02-12 Thread [EMAIL PROTECTED]
Hi John, Your comment puzzled me, so I just did a compare of my workspace with the repository and indeed somehow my commit must have gone wrong. It should be fixed now. Can you verify this? Thanks, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128954#

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peek

2008-02-12 Thread [EMAIL PROTECTED]
btw. my bad that this forum got reposted instead of being demoted to non-sticky while we were cleaning up the forums for the seamframework.org release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128953#4128953 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - HibernatePersistence startup crash using Seam 2.0.1.GA

2008-02-12 Thread rstevens
Upgrading to Seam 2.0.1.GA, my application crashes trying to 15:29:19,914 INFO [Contexts] starting up: MywebsiteEntityManagerFactory 15:29:19,941 ERROR [[/my-website]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener java.lang.ClassC

[jboss-user] [JBoss Messaging] - Re: Messaging Cluster scenarios

2008-02-12 Thread kapilanand
Could somebody please point me to the right documentation that answers my questions? On JBoss Wiki I ran into few articles related to JBossMessagingCore which gives good description but not the actual configuration step. It's perhaps because it is not meant to be used directly. What I am looki

[jboss-user] [JBoss jBPM] - Re: Is org.jbpm.gd.jpdl plugin up-to-date in CVS (the projec

2008-02-12 Thread jruud
Thanks Koen, but I'm not seeing your latest changes. I suspect I'm either not looking in the correct place, or they may have been committed somewhere else. I'm looking in HEAD in jbpm.3/designer/jpdl/org.jbpm.gd.jpdl, but that code has dom4j dependencies (and also includes the pf packages). Am I

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peek

2008-02-12 Thread lauerc
Hi Norman, great news! I'm really glad to hear about the plans to adopt this upcoming standard in a future release. When do you think we can expect a final realase of the specification and a first flavour of the RI? When you're talking about Seam as a superset of WebBeans what does this mean

[jboss-user] [Microcontainer] - Re: AbstractKernelObject weirdness

2008-02-12 Thread [EMAIL PROTECTED]
Thanks. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128945#4128945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128945 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-12 Thread tynor
Bump... Can someone point me at some documentation, or an example of how to 1) mark a Seam POJO's action method to not be transactional (is it sufficient to add @Transactional(NEVER) annotation? 2) and then how to start and commit a manual user transaction in a way compatible with an applicat

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-12 Thread [EMAIL PROTECTED]
2.1.0.A1 was released this week. It's just an alpha, but it's basically what you'd get in SVN right now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128941#4128941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128

[jboss-user] [Messaging, JMS & JBossMQ] - EJB not receive synchrounous message

2008-02-12 Thread fbastos1
Hi, I'd created an EJB session waiting synchrounously to a jms message on a Queue. For that, the stateless create an queueReceiver and call the receive method. However the stateless not receive the jms message. Normaly the specification JMS and EJB enable to do this. An idea? regards, Fabrice View

[jboss-user] [JBoss Messaging] - EJB not receive synchrounous message

2008-02-12 Thread fbastos1
Hi, I'd created an EJB session waiting synchrounously to a jms message on a Queue. For that, the stateless create an queueReceiver and call the receive method. However the stateless not receive the jms message. Normaly the specification JMS and EJB enable to do this. An idea? regards, Fabrice View

[jboss-user] [Microcontainer] - Re: AbstractKernelObject weirdness

2008-02-12 Thread alesj
Deleted in trunk. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128937#4128937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128937 ___ jboss-user mailing list jboss-user@li

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate/JPA & JBoss 4.2.2 - DuplicateMemberException: dupl

2008-02-12 Thread gjeudy
Hi, Though originally posted in JBoss Seam forum, it seems to me that this issue is not related to seam but to JBoss 4.2.2 Hibernate/JPA integration. I'm getting a duplicate method getId() at startup with 2 JPA Entity classes which I didnt get in jboss 4.0.5. Since the issue only appears on 2

[jboss-user] [JBoss Portal] - Cant create Lifecycle for id: SEAM_PORTLET - error deploying

2008-02-12 Thread tomstrummer
I followed the instructions posted here: http://blog.jboss-portal.org/2007/11/seam-20-portlet-example.html The only difference being I configured JBoss Portal to use HSQL instead of MySQL. Here is my stack trace: | java.lang.IllegalArgumentException: Cant create Lifecycle for id: SEAM_PORTL

[jboss-user] [JBoss Seam] - Can you use custom form validators without s:decorate?

2008-02-12 Thread chris.simons
I've been working with s:decorate myself and have found the issue pertaining to creating a ...I realize this might be fixed in the (near?) future. However, can anyone tell me if EL validators (#invalid and #required) can be used outside of ? I'm not exactly happy about the way s:decorate works

[jboss-user] [JBoss Seam] - Re: s:decorate question

2008-02-12 Thread chris.simons
I've been working with s:decorate myself and have found the issue pertaining to creating a ...I realize this might be fixed in the (near?) future... However, can anyone tell me if EL validators (#invalid and #required) can be used outside of ? Thanks. View the original post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-12 Thread Mikail
Thank you! And when Seam 2.1.0 will be released? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128928#4128928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128928 ___ jboss-

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2008-02-12 Thread alllle
"degerhar" wrote : Thank you very much! Had the same problem and your patch solved the issue!! | | Thanx for supplying the zip file, made things much easier You are welcome. Glad it helped you. It is a pain to setup project just to compile a small class change :) View the original post :

[jboss-user] [Microcontainer] - Re: AbstractKernelObject weirdness

2008-02-12 Thread alesj
I don't think that's intentionally. I'll delete the bootstrap one. Let me just check if it breaks something. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128929#4128929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [Microcontainer] - AbstractKernelObject weirdness

2008-02-12 Thread [EMAIL PROTECTED]
AbstractKernelObject defines protected Kernel kernel. AbstractBootstrap extends AbstractKernelObject and defines protected Kernel kernel. What gives? If these are not the same, maybe not naming them the same would help... View the original post : http://www.jboss.com/index.html?module=bb&op=

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

2008-02-12 Thread devfree
Hello Peter, The database is SQL Server 2000 and if you say me that with File System still uses a DataBase, then I don't understanding why when I config with RDBMS I get an error, or I need any configuration more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-12 Thread [EMAIL PROTECTED]
http://anonsvn.jboss.org/repos/seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128924#4128924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128924 ___ jboss-user mailing

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-12 Thread alesj
What's the env you're running this? Can you check the trunk, and let me know what revision did you use if it's still failing View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128922#4128922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-02-12 Thread pbolle
Hi Milan, the build "ant build.jpdl" works for me. In your logfile you can see that bpm.3/bamconsole/userguide/build.xml is missing. Here the cvs log of your missing file; | D:\java\apps\jboss\jbpm_cvs\jbpm.3\bamconsole\userguide>cvs log build.xml | | RCS file: /cvsroot/jbpm/jbpm.3/bamco

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-12 Thread Mikail
Thank you very much for answer. Can you give me a link to the Seam SVN? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128920#4128920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128920 __

[jboss-user] [JBoss Messaging] - How to setup multiple messaging services on single server?

2008-02-12 Thread seanshih
Hi, I am trying to setup multiple messaging services for DEV, QA, and other groups on a single JBoss instance. However, I don't want to create multiple JBoss installation for this purpose. Have anyone done this before? Sean View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Seam 2.1.0 A1

2008-02-12 Thread [EMAIL PROTECTED]
We'll talk more about 2.1 as we get closer to a beta release.Until then, you can look at JIRA to get an idea of the direction we are going with 2.1. (and influence that with your votes and comments) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128916#4

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-02-12 Thread torsty
hi, have you solved your problem? I did something similar with seam 2.0.1GA and jbpm 3.2.2. Everything worked all right. process-definition looked like: | http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="urn:jbpm.org:jpdl-3.2 http://jbpm.org/xsd/jpdl-3.2.xsd";> |

[jboss-user] [JBoss Seam] - Re: Migration from seam 1.2.1, jboss 4.0.5 to seam 2.0.1 jbo

2008-02-12 Thread gjeudy
I made a typo I meant I didnt get this exception in jboss 4.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128913#4128913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128913 ___

[jboss-user] [JBoss Seam] - Re: datatable + binding + conversation problem

2008-02-12 Thread brachie
@Micke: I don't think that the @Out will solve the problem. Please have a look at the following urls: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=110055 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115924 http://docs.jboss.org/seam/2.0.1.CR1/reference/en/html/conversation

[jboss-user] [JBoss Seam] - Re: Migration from seam 1.2.1, jboss 4.0.5 to seam 2.0.1 jbo

2008-02-12 Thread gjeudy
Thanks Pete, I did that but, loo and behold! the commandButtons now work even though I haven't changed anything else than removing h:message for attribute... I'm still getting a duplicate method getId() at startup with 2 JPA Entity classes which I didnt get in jboss 4.0.2, now I guess this mig

[jboss-user] [JBoss Seam] - Re: PDF template, space not showing

2008-02-12 Thread [EMAIL PROTECTED]
This is a problem with Facelets. I'm not really sure why Facelets has completely messed up whitespace processing. I'm not sure if there is a Facelets solution, but you can always add in something like: #{' '} when you need a space. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Seam 2.1.0 A1

2008-02-12 Thread Oberiko
Can you post a quick link to the main differences we can expect to see in 2.1.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128906#4128906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128906 __

[jboss-user] [JBoss Messaging] - Re: Reliable delivery

2008-02-12 Thread vc123
"ataylor" wrote : The first thing I notice is that you are setting the timetolive on send to 1000ms, this means that most of these messages could expire and never be consumed, set this to 0. | Removing timetolive did the trick. Apparently, expiring messages was killing the GC. Now, the

[jboss-user] [JBoss Seam] - Custom Servlet and Conversation Propagation

2008-02-12 Thread reind
I have a custom servlet in my application where I'd like the conversation to span the whole session. I want all my entities managed for the duration of the http session. I'd use @PersistenceContext(EXTENDED), but this would only work if I merged all entity references that I got from other seam

[jboss-user] [JBoss Seam] - Exadel, JBoss and Seam (Repost)

2008-02-12 Thread [EMAIL PROTECTED]
For those who have not yet seen the announcement here: http://www.theserverside.com/news/thread.tss?thread_id=44506 Let me give a quick summary of what is happening, and what it means for Seam users: * The Exadel RichFaces JSF component suite, and the Exadel Studio Pro eclipse plugin suite are

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peek

2008-02-12 Thread [EMAIL PROTECTED]
Seam is a superset of WebBeans. Not every concept in Seam will be a part of the spec, especially not the first draft of it. Seam 3 will be the WebBeans-compatible release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128901#4128901 Reply to the post : ht

[jboss-user] [JBoss Seam] - PLEASE USE THE NEW FORUM

2008-02-12 Thread [EMAIL PROTECTED]
The Seam forum has now moved to http://www.seamframework.org/Community/Forums - please post your questions there! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128899#4128899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peek

2008-02-12 Thread lauerc
Haven't you read the early draft yet? You will not find it there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128897#4128897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128897 _

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-02-12 Thread clandestino_bgd
Today, I decided to give cvs update + build a try and here are the news: ant clean works! ant get.dependencies works ant build.jpdl works till about the end and then: anonymous wrote : | bamconsole: | | bamconsole.build.from.source: | | get.bam.libs: | | get.bam.libs.depende

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-12 Thread PeterJ
You can get the source code at http://members.cox.net/ocjohnsons/jbia-src.zip. Open the index.html file in the root directory for instructions. Of course, this file has only the web services source, the source for the other chapters are not included. I have tried it with JBoss 5.0 beta3 (hey,

[jboss-user] [Beginners Corner] - Re: Trying to see a web app on a network-connected jboss ser

2008-02-12 Thread jsmetz
the -b switch makes total sense. Thanks for the speedy replies. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128892#4128892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128892 __

[jboss-user] [JBoss Seam] - s:calendar deprecated but Rich Calendar problematic

2008-02-12 Thread [EMAIL PROTECTED]
Calendar deprecated but Rich Calendar not proving easy to use (5 hours+ and still cant get it to work) I must be a moron as its seems so simple.. but here is the thread in RF forum. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412#412 Can one of you Gurus take a look.

[jboss-user] [JBoss Portal] - In Jboss Portal 2.4 accessing specific pages like

2008-02-12 Thread moj_sham
Hi, We are using the jboss portal 2.4 for our development and apache web server with mod_jk. We need some solution for the below issues: 1. Our site implementation is currently in no secure mode means HTTP 2. We would like to convert few pages to secure, meaning in HTTPS. We know how to confi

[jboss-user] [EJB 3.0] - Re: ClassCastException within an EAR deployment

2008-02-12 Thread heizenberg
Thanks JaiKiran. I did check my class loaders in my JMX console. It showed no duplicates. I also tried playing with a jboss-app.xml file and tried to specify one classloader for the entire EAR. That didn't help either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [Messaging, JMS & JBossMQ] - UIL2 ReadTask / WriteTask thread leak on 4.0.5 GA

2008-02-12 Thread gogoasa
Hello, I see the thread leak problem described in http://jira.jboss.org/jira/browse/JBAS-4525 was backported for the 4.0.3 branch in http://jira.jboss.org/jira/browse/ASPATCH-300. I am using 4.0.5GA, and still the thread leak behaviour manifests itself. Inspecting the jvm with JConsole, i can

[jboss-user] [Security & JAAS/JBoss] - how to retrieve the jboss related property

2008-02-12 Thread jdsignature
How can I retrieve the jboss related proeprty at runtime: for instance,THE SERVER : the jboss-4.2.2.GA are there any jboss utility to retrieve the jboss-4.2.2.ga at runtime, so i can not hard code this. thanks, in addition, are there any UUId GENERATOR IN jboss? View the original post : http

[jboss-user] [JBossCache] - Manual eviction not working

2008-02-12 Thread dmary
Hi all, I'm trying to evict manualy all nodes from memory cache to cache loader (mysql datastore). I'm doing this as I want to keep data from cache even if I shutdown JBoss server, so I want to store physicaly datas , and when I start Jboss another time, it will bring up all datas from cacheloa

[jboss-user] [JBoss Seam] - Seam 2.1.0 A1

2008-02-12 Thread [EMAIL PROTECTED]
We've release 2.1 A1. This is strictly an alpha release to allow testing of some of the things in development for 2.1. (More JBoss 5 integration, portal, wicket support, etc...) While the code is stable, at least with respect to 2.0 functionality, I'd recommend waiting for a beta release unle

[jboss-user] [JBoss jBPM] - Re: Is org.jbpm.gd.jpdl plugin up-to-date in CVS (the projec

2008-02-12 Thread [EMAIL PROTECTED]
Hi John, The reference to dom4j should not be necessary anymore. I have changed the code to use JAXP instead (and yes, that was a real PITA). There probably are still a lot of bugs related to this as well. My Eclipse version at the moment is 3.3.1.1. JDK is JRockit 1.6 on Linux. Cheers, Koen V

[jboss-user] [JBoss jBPM] - Re: JBPM Running Process without jbpm-console

2008-02-12 Thread [EMAIL PROTECTED]
Richard, You can deploy process archives using ant tasks and access them programmatically using the jBPM API. Have a look at the docs for this. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128862#4128862 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: gpd.xml bend coordinates

2008-02-12 Thread simonbaker
"kukeltje" wrote : So bendpoints are in fact nothing more than line-segments with a kind of weird coordinate system. Besides that, you cannot draw a diagram without having the original processdefinition.xml as wel, since you have to know where the transitions go to. I wonder why Koen implemented

[jboss-user] [JBoss jBPM] - Re: gpd.xml bend coordinates

2008-02-12 Thread simonbaker
"kukeltje" wrote : Just out of curiosity, did you choose jGraph over e.g. SVG or did you not consider SVG at all. Personally I'd be interested in an xslt that converts the gpd.xml to SVG. Cool dynamic overlay things can be done than including zooming etc... without the need to use a jpg Someone

[jboss-user] [Security & JAAS/JBoss] - Re: Custom Login Module not working

2008-02-12 Thread ragavgomatam
I have posted the code of the DatabaseServerLogin Module.Your method should be called from within getUsersPassword()...Check the super class code DatabaseServerLoginModule.java /* | | * JBoss, the OpenSource WebOS | | * | | * Distributable under LGPL license. | | *

[jboss-user] [JBoss Seam] - entity bean reference in seam setup (seam-gen)

2008-02-12 Thread asookazian
during the interview for setup of a new Seam project using Seam2.0.0.GA I noticed that it refers to "entity beans". Using EJB3 (as we do with most Seam projects), shouldn't this state something similar to "JPA entities" or "entity classes" to be more general and encompass Hibernate POJOs as wel

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM Graphical Process Designer Installation

2008-02-12 Thread [EMAIL PROTECTED]
Please use the version 3.1.2 feature zip file. Installation is as simple as extracting the zip file. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128853#4128853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - message transformation error

2008-02-12 Thread mulatli
I am new for JBoss ESB and I tryed to follow the console-demo-01 and get this error when I test out. What am I diong rong? java.lang.NullPointerException at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:168) at com.sun.facelets.util.DevTools.writeVariables(DevTools

[jboss-user] [JBoss jBPM] - Re: gpd.xml bend coordinates

2008-02-12 Thread [EMAIL PROTECTED]
So yes, it is completely GEF related. And indeed, merging the info in one file would solve these issues. Cheers, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128851#4128851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss jBPM] - Re: GPD process designer - gpd.xml coordinates relative to w

2008-02-12 Thread [EMAIL PROTECTED]
Simon, I use those coordinates as a black box. They are generated automatically by the Eclipse GEF framework. I remember having seen some documentation about those, probably in the Eclipse GEF JavaDocs. I hope this helps a bit. Regards, Koen View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Messaging] - Re: Reliable delivery

2008-02-12 Thread ataylor
The first thing I notice is that you are setting the timetolive on send to 1000ms, this means that most of these messages could expire and never be consumed, set this to 0. However, I think that the reason the throughput is dropping to 0 is because the server has run out of memory, try upping th

[jboss-user] [JBoss Getting Started Documentation] - Regarding Cluster configuration in jboss4.0.3sp1

2008-02-12 Thread suresh.spsoft
Hi all of you, I have one doubt regarding clusters in jboss. i got an error during running of jboss server.i done some configurations.i dont know those are correct or not.if any one knows cluster configuration in jboss,please help me.. Regards, Suresh View the original post :

[jboss-user] [JBoss jBPM] - Re: gpd.xml & ISO-8859-1 encoding

2008-02-12 Thread [EMAIL PROTECTED]
There are encoding issues with the gpd.xml file. Have a look in JIRA for the corresponding tickets. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128841#4128841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Clustering/JBoss] - Re: deploying applications in selected Multiple Nodes in JBO

2008-02-12 Thread viswanadhvk
Hi friends , at least pls try to respond some thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128838#4128838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128838 ___

[jboss-user] [JBoss jBPM] - Re: task-create event

2008-02-12 Thread twiceknightly
Sorry here is the code for the action ... | public class SetupSuspiciousTransaction implements ActionHandler{ | | public void execute(ExecutionContext executionContext){ | | ContextInstance instance = executionContext.getContextInstance() ; | instance.setVari

[jboss-user] [JBoss jBPM] - Re: Compatibility between 3.0.13 and 3.1 code base ?

2008-02-12 Thread [EMAIL PROTECTED]
If you convert the files, you will not be able to open them with the 3.0.x based designers anymore. But note that there is no impact wrt the jBPM engine. The conversion only relates to the graphical information in the gpd.xml file. Regards, Koen View the original post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: task-create event

2008-02-12 Thread twiceknightly
Below is a simple unit test. What I am trying to do is set some values in the context on creation of the task in the start state. The event is firing and my action "SetupSuspiciousTransaction" is being run. This action sets variables in the context. Later on I try to retrieve the variables a

[jboss-user] [JBoss jBPM] - Re: Problem adding variables to context instance

2008-02-12 Thread twiceknightly
Apologies. I was of course jcr-1.0.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128829#4128829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128829 ___ jboss-user mail

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-02-12 Thread [EMAIL PROTECTED]
After a week of skiing I am in Orlando for JBW at the moment. I will try to look at it in between my other activities. Cheers, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128827#4128827 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: well-formed character problem

2008-02-12 Thread monkeyden
Use Unicode http://www.oasis-open.org/docbook/specs/wd-docbook-xmlcharent-0.3.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128825#4128825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128825 ___

[jboss-user] [JBoss Seam] - Accessing entity beans from separate EAR file

2008-02-12 Thread hubaer
Hi all, I have a problem deploying my seam application. In my application structure I have 2 EARs. One with the services and one with the web-frontend (with seam). In the service-ear I have entity beans which have Seam annotations. Now when I deploy both ears Seam only install the component fro

[jboss-user] [JBoss jBPM] - Problem adding variables to context instance

2008-02-12 Thread twiceknightly
I have put together a simple junit test. Part of this test defines an action that performs the following: ContextInstance instance = executionContext.getContextInstance() ; instance.setVariable("id","1") ; When I'm running it I'm getting | Exception in thread "Main T

[jboss-user] [JBoss Seam] - well-formed character problem

2008-02-12 Thread pete007
Hi, I am getting the following message in different use-cases: Error Parsing /router.xhtml: Error Traced[line: 22] The content of elements must consist of well-formed character data or markup. First one is, when I use german Umlaute like รค. How do I write this Characters correctly into the xhtml-

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

2008-02-12 Thread monkeyden
Definitely consider creating custom events as well. The decoupling it gives you can help to simplify extremely complex business rules. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128813#4128813 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossWS] - Re: Is JAX-WS only usable with EJB 3 projects?

2008-02-12 Thread Bouchwichman
even without the interface (... implements IEchoBean ) i have the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128811#4128811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128811 ___

[jboss-user] [JBossWS] - Re: Is JAX-WS only usable with EJB 3 projects?

2008-02-12 Thread Bouchwichman
here is my implementation class : package bsa.ws; | | import javax.jws.WebMethod; | import javax.jws.WebService; | | | @WebService( |name="Echo", |targetNamespace = "http://ws.bsa";, |serviceName = "EchoServ

  1   2   >