[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with hibernate code gen.

2006-10-09 Thread [EMAIL PROTECTED]
you could then start by reducing the problem to something simple and then report it as a bug. But a missing typename hints very much that you have composite id'sdo note that not having a primary key results in all the columns being used as composite id. View the original post : http://www

[jboss-user] [Beginners Corner] - Drolls

2006-10-09 Thread chandu_jboss
hi, I am new to the Jboss Rules Engine, I have created one xl sheet with one rule RuleSet Business Rules Import com.triaton.tkafuh.webapp.se.EntgeltumwandlungSE,com.triaton.tkdirws.ws.model.DoTKPerson,com.triaton.tkdirws.ws.model.DoTKResult Sequential

[jboss-user] [JBoss jBPM] - Re: Problems with conditions in transactions

2006-10-09 Thread fjfernandez
Anybody can help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977134#3977134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977134 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss jBPM] - how can I get previous actorid in jBPM 3.1.2?

2006-10-09 Thread ppxiaofei
by using executionContext.getTaskInstance().getPreviousActorId(), it's return is null. Anybody could tell me how to get previous actor? Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977133#3977133 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with hibernate code gen.

2006-10-09 Thread joe480
Well, the problem is that I dont have any composite ids. SO how is it possible to handle this problem? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977132#3977132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBossWS] - Securing POJO Web Service

2006-10-09 Thread parmarsanjay
How do I retrieve User Principal in Web Service Implementation? It's easy to get the Caller Prinicipal in Web using getUserPrincipal() of HttpServletRequest. What's the equivalent in POJO Web Service implementation? Cheers, Sanjay View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JCA/JBoss] - Re: Hints need:

2006-10-09 Thread wmprice
Most likely JackRabbit is relying on the javax.jcr.* classes that are not deployed to JBoss by default. They don't seem to be included in the JackRabit RAR as well. JackRabbit defines this as it's connection-defintion. Since we can't find it, we can't create the connection. Verify where these

[jboss-user] [JBossWS] - Re: Securing POJO Web Service in 4.0.3 SP1

2006-10-09 Thread parmarsanjay
Alright. I found the problem. I was getting the above error becuase of FORM based authentication in web.xml. I changed that to BASIC authentication and everything is working fine now. BASIC Protected Realm Cheers, Sanjay View the original post : http://www.jboss.com/index.h

[jboss-user] [JCA/JBoss] - Hints need:

2006-10-09 Thread Gleb.Gadyatskiy
Hi All! I tried to deploy Jackrabbit on JBoss with JCA, using "JackrabbitOnJBoss" (http://wiki.apache.org/jackrabbit/JackrabbitOnJBoss) I took from SVN the latest sources of Jackrabbit, rebuilt it by Maven and did all steps from aforementioned instruction. Unfortunately, I always get o

[jboss-user] [News & Announcements] - JBoss Messaging 1.0.1.GA Released

2006-10-09 Thread [EMAIL PROTECTED]
JBoss Messaging 1.0.1.GA has been released and it is available for download on on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and sourceforge (http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261). The complete list of changes since 1.0.0.GA is ava

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.0.1.GA Released

2006-10-09 Thread [EMAIL PROTECTED]
JBoss Messaging 1.0.1.GA has been released and it is available for download on on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and sourceforge (http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261). The complete list of changes since 1.0.0.GA is ava

[jboss-user] [Security & JAAS/JBoss] - Re: Q about login config

2006-10-09 Thread jaikiran
anonymous wrote : I do not want to edit the conf/login-config.xml file in JBoss app server's path. So my Q is, is there a way I can configure my custom LoginModule without ever needing to edit the conf/login-config.xml in Jboss's path? Can I somehow provide an additional login-config.xml inside

[jboss-user] [JBoss Seam] - Re: problem in a simple seam application

2006-10-09 Thread mnrz
"petemuir" wrote : Please show the User class hi, here is User class: | package com.seam.dto; | | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.Id; | import javax.persistence.Table; | | import static org.jboss.seam.ScopeType.SESS

[jboss-user] [Security & JAAS/JBoss] - Re: Q about login config

2006-10-09 Thread jaikiran
anonymous wrote : I do not want to edit the JAVA_HOME java installation files. Is there another way to configure my custom LoginModule for java so that I do not have to physically mess around with the Java configuration. There could be other Java programs, running on the same machine, and I don'

[jboss-user] [JBossWS] - Re: Authentification in jax-rpc

2006-10-09 Thread parmarsanjay
Is it possible for you to provide the solution? How do I find the current logged in user inside Web Service Implementation? Cheers, Sanjay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977120#3977120 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossWS] - Securing POJO Web Service in 4.0.3 SP1

2006-10-09 Thread parmarsanjay
I have created one POJO Webservice and everything works fine but I run into issues as soon as I try to secure the Web Service. Here are the steps I am following to secure the Web Service. -Modified the web.xml to specify the contraints. == InfoServiceServlet com.in

[jboss-user] [Installation, Configuration & Deployment] - Re: Exploded Vs Packaged mode

2006-10-09 Thread visolvejboss
Hello, Refer the following wiki page. http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment It says that, anonymous wrote : In a normal archive, JBoss will redeploy the application when the archive is updated. To force JBoss to redeploy an exploded application simply update the top l

[jboss-user] [JBoss Seam] - Re: Assigning an Actor for SEAM-jBPM integration

2006-10-09 Thread bsheward
Hhhmmm Not really sure why that needed to change. I now see this exception: java.lang.IllegalArgumentException: create method not found at org.jboss.seam.Component.callComponentMethod(Component.java:1342) at org.jboss.seam.Component.getInstanceFromFactory(Component.java:1293)

[jboss-user] [JBoss Seam] - Re: problems with ms sql

2006-10-09 Thread brett.schuchert
I had the same problem. Here's partial code that does the trick. Note that I'm using an EntityManager in a JSE environment, not a JEE environment. Also, since I'm using hibernate, I did one hacky thing... I down casted the EntityManager to EntityManagerImpl. Here's what I wrote to set identit

[jboss-user] [JBoss Portal] - Re: insert images into portal-server.war/login.jsp

2006-10-09 Thread rashmi_setty
Why cant we access the images in Portal-server.war as that is also a war file.why is this peculiar behavior? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977114#3977114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBossCache] - Re: Problem in Replication with Jboss Pojo Cache.

2006-10-09 Thread [EMAIL PROTECTED]
In the release 1.4, there are couple of examples in the distribution. Can you try them out first to make sure if works in your enviornment? And also that you can modify it further for your use cases for troubleshooting. Not replicating can also be due to the mcast not working properly, e.g. -Be

[jboss-user] [JBossCache] - Re: Eviction Policy problem cache clear

2006-10-09 Thread [EMAIL PROTECTED]
OK, eviction policy has this restriction that if you specify the region name from the xml, it needs to be String-based (since there is no way to express Object from xml configuration). So if you need to evict non-String based fqn, you will have to do it via programmatically yourself. Here is a

[jboss-user] [EJB 3.0] - NullPointerException in jboss calculator example

2006-10-09 Thread haplo_3
i'm trying to run the following example and i'm getting NullPointerException http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/sfsb/ HTTP Status 500 - type Exception report message description Th

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Do I have to use Hibernate for EJB3 persistence?

2006-10-09 Thread lightbulb432
(One week later, still very interested in some information on this topic. Thanks.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977110#3977110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977110 ___

[jboss-user] [JBoss Seam] - Re: Assigning an Actor for SEAM-jBPM integration

2006-10-09 Thread [EMAIL PROTECTED]
Change #{todoList.currentUser} to #{currentUser} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977109#3977109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977109 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Assigning an Actor for SEAM-jBPM integration

2006-10-09 Thread bsheward
OK, I was wondering whether something like a servlet filter could do the job, access the Actor in the session context used by Seam, thus avoiding the need for the reference in the JSF page. I've tried petemuir's approach, but I must be missing something basic. I have a stateless session bean:

[jboss-user] [JBoss jBPM] - JBPM and BPEL guide

2006-10-09 Thread viniciuscarvalho
Hello there! I've been trying to download this guide from jbpm docs, but it seems to be a broken link, Im redirected to the jems download page after clicking on it. Its the one posted on september 13th 2006 Any ideas where to find it? Regards View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Non-serializable objects in session break clustered app

2006-10-09 Thread [EMAIL PROTECTED]
AFAIK the problem that was complained about here was fixed ages ago. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977106#3977106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977106 __

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

2006-10-09 Thread [EMAIL PROTECTED]
No! That is not the solution! Instead makse sure you call close() on all connections, as is required by the JCA spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977105#3977105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: In attribute requires value for component: selectItems.s

2006-10-09 Thread [EMAIL PROTECTED]
Seam is complaining about a field of your SelectItems class that does not even exist in the code you just showed. So please post a stacktrace and code that are actually consistent. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977104#3977104 Reply to the po

[jboss-user] [JBoss Seam] - Re: Assigning an Actor for SEAM-jBPM integration

2006-10-09 Thread [EMAIL PROTECTED]
Yep, petemuir has got it. Basically, using @Factory or @Unwrap, you can write a component that "pulls" data when you need it. You could even subclass Actor and replace the built-in component with one that automagically populates the actor id from the user principal. :-) View the original post

[jboss-user] [JBossCache] - Re: PojoCache 2.0 Release Date

2006-10-09 Thread [EMAIL PROTECTED]
Hi, Maxime, We have developer release CR1 tagged in our internal cvs. So you can check out that verion and build it yourself. Or if you can wait for another week or so, we will have an Alpha release out for public consumption. -Ben View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss jBPM] - Re: Deploy my process with jBPM-3.1 in JBOSS-4.0.4GA

2006-10-09 Thread [EMAIL PROTECTED]
Hi all, Now I resolve the problem of deploying process into database. I use the ant task to deploy. and I use the code below to retrieve the process in my application. | this.jbpmContext = JbpmContext.getCurrentJbpmContext(); | this.graphSession = jbpmContext.getGraphSession(); | Proces

[jboss-user] [Remoting] - C# with EJB corba

2006-10-09 Thread ivan_penuelas
Hi!! I am trying to connect a c# client with an EJB already deployed on Jboss I don´t know how to do it i was trying with a code project tutorial but i had a ,ot of problems can some one put me in the rigth direction sorry for my english do i have to configure someting to use the IIOP or the cor

[jboss-user] [EJB/JBoss] - Re: Using C# with Jboss

2006-10-09 Thread ivan_penuelas
Sorry i am using Jboss 4.0.4 and eclipse Jboss ide as an java editor visual studio 2005 version 8 and framework 2.0 windows xp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977090#3977090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [EJB/JBoss] - Using C# with Jboss

2006-10-09 Thread ivan_penuelas
Hi!! I am trying to connect a c# client with an EJB already deployed on Jboss I don´t know how to do it i was trying with a code project tutorial but i had a ,ot of problems can some one put me in the rigth direction sorry for my english do i have to configure someting to use the IIOP or the cor

[jboss-user] [JBoss AOP] - Re: Is there a static vs. dynamic binding problem with jboss

2006-10-09 Thread stalep
this problem is now fixed, it was a bug in javassist. the fix is atm only available from the javassist cvs repository, but the upcoming jboss-aop 2.0 will include this fix. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977088#3977088 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: Non-serializable objects in session break clustered app

2006-10-09 Thread jgilbert
Has anyone solved this? I deployed my seam 1.0.1.GA app to jboss/all and I get the same error. In my web.xml I had added: In my jboss-web.xml I had added: |SET_AND_NON_PRIMITIVE_GET | SESSION | | When I back these changes out the error goes away, but obvio

[jboss-user] [JBoss Seam] - Mysterious "Transaction is not active" when trying to get Co

2006-10-09 Thread zeevlazarev
Hi, I'm using jboss-4.0.4 and MySQL. When I try to get a Connection from java.sql.DataSource obj I get the follwing exception: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=ZEEV/16, BranchQual=, localId =16]) 23:48:10,921 INFO [CachedConnectionManager] Closing a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.4 fails to deploy Hibernate

2006-10-09 Thread Gary Marsh
Ah Ha I found a reply in one of the other posts that led me to the attachments I need to download.They were at the following url : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernateSwitching you want hibernate3-deployer.zip which contains an archive that when extracted into serv

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with hibernate code gen.

2006-10-09 Thread [EMAIL PROTECTED]
as listed many places the seam gen currently doesn't handle composite ids View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977083#3977083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977083 _

[jboss-user] [JBoss Seam] - Re: Populating Lookup Column in JSF Table using Seam

2006-10-09 Thread petemuir
The code you have written will work. But it will only ever retreive one security code - not one per 'person' (row) of the datatable. If you want to calculate a temporary value for each person (that isn't stored in the database) then I would suggest using a transient field on the Person entity.

[jboss-user] [JBoss Seam] - Re: Creating Simple Seam Project in Eclipse failed

2006-10-09 Thread petemuir
To me it looks like you are trying to deploy a DataSource called bookingDatasource twice (again). Try not deploying the datasource again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977080#3977080 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: problem in a simple seam application

2006-10-09 Thread petemuir
Please show the User class View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977078#3977078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977078 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: Assigning an Actor for SEAM-jBPM integration

2006-10-09 Thread petemuir
I would assume that at some point you make the user (username at the very least) accessible as a Seam managed object - i.e. you have devised a way of knowing, within seam, who is logged in. So just add the Actor bit to that e.g. @Out(scope=SESSION) | User currentUser; | ... | @Factory("cu

[jboss-user] [EJB 3.0] - Re: Nested entities and lists

2006-10-09 Thread monkeyden
BTW, this is an outer join, where some Locations will not have Areas associated with them at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977075#3977075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977075

[jboss-user] [Installation, Configuration & Deployment] - Re: [log4j] SMTPAppender with more than one line per email

2006-10-09 Thread avnmurthy
okay, figured out (at least in my case) It is the problem with printstacktrace call which was generating mutiple emails for a single exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977074#3977074 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [EJB 3.0] - Nested entities and lists

2006-10-09 Thread monkeyden
I have an entity, Location, which has List. While querying Location, I only want the areas which have a STATUS field of 0 (zero). Is it possible to do this in one query or do I need to do it the "hard way?" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397

[jboss-user] [Installation, Configuration & Deployment] - Re: [log4j] SMTPAppender with more than one line per email

2006-10-09 Thread avnmurthy
Hmmm, It is sending one exception tracelog into multiple emails View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977070#3977070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977070 ___

[jboss-user] [JBoss Seam] - Re: In attribute requires value for component: selectItems.s

2006-10-09 Thread jimjamz
Gavin, Thanks for helping me out. I now have my ejb's deploying, but I I still get the same error In attribute requires value for component: selectItems.stateBean ... Here is my startup log. | 14:21:18,936 INFO [EARDeployer] Init J2EE application: file:/usr/local/jboss/jboss-4.0.4GA/server

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss 4.0.4 fails to deploy Hibernate

2006-10-09 Thread Gary Marsh
Hi; I just downloaded a fresh verison of JBoss 4.0.4GA selecting the ejb3 option. I also selected SapDB as my default datasource. When I execute the run.bat I get the following error output: 12:23:48,375 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Program Files/jboss-4.0.4.

[jboss-user] [Messaging, JMS & JBossMQ] - Messages to a Single Client

2006-10-09 Thread JEFFASTOREY
I'm trying to figure out a way to have a stateful session bean send an asycnhronous message back to the client that is currently using it. More specifically, the different private methods in the beans should send a message back to the client informing it of its progress. I've looked into JMS but

[jboss-user] [JBoss Portal] - portlet action problem

2006-10-09 Thread ikazarno
Hi, I have a strange problem invoking a portlet action. The first page is rendered successful but if I click any link on the portlet the browser tries to access a SSL page and I get a connection error because I?m using http access. The URL is automatically changed to something like: http://12

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Double HttpRequest Problem

2006-10-09 Thread PeterJ
How did you determine that the app server is sending the requests twice? Personally, I have never experienced this behavior. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977062#3977062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Installation, Configuration & Deployment] - Re: Portal Settings Not Saving

2006-10-09 Thread PeterJ
Sorry, but I am not familiar with Pentaho. I use JBoss AS 4.0.4GA and Portal 2.4.0.GA with MySQL or PostgreSQL. Haven't used the Portal with Hypersonic. Page definitions are stored in the database (in Portal 2.4), so I suspect that the problem is database related. View the original post : htt

[jboss-user] [JBoss Portal] - Portal Settings Not Saving

2006-10-09 Thread billw
I have been workting with both Windows and MacOS installs of JBoss 4.0.3 with Hypersonic and almost all of the admin settings do not get saved when the portal is restart. Assigning a Portlet an instance is an example of something that has not stuck. I can edit the files by hand, but that is extr

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL: Process Performance and Workload ?

2006-10-09 Thread [EMAIL PROTECTED]
1) Well, as you know, endpoints backed by a BPEL process are stateful. In general, you will have a process instance per request, unless two or more requests correlate to the same process instance. In this case these requests will execute the same instance. This is a consequence of the design of

[jboss-user] [Installation, Configuration & Deployment] - Exploded Vs Packaged mode

2006-10-09 Thread pandutalli
Hi, When i deploy in Exploded mode and the server is running, I am unable to redeploy after adding a new method, I am forced to stop the server and do the redeploy, I observed struts.jar is locked. However, when i deploy in Packaged mode i am able to undeploy, deploy or redeploy without stoppi

[jboss-user] [Installation, Configuration & Deployment] - Re: Portal Settings Not Saving

2006-10-09 Thread billw
Its Hypersonic, not hibernate. WAYYY too late last night working on this portal. Bill View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977057#3977057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977057

[jboss-user] [JBoss Messaging] - Re: Marshalling problem

2006-10-09 Thread [EMAIL PROTECTED]
Is you EAR scoped? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977056#3977056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977056 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Eclipse IDE (users)] - Problem with hibernate code gen.

2006-10-09 Thread joe480
I followed the video example to generate Seam project from a database using Jboss IDE. And after I run it this went off: [img]http://jp4e.netkosice.sk/temp/hib_ex.png[/img] Whats the problem? And How did Jboss AS know about the new project the tutor created in the video. thx. View the original po

[jboss-user] [JBoss Seam] - Assigning an Actor for SEAM-jBPM integration

2006-10-09 Thread bsheward
Hi, I want to use SEAM and jBPM together, which seems simple enough, but I've come to realize that setting the "actor" component is absolutely critical to getting it to work. I've read through a number of threads on this forum and seen a number of posts saying "follow the examples". The probl

[jboss-user] [EJB 3.0] - Re: Clustered Beans and Testing with the Embedded Container

2006-10-09 Thread jgilbert
OK. I hacked together a simple solution with a mock partion that seems to work fine. I'll add the details to the jira issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977050#3977050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Clustering/JBoss] - Re: ehCache 1.2 doesn't replicated data in the JBoss cluste

2006-10-09 Thread [EMAIL PROTECTED]
Suggest you post on an ehCache forum or the forums on hibernate.org. Maybe another user will answer you here, but I doubt that any of the JBoss folks who monitor this forum will know the answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977049#3977049

[jboss-user] [JBoss jBPM] - Re: error testing atm bpel process, java.lang.reflect.Invoca

2006-10-09 Thread [EMAIL PROTECTED]
Well, I successfully tested with: Windows XP SP2 Sun JDK 1.4.2_10, 1.5.0_07 JBoss 4.0.4.GA, 4.0.3SP1, default configuration JBossWS 1.0.3.GA jBPM BPEL 1.1.Beta2 I haven't tried the all configuration. Please try with the default and let me know whether the problem appears there too. View the ori

[jboss-user] [Security & JAAS/JBoss] - Q about login config

2006-10-09 Thread kabhishek30
Q1: I have an application that I am able to deploy and run on JBoss app server. I use a custom LoginModule for authenticating users into this application. The LoginModule is configured in /conf/login-config.xml as:

[jboss-user] [JBoss jBPM] - Re: error testing atm bpel process, java.lang.reflect.Invoca

2006-10-09 Thread javilaalonso
Hi, I am using :jboss-4.0.4.ga (server all). jbpm-bpel-1.1.Beta2 jbossws-1.0.3 Do you need any more information? The problem is that i think I have changed something else because I had some ERRORS. I have followed the steps in the user guide. ant deploy-pr

[jboss-user] [EJB 3.0] - Re: Embedded EJB3.0 and Tomcat JDNI error

2006-10-09 Thread thillerson
I noticed a release note for RC9 [EJBTHREE-654] - remove hard coding of TransactionManager I've also noticed that when running an embedded ejb3 app in Tomcat the jndi.properties file is not enough to make an initial context pick up the correct properties, and I need to do this to find anything

[jboss-user] [EJB 3.0] - Re: Clustered Beans and Testing with the Embedded Container

2006-10-09 Thread jgilbert
I created a JIRA issue: http://jira.jboss.com/jira/browse/EJBTHREE-731 If you have any hints I can take a swing at the proper micro-container configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977039#3977039 Reply to the post : http://www.jboss.c

[jboss-user] [Security & JAAS/JBoss] - Re: using a porta page within

2006-10-09 Thread rajmera
Use /portal/myportal/Login It should be relative to your portal context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977037#3977037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977037 __

[jboss-user] [JBoss Portal] - Re: Both binary and source downloads fails to get deployed

2006-10-09 Thread kkganesan
Downloaded, unzipped and ran ./run.sh the bundled one. Are there any platform specific (Ma os x) changes to be made ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977036#3977036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Eclipse IDE (users)] - Cannot create EJB3.0 Project

2006-10-09 Thread ahachmann
Hi there, I have a problem with creating an EJB3.0 Project. When I need to choose the Server on which the Project shall be running, after selecting the Server the finish button does not get enabled. Further more i cannot select a Server in the already existing Projectproperties. I use eclipse 3

[jboss-user] [EJB 3.0] - Re: Clustered Beans and Testing with the Embedded Container

2006-10-09 Thread [EMAIL PROTECTED]
that is a good task for JIRA. Please log it. You should be able to test a clustered bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977034#3977034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977034 __

[jboss-user] [JBossWS] - SAAJ 1.3: SOAPBody.extractContentAsDocument()

2006-10-09 Thread mario.lischka
Hi, I need the methode Document SOAPBody.extractContentAsDocument() which is new in SAAJ 1.3 unfortunatly this is not part of jboss-saaj. Any suggestions, how to work arround? Kind regards, Mario View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977033#3977

[jboss-user] [JBoss Seam] - Re: Transaction problem after upgrade

2006-10-09 Thread [EMAIL PROTECTED]
A "similar" problem? What is the stacktrace? Note that you don't use @End and @EndTask together. One or the other. Same with @Begin and @BeginTask. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977032#3977032 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - SOAP Headers

2006-10-09 Thread pseudonym
I'm using BPEL 1.1 beta2 and I need to be able to set (and read) a header variable in a SOAP invokation to a partner. I've searched around and I'm still not clear whether this is possible with JBoss's BPEL (it's not really covered by the OASIS spec). Is it possible to set SOAP headers using BP

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-09 Thread [EMAIL PROTECTED]
If you do the work in a long-running conversation, and then end that conversation when redirecting back to the home page, then Seam automagically detects that the conversation is over when the form is resubmitted. It Just Works. Try this out in the booking demo. View the original post : http:

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-10-09 Thread [EMAIL PROTECTED]
You'll have to use your debugger. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977029#3977029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977029 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: ManagedEntity class has gone

2006-10-09 Thread [EMAIL PROTECTED]
This component was NEVER released in any kind of packaged version of Seam (not even a beta). It was pure CVS stuff. Now, of course, all old code is ALWAYS available in CVS, that is why we have a version control system! If you look at the new example application in CVS, you will see how to use t

[jboss-user] [Installation, Configuration & Deployment] - TCLFilter Usage?

2006-10-09 Thread sleclere
I have successfully used the TCLFilter to separate application specific logging events ["APPLICATION_ONE", "APPLICATION_TWO"]. The problem is that application specific events are also being logged to my DailyRollingFileAppender ["FILE"], which is undesired behavior. What is the best way to eli

[jboss-user] [JBoss jBPM] - Re: Task Nodes - conditionally create tasks?

2006-10-09 Thread kukeltje
then why not have the task created by jbpm and ADD additional tasks runtime afaik that is a normal supported option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977024#3977024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Management, JMX/JBoss] - Why am I not receiving Notifications?

2006-10-09 Thread mskonda
My primary goal is to receive notifications from Naming (JNDI) MBean - that is, receive notifications for any additions or deletions or modificatios to the JNDI namespace. I have followed the wiki ListenerServiceMBeanSupport example and created a dummy notication lsitener which just prints ou

[jboss-user] [EJB 3.0] - Clustered Beans and Testing with the Embedded Container

2006-10-09 Thread jgilbert
I have been using the embedded container to do my ejb3 unit testing. Now I am starting to use the @Clustered annotation to cluster my beans. However, I still want to unit test them. But I get a "HAPartition not bound" exception when running my unit tests. Obviously I need to find the minimum se

[jboss-user] [Installation, Configuration & Deployment] - Re: How can i get my Castor application work under JBoss4.0.

2006-10-09 Thread Villain
Try to use parsers libriaries from ${jboss_home}/lib/endorsed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977020#3977020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977020

[jboss-user] [Installation, Configuration & Deployment] - Re: Portal Settings Not Saving

2006-10-09 Thread billw
Peter, Yes, it probably is better in portal now that you mention it, but I really don't want to cross post now. I am using JBossAS-4.0.3 SP1. The database is hibernate. It is the pre-configured JBoss that comes with Pentaho (1.2 RC2), but it is not Pentaho (at the moment) that I am struggling

[jboss-user] [JBoss/Spring Integration] - Re: Spring context same jar as EJBs?

2006-10-09 Thread alesj
Maybe you can use this approach: - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=92146 Having a single jar with injectable beans and ejbs - and jboss-spring.xml in ear root - pointing to that beans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[jboss-user] [JBossCache] - Re: Urgent- Socket error when adding object to DB using JDBC

2006-10-09 Thread [EMAIL PROTECTED]
Thanks. See http://jira.jboss.com/jira/browse/JBCACHE-802 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977016#3977016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977016

[jboss-user] [JBossCache] - Re: how to support custom CacheLoader callbacks to register

2006-10-09 Thread [EMAIL PROTECTED]
Still, odd that this is triggered by trying to load /teacher/Jones. I would expect the student data to be loaded lazily when accessed separately. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977014#3977014 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBossCache] - Re: How to specify cache loader for a specific region?

2006-10-09 Thread [EMAIL PROTECTED]
Sorry, this cannot be done at the moment. The cache loader applies to the entire cache. Try using separate cache instances. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977013#3977013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBossCache] - Re: Caching for Web services?

2006-10-09 Thread [EMAIL PROTECTED]
There is an entire chapter on configuration: http://labs.jboss.org/file-access/default/members/jbosscache/freezone/docs/1.4.0/TreeCache/en/html/index.html Do let us know if you have any success with your efforts. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Portal] - Re: Theme No Selection Leads to Null Pointer Selection

2006-10-09 Thread [EMAIL PROTECTED]
http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/troubleshooting.html#conf2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977007#3977007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977007

[jboss-user] [Installation, Configuration & Deployment] - Re: Portal Settings Not Saving

2006-10-09 Thread PeterJ
Which version of JBoss Portal are you using, and what database are you using? (By the way, this post should have gone in the JBoss Portal forum, you'd probably get more help there.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977006#3977006 Reply to the p

[jboss-user] [Installation, Configuration & Deployment] - Re: Fresh install throws startup error

2006-10-09 Thread PeterJ
This class is located in the jboss-remoting.jar file, which should be in server/default/lib. How did you install JBoss? Via the installer jar file, or download and unzip the zip file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977005#3977005 Reply to t

[jboss-user] [Advanced Documentation] - Re: duke's bank example doesnot compile in jboss4.0.4

2006-10-09 Thread PeterJ
How did you install JBoss AS? Did you use the installer jar file, or did you download and unzip the binary zip file? The tutorial assumes you did the later. (I know the tutorial builds properly, just did it last week.) View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Exception sending context initialized event to listener inst

2006-10-09 Thread anusanj
Please let me know what are the reasons this exception can occur. Thanks Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener java.lang.NullPointerException at sun.beans.editors.BoolEditor.setAsText(BoolEditor.java:38) at o

[jboss-user] [Beginners Corner] - Re: JBoss AS support for Java EE 5

2006-10-09 Thread jusi
Jeff I put this question to the JBoss sales team and received this answer from their UK sales manager: anonymous wrote : Jboss is highly focused on meeting all Java specifications and we are very active in the standards bodies for JEE5 which is due out towards the end of the year/early next ye

[jboss-user] [Security & JAAS/JBoss] - Re: Problems using JAAS with EJB 3.0 on JBoss 4.0.4-GA

2006-10-09 Thread jaikiran
Going by the number of people reporting this problem, i decided to test a sample application. Here's what i found: - It looks like the way you mention the security domain in the jboss.xml has changed. In earlier versions, you were supposed to specify something like: | java:/jaas/jbossmq

[jboss-user] [JBoss Portal] - Re: Theme No Selection Leads to Null Pointer Selection

2006-10-09 Thread franco12
"richmitc" wrote : I am new to JBoss. I recently downloaded Portal 2.4CR1 and installed it on Fedora Core 5. I was experimenting with the various theme selections. After trying each of the other four, I tried "No Selection". Now I get a HTTP 500 error with a Null Pointer Exception no matter

[jboss-user] [JBoss jBPM] - jbpmContext in webapp

2006-10-09 Thread fATbEAT
hi, i want to adapt the jbpm webapp to the needs of our company, therefore i've implemeted an own context manager which creates a context instance with a certain configuration which is needed, that's the only thing i adopted so far, i've put these adoptions into the an own jbpmcontextfilter whe

[jboss-user] [JBoss/Spring Integration] - Spring context same jar as EJBs?

2006-10-09 Thread tonisw
Hey, Currently in EJBs I can use @Spring annotation and such beans must be depoyed to jboss using separate .spring archive. This means two separate jars: one for spring context and other for EJBs. But I would like to have spring context specific for ejb module and so they should be deployed to

  1   2   >