[jboss-user] [EJB 3.0] - Re: EJB3 Persistence to HashMap

2006-11-03 Thread JAVALuva
Thanks for the reply, but I do not know if this is going to help me too much, I might be wrong, I am fairly new to JPA. Let me clarify a bit. My ResultSet from a Callable Statement returns an unknown number of fields, which I cannot specify at design time to map to fields of a POJO. The

[jboss-user] [JBoss Messaging] - _JMS Mesage delivery not working

2006-11-03 Thread oleznew
Hello, when delivering a message, the messaging server throws the following exception: | 09:38:35,748 ERROR [ExceptionInterceptor] Caught RuntimeException | java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 | at java.util.ArrayList.RangeCheck(ArrayList.java:507) | at

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss 3.2.7 running with JDK 1.5 and compiling with JDK

2006-11-03 Thread [EMAIL PROTECTED]
You can certainly use jdk5 for you app using 1.4 target mode. I don't think we have tested deploying apps that use jdk5 features (e.g.enums) in a 3.2.x runtime. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982871#3982871 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Can I use EJB 2.1 with EJB 3.0 when I installed JBossAS

2006-11-03 Thread [EMAIL PROTECTED]
You should be able to use both. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982870#3982870 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982870 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - jboss seam @Datamodel

2006-11-03 Thread ypasmk
I want to outject an ArryList so I have this in my ejb | @DataModel | private ListmyEntity ents=new ArrayListmyEntity(); | and this code in my jsf page | | | h:dataTable value=#{listAgents} var=report | #{report.id} | /h:dataTable | | and it's working..But

[jboss-user] [EJB 3.0] - Maven 2 repository - cannot find artifacts for JBoss EJB 3.0

2006-11-03 Thread skosonen
Hi, I tried to find required jar-files from JBoss Maven2 repository for building EJB3.0 project, but it seems that these are not there. Same problem with other Maven2 repositories. Of course I could install these artifacts manually in my local repository, but it would be more convenient to

[jboss-user] [JBoss Seam] - Re: configuration issues!

2006-11-03 Thread yj4jboss
the seam-gen utility works with seam 1.1.0 Beta 1...Follow the steps mentioned in the wiki and you should be able to have it working View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982877#3982877 Reply to the post :

[jboss-user] [JBoss jBPM] - Is this a viable scenario?

2006-11-03 Thread apill
We have an EJB 3 application running in Jboss that is designed to track inventory. Our data model is persisted with hibernate and according to the EJB3 spec and we're using stateless session beans to execute business logic from the client application. I would like design a workflow to manage

[jboss-user] [JBoss Seam] - Re: BUG?

2006-11-03 Thread Seto
here is the code of the Article | /** | * | */ | package cn.net.kdc.domain.cms; | | import java.util.*; | | import javax.persistence.*; | | import org.hibernate.validator.*; | | import cn.net.kdc.domain.global.*; | | /** | * @author Seto | * | */ |

[jboss-user] [JBoss Seam] - Re: t:dataScroller, dynamic loading...

2006-11-03 Thread petemuir
how about h:commandLink action=#{bean.loadData}h:graphicImage value=... //h:commandLink View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982881#3982881 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982881

[jboss-user] [JBoss Seam] - Re: jboss seam @Datamodel

2006-11-03 Thread petemuir
You can use a datatable/ui:repeat etc. on a plain list. You just don't get @DataModelSelection. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982883#3982883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982883

[jboss-user] [JBoss Seam] - Re: jboss seam @Datamodel

2006-11-03 Thread yj4jboss
Hello Peter, Is there a way of getting DataModelSelection working with this i.e a DataTable within another DataTable ?? Regards, Jankee Yogesh http://www.m-itc.net View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982885#3982885 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB3 Persistence to HashMap

2006-11-03 Thread [EMAIL PROTECTED]
you should be able to just execute the native sql and you would get an Object[] back. If you can use the hibernate api you can look at ResultTransformer API View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982886#3982886 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Bug of Persistence API?

2006-11-03 Thread Seto
here is the code of the Article | /** | * | */ | package cn.net.kdc.domain.cms; | | import java.util.*; | | import javax.persistence.*; | | import org.hibernate.validator.*; | | import cn.net.kdc.domain.global.*; | | /** | * @author Seto | * | */ |

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

2006-11-03 Thread [EMAIL PROTECTED]
Hello, i recently started for a company fixing some of the problems they had in their java code. The problem remaining in the application is the amount of deadlocks in the database. The system is running on jboss 4.0.2, ejb2.0, xdoclet 1.1.2, j2sdk1.4.1, mysql 4.0.16. I dont know that much

[jboss-user] [JBoss Seam] - Re: Paths and web file references

2006-11-03 Thread petemuir
h:graphicImage should do this for you with images... otherwise #{facesContext.externalContext.request.contextPath} gives you the app name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982884#3982884 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jboss seam @Datamodel

2006-11-03 Thread petemuir
AFAIK no. To use @DataModelSelection you must outject a JSF DataModel (@DataModel wraps your List in a DataModel automagically). I suspect you could do it manually but it would take some playing with Seam/JSF. View the original post :

[jboss-user] [JBoss jBPM] - Re: Javascript in xhtml

2006-11-03 Thread kukeltje
this is not a jbpm or even a jboss problem, please use the proper forums for this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982890#3982890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982890

[jboss-user] [JBoss jBPM] - JMS support in BPEL

2006-11-03 Thread TheEJBPope
Hi, It might be a fairly stupid question - I'm new to the product - is it possible with the BPEL extension to kick-off processes with inbound JMS messages ? I.e. start a process for each message posted on the Sales order queue; and avoid using WS alltogether. If so, how can I proceed to set

[jboss-user] [JBoss jBPM] - Re: new JPDL designer feature : forms generation

2006-11-03 Thread kukeltje
what webapp do you use? The jbpm 3.2 alpha one? because that is what View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982892#3982892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982892

[jboss-user] [JBoss jBPM] - Re: new JPDL designer feature : forms generation

2006-11-03 Thread matthieugd
ok I use the webapp of the 3.1.3 version, I've assumed that since this jpdl designer version was released one day after the 3.1.3 it's was this version that I sould use. Thanks for your help ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982895#3982895

[jboss-user] [JBoss jBPM] - Re: What is the best pattern to deny method executions?

2006-11-03 Thread apill
I want to do exactly the same thing. Have you managed to find a solution? You might want to follow my post in case someone replies to it. http://jboss.org/index.html?module=bbop=viewtopict=93899 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982896#3982896

[jboss-user] [Management, JMX/JBoss] - Re: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM

2006-11-03 Thread jaikiran
You will have to post the entire exception stacktrace and also additional information like the version of JBoss and Java that you are using. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982901#3982901 Reply to the post :

[jboss-user] [JBossWS] - Re: jaxrpc interop

2006-11-03 Thread RomeuFigueira
You could try and modify your client to include a line like this. envelope.addNamespaceDeclaration(PREFIX,NAMESPACE_URI); Where prefix would be rpc and NAMESPACE http://org.jboss.ws/samples/rpcstyle; That would add an adicional name space declaration like in your soapui example. View the

[jboss-user] [JBoss jBPM] - Re: JMS support in BPEL

2006-11-03 Thread TheEJBPope
Right. Stupid question indeed. BPEL is an extension of WS. So, the solution is probably using the jBPM model instead. Is the best approach writing MDB's and kicking-off the processes manually, or is this behavior already implemented somewhere ? View the original post :

[jboss-user] [JBoss Seam] - Re: t:dataScroller, dynamic loading...

2006-11-03 Thread sherkan777
petemuir wrote : how about | | h:commandLink action=#{bean.loadData}h:graphicImage value=... //h:commandLink I'm s fu. STUPID THANKS A LOT! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982903#3982903 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Aspect scope and construction pointcuts

2006-11-03 Thread chrismeadows
Hi there, I've pulled and built the 1_5_0 branch, but still get the same problem. I've been having a look at the source and believe the casue of the problem is in org.jboss.aop.advice.AbstractAdvice#resolveAdvice(Invocation) The code I see states | ... | if (invocation instanceof

[jboss-user] [JBoss Seam] - Seam Tag Library

2006-11-03 Thread m.schuetz
Hi, I'm seeking an overwiew about all seam tags. Does s.th like a Seam Tag Library exist?. Thank you for your help. Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982905#3982905 Reply to the post :

[jboss-user] [JBossWS] - NPE in SOAPFaultException + ClientImpl.handleRemoteException

2006-11-03 Thread alesj
| ClientImpl.handleRemoteException | | if (SOAPBinding.SOAP11HTTP_BINDING.equals(bindingId) || SOAPBinding.SOAP12HTTP_BINDING.equals(bindingId)) | { | throw new SOAPFaultException(null); | } | |public SOAPFaultException(SOAPFault fault) |{

[jboss-user] [JNDI/Naming/Network] - Re: using Tomcat to serve EJB requests

2006-11-03 Thread cjc
Hi, I have the same configuration. I did copy the lib's from Jboss to webapps/something/WEB-INF/lib | jbossall-client.jar | jboss-aop-jdk50-client.jar | jboss-aspect-jdk50-client.jar | jboss-aspect-library-jdk50.jar | jboss-ejb3-client.jar | jboss-ejb3x.jar | ejb3-persistence.jar

[jboss-user] [JBoss Eclipse IDE (users)] - Re: IDE2.0.0 packing and deployment

2006-11-03 Thread cdreyer1
Thanks for the quick reply. What is the time line for the packaging stuff Marshall is working on? (This year, next year) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982910#3982910 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Interceptor not working

2006-11-03 Thread [EMAIL PROTECTED]
Ah yes, In my rush yesterday, I wrote the new test without scoping the aspect PER_INSTANCE, so obviously this code was not actually tested! I've updated the test, and included your changes. Thanks for picking up on this View the original post :

[jboss-user] [JBoss AOP] - Re: Aspect scope and construction pointcuts

2006-11-03 Thread [EMAIL PROTECTED]
Ah yes, In my rush yesterday, I wrote the new test without scoping the aspect PER_INSTANCE, so obviously this code was not actually tested! I've updated the test, and included your changes. Thanks for picking up on this View the original post :

[jboss-user] [JBoss Seam] - Re: configuration issues!

2006-11-03 Thread yj4jboss
The only thing that needed change to was the following lines in application.xml From: | module | javajbpm-3.1.1.jar/java | /module | To | module | javajbpm-3.1.2.jar/java | /module | Regards, Jankee Yogesh http://www.m-itc.net View the

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 GA bluescreens

2006-11-03 Thread [EMAIL PROTECTED]
I also have the same machine and everything is ok (I am installing from http://jboss.sourceforge.net/jnlp/jems-installer-1.2.0.BETA3.jnlp, tell me if you are doing something else). It's most likely some bad driver. Could you give more information about the BSOD and your system configuration -

[jboss-user] [JBossWS] - Problem with SAAJ Client for Webservice that receives attach

2006-11-03 Thread RomeuFigueira
Hi there, I've implemented a webservice (JSR-109) that receives two parameters and one attachment. It's working fine, testing with soapui 1.6 beta2 showed that my service could receive and store attachments without a problem. Now I wanted to create a SAAJ client to make contact with such

[jboss-user] [JBoss Seam] - Re: Seam Tag Library

2006-11-03 Thread petemuir
Have you looked at the reference guide for 1.1BETA1 - Chapter 15 contains JSF tags. N.B. the online reference guide has not been updated yet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982918#3982918 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: problem with JBoss web-console

2006-11-03 Thread boobalan_kj
can you do explain what is JSR77?I dont know anything about that Thanks Bala. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982917#3982917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982917

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-03 Thread RomeuFigueira
Forgot to add: Running JBoss AS 4.0.5 with JBossWS 1.0.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982920#3982920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982920 ___

[jboss-user] [Security JAAS/JBoss] - Re: LDAP Newbie - LdapLoginModule

2006-11-03 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule If thats not what you are looking for, please provide more details about your application and also what exactly you are having problems with View the original post :

[jboss-user] [EJB/JBoss] - tried to enter Stateful bean with different tx context

2006-11-03 Thread boobalan_kj
when multible users accessing the application I am getting the following the log message... INFO | jvm 1| 2006/11/02 13:45:29 | 13:45:29,216 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: public abstract void javax.ejb.EJBLocalObject.remove() throws

[jboss-user] [EJB/JBoss] - Re: problem with JBoss web-console

2006-11-03 Thread jaikiran
http://jcp.org/en/jsr/detail?id=77 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982923#3982923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982923 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Seam Tag Library

2006-11-03 Thread m.schuetz
Fine. Thank you very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982924#3982924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982924 ___ jboss-user mailing list

[jboss-user] [J2EE Compliance] - topic up

2006-11-03 Thread gedel
kabir's answer is great. but two years elapsed ... Now we have pretty nice @EJB annotation within there no the ugly JNDI-client code required. please look at http://java.sun.com/j2ee/1.4/docs/relnotes/cliref/hman1m/appclient.1m.html and Creating a Reference to an Enterprise Bean Instance

[jboss-user] [EJB/JBoss] - Re: SFSB timeout setting

2006-11-03 Thread boobalan_kj
Hi you could control life time of bean by using the following configurations... container-configuration container-nameStandard Stateful SessionBean/container-name container-cache-conf cache-policyorg.jboss.ejb.plugins.LRUStatefulContextCachePolicy/cache-policy

[jboss-user] [JBoss jBPM] - Re: new JPDL designer feature : forms generation

2006-11-03 Thread kukeltje
hmmm... I did not know the current gpd has form generation functionality. I thought it was only just in cvs. Good to know View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982926#3982926 Reply to the post :

[jboss-user] [JBoss Seam] - Re: t:dataScroller, dynamic loading...

2006-11-03 Thread sherkan777
It doesn't work well:/ It scrolls my table well and hits my method but in datascroller view it not refresh numers... if I have: page: 3 4 5 6 7 i i click NEXT scroller show page 6 but i have still page 5 in scroller:( how can I refresh it? View the original post :

[jboss-user] [EJB/JBoss] - EjbHome.remove() method

2006-11-03 Thread me_zeta_me
What will happen to the ejb when we call the .remove method zeta View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982930#3982930 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982930

[jboss-user] [JBoss jBPM] - Re: Connection (transaction problem)

2006-11-03 Thread mduarte
tks but as I understood in the chapter 8 its only defined how to create the database. My database is already created in oracle database. My problem is when I need to create a new feature that should use the same connection that jBPM does. View the original post :

[jboss-user] [JBoss Portal] - Re: Jboss Portal - Mac os.

2006-11-03 Thread [EMAIL PROTECTED]
Start with the bundle version, it integrates JBoss AS + JBoss Portal and it will work on your Mac View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982932#3982932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982932

[jboss-user] [EJB/JBoss] - Re: EjbHome.remove() method

2006-11-03 Thread jaikiran
The EJB is removed from the pool. Have a look at the lifecycle of the EJBs, at: http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/EJBConcepts9.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982933#3982933 Reply to the post :

[jboss-user] [JBoss Portal] - Re: libs

2006-11-03 Thread franco12
no one can reply? .. or no one can understand my bad english ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982936#3982936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982936

[jboss-user] [JBoss Portal] - Re: libs

2006-11-03 Thread [EMAIL PROTECTED]
I don't understand it... But Myfaces libs are already included at the JBoss AS level in: server/default/deploy/jbosswebxx.sar/jsf-libs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982940#3982940 Reply to the post :

[jboss-user] [JBoss Portal] - User name and password for jmx-console in Browser

2006-11-03 Thread sharath2k
Hi All, I have opened JBoss home page and having issues when when im trying to access JBOSS JMX-Console through Internet explorer (ie Browser ).It is asking for user name and password I have given admin/admin but it is not accepting. Can any one help me in tracing out the username/password

[jboss-user] [EJB/JBoss] - Re: EjbHome.remove() method

2006-11-03 Thread me_zeta_me
after calling the remove method if i try to call any of the ejb business methods wat will happen. will i be able to call the business method. if yes y is it so View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982944#3982944 Reply to the post :

[jboss-user] [JBossCache] - Re: How do I programmatically get/put data from a cluster of

2006-11-03 Thread [EMAIL PROTECTED]
So far we only cater to every TreeCache instance being a member in the cluster as you mentioned. If you want a client-server model where the server is a data cluster, you could write a wrapper using your favourite remote access protocol (RMI, SOAP, whatever) on the server side which is a

[jboss-user] [EJB/JBoss] - Re: EjbHome.remove() method

2006-11-03 Thread jaikiran
You can no longer use the same instance. You will have to create a new instance using home.create() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982946#3982946 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982946

[jboss-user] [JBoss Portal] - Problem while deleting the user

2006-11-03 Thread rashmi_setty
We are using Jboss Portal 2.4 GA I am trying to delete the user in jboss portal programatically using the service in the following code String userID=aaa | userModule.removeUser((Serializable)userID); there is a user with username aaa. But I am getting exception as anonymous wrote :

[jboss-user] [Installation, Configuration Deployment] - How to stop Jboss Schedular programatically

2006-11-03 Thread harshi
Hi, I am using org.jboss.varia.scheduler.Schedulable to create a schedule in JBoss. In my application the schedule must be start and run if only certain parameters are avaiable only. is there a way i can invoke stopSchedule() method programatically. According to what I understand we can only

[jboss-user] [Remoting] - Re: Bug in Remoting 2.0

2006-11-03 Thread hceylan
Hi Ron, I have quite busy since then. It is a shame I haven't been able to test your proposal. Sorry, Nevertheless, thanks for the JIRA and solution. Hasan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982949#3982949 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: How to stop Jboss Schedular programatically

2006-11-03 Thread jaikiran
You can do the same programatically by getting hold of the Scheduler MBean and invoke the method on that. Here's an example of how to invoke method on a MBean whose ObjectName you know: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean View the original post :

[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken

2006-11-03 Thread sappenin
I can't confirm your problem using a JBoss/Java client. I'm using an Adobe Flex2 client, and can hit my JBoss webservice using the WSSE Username Profile. The only problem is that I have to send my password in the clear (See up above where [EMAIL PROTECTED] addresses this point). However,

[jboss-user] [JBoss Portal] - Re: libs

2006-11-03 Thread franco12
for example I import example.war in my portal. this war file incorporates libs in WEB-INF\libs I'm just wondering if Jboss portal uses its own libs or the one included the war files I import. thanks View the original post :

[jboss-user] [EJB 3.0] - Re: Bug of Persistence API?

2006-11-03 Thread Seto
oh, thanks I try it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982955#3982955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982955 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Bug of Persistence API?

2006-11-03 Thread Seto
OK, the result is normal, thanks a lot. But I also have a problem, I change the type to Integer, result is normal. When I change it back, it reports exception, but it doesn't before. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982959#3982959 Reply to the

[jboss-user] [Security JAAS/JBoss] - Re: Error 403 when using DatabaseServerLoginModule

2006-11-03 Thread jaikiran
anonymous wrote : Also i would like to be able to have the all the logs of the DatabaseServerLoginModule. Have a look at Q4 at: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ to enable TRACE level logs of jboss security package. View the original post :

[jboss-user] [JBossCache] - new to jboss cache

2006-11-03 Thread crr
Iam very new to Cache we are having clusture environment on jboss server. Could any one explain the about jboss cache where actually it fit into i already gonethrough the documentation provided in jboss website. But iam not getting . we are planning to implement jboss cache in our environment.

[jboss-user] [JBoss Portal] - Re: User name and password for jmx-console in Browser

2006-11-03 Thread [EMAIL PROTECTED]
It is the one you specified when you install JBoss. Look in default/conf/props/jmx-console.users.properties you should have something like: user=password View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982963#3982963 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Problem while deleting the user

2006-11-03 Thread [EMAIL PROTECTED]
You need to specify the user id not the username | User user = userModule.findByUserName(aaa); | userModule.removeUser(user.getId()); | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982966#3982966 Reply to the post :

[jboss-user] [JBoss Portal] - Re: libs

2006-11-03 Thread [EMAIL PROTECTED]
It's using the same classloading rules as of JBoss AS. It all depends on your configuration, see http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoading (For the myFaces lib for example, it will use the one in jsf-libs with the out-of-the-box configuration) View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Cannot start JBoss server from Eclipse with JBoss IDE 2 beta

2006-11-03 Thread A_titov82
I created J2EE project and now I want to deploy it on the server. I try to define a new runtime (Window- Preferences - Server - Installed Runtimes). I clicked Add... button and selected JBoss 4 Server Adapter Runtime. After selection only two buttons are enabled - Finish and Cancel. I clicked

[jboss-user] [EJB 3.0] - Re: Maven 2 repository - cannot find artifacts for JBoss EJB

2006-11-03 Thread [EMAIL PROTECTED]
Please search the forums - this has been (and still is) up for discussion. See: http://www.jboss.com/index.html?module=bbop=viewtopict=9 http://www.jboss.com/index.html?module=bbop=viewtopict=91160 View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-03 Thread cnsxxx09
Just to let you know ... it worked exactly as expected and has solved my problem. I'm impressed with the DeploymentService approach. The only issue I have now is that, after my MBean has finished and I call destroy(), I want it to self-destruct and delete itself from the deploy/ directory .

[jboss-user] [JBossCache] - Re: PojoCache 2.0 (replicate method execution)

2006-11-03 Thread mleur
Hi, Thanks for your response, I tries to create a new RpcTreeCache and call my method... but it doesn't work again with the same exception. XmlConfigurationParser parser = new XmlConfigurationParser(); | Configuration conf = parser.parseFile( cache-config.xml );

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-03 Thread [EMAIL PROTECTED]
There was a remove() or something to remove the descriptor. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982975#3982975 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982975 ___

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 GA bluescreens

2006-11-03 Thread therockhopper
BSOD says BAD_POL_HEADER The Event id is 1003 Error code 0019, parameter1 0020, parameter2 882013e8, parameter3 882017f0, parameter4 0a81004f. I'll email the dump. I can't see how EJB3 will work without JDK 1.5 so using 1.4.2 doesn't seem to be the fix even though there is no BSOD

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - SessionTimeout bug in tomcat 5.5.20

2006-11-03 Thread sreeraaman
Hi, I am working on container managed authentication using a form based login. I have configured web security as follows in web.xml: | error-page | error-code400/error-code | error-code403/error-code | error-code404/error-code | error-code500/error-code |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Unable to run and deploy Struts sample for Struts 1.3.5

2006-11-03 Thread johnybravo2004
how do you deploy and run struts 1.3.5 sample since i deploying a sample but it does not run on the Jboss server View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982983#3982983 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB3-embed jars in Maven repo?

2006-11-03 Thread skosonen
I also agree with mazz. Maven takes care of the transitive dependencies, so instead of distributing hibernate-all.jar and thirdpartytool.jar these dependencies could be listed in jboss-ejb3-all.pom. (or what ever it's name will be) Would these javax.persistence classes also be included in the

[jboss-user] [JBoss AOP] - Re: Interceptor not working

2006-11-03 Thread [EMAIL PROTECTED]
That is odd, I just tried an install of AOP 1.5.2 in jboss 4.0.3 and it worked as expected. Can you try the injboss example that comes with the dist under jboss-aop_1.5.2.GA/docs/aspect-framework/examples/injboss When installing AOP 1.5.2 into JBoss 4.0.3, (unless this is what you did) you

[jboss-user] [EJB/JBoss] - Why EJBException CMR Field value is already loaded???

2006-11-03 Thread askesis
I get an EJBException with the text CMR Field value is already loaded when using a findByPrimaryKey function to retrieve a ValueObject. I do not understand why I get this exception (I have found the place in the JBoss source where the exception is thrown, but I fail to understand why it is

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 GA bluescreens

2006-11-03 Thread therockhopper
In the above messages I used the webstart installer and selected All and used all the defaults. I just punted on that. I deleted the jboss directory. I installed the latest jdk 1.5.0_09 and downloaded the jems installer from sourceforge - jems-installer-1.2.0.BETA3.jar On installation I

[jboss-user] [JBossCache] - TimeoutException: Response timed out errors with jboss/hiber

2006-11-03 Thread pkorros
I am using hibernate 3.2.GA, JBoss Cache 1.4.0sp1 configured with pessimistic locking. I am getting errors like the following upon transaction completion. 16:50:46,984 ERROR [StdServerSession] failed to commit/rollback org.jboss.tm.JBossRollbackException: Unable to commit,

[jboss-user] [JBossCache] - Re: TimeoutException: Response timed out errors with jboss/h

2006-11-03 Thread pkorros
This is happening only when I have two jboss nodes in the cluster. With only one node everything works as expected. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982995#3982995 Reply to the post :

[jboss-user] [JBossWS] - Re: Binding exception - prefix

2006-11-03 Thread alesj
This is my wsdl | wsdl:definitions name=SimpleServiceImpl targetNamespace=http://www.themindelectric.com/wsdl/SimpleServiceImpl/; | | wsdl:types | | xsd:schema targetNamespace=http://www.themindelectric.com/package/com.generalynx.common.interfaces/; | |

[jboss-user] [Security JAAS/JBoss] - JAAS caching

2006-11-03 Thread me_zeta_me
Is Jaas Caching the username and password somewhere. If so how can i clear the cache? Also how can i prevent the Jaas from caching and let the username and password be fetched each time a user logs in zeta View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: JAAS caching

2006-11-03 Thread jaikiran
Yes it does cache. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JaasSecurityManagerService View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982999#3982999 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3982999

[jboss-user] [JBossWS] - Consuming Java Webservice in Coldfusion

2006-11-03 Thread nagmca
Hi, I have a webservice with one method which expects no input parametesrs but returns an array of strings. Was able to consume the webservice using java client but failed to consume it thru coldfusion . The exception messages is SimpleDeserializer encountered a child element, which is NOT

[jboss-user] [Beginners Corner] - jmx-console

2006-11-03 Thread editha
In the documentation it says that the jmx-console provides a listing of all MBeans registered with the MBeanServer. but when I try: myrmiadaptor.invoke(new javax.management.ObjectName(JMImplementation:service=LoaderRepository,getLoaders,new Object[]{},newString[]{}); I get a

[jboss-user] [JBoss Seam] - jBPM and @Unwrap question

2006-11-03 Thread bsmithjj
Hello, I am trying to come up with a pattern for initializing the Seam Actor for jBPM in my system. There is no login action in my system - we're authenticating using a custom Tomcat Valve (integration with an enterprise SSO system). So I tried to use the @Unwrap approach here: |

[jboss-user] [JCA/JBoss] - JBoss MS SQL Server DataSource Exception

2006-11-03 Thread danielkalcevich
I have tried posting a question similar to this one in a different thread, but got no response, so I thought I would try explaining it a different way. I am attempting to declare a DataSource in JBoss for MS SQL Server DB to the /mdc namespace in the JNDI. I am receiving an exception (shown

[jboss-user] [JBoss Seam] - Re: jBPM and @Unwrap question

2006-11-03 Thread bsmithjj
Oops - @Name(initjBPMActor) should be @Name(actor) - but that still doesn't work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983006#3983006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983006

[jboss-user] [JBoss Messaging] - EJB3 MDB stopped working

2006-11-03 Thread jaink
Hi, Tried posting this on EJB3.0 forum but may be this is better forum for this issue Basically, EJB3 MDBs which were working fine with JBoss 4.0.4.GA, JBoss Messaging1.0.1.CR5 and EJB3 RC8 have stopped working with EJB3 RC9. Tried also running the example EJB3MDB that comes with JBoss

[jboss-user] [Management, JMX/JBoss] - Re: MBean and JNI access

2006-11-03 Thread jglan
Thanks, scoping it my case seems to work. I added a loader-repository entry to my jboss-app.xml. The sar contains the wrapper jar for the Dll and the Dll itself is in deploy/xxx/lib. I hope I can use this as a rule from now on... View the original post :

[jboss-user] [JBoss Seam] - Lots of exceptions upon undeploy of Application scoped compo

2006-11-03 Thread bluetrade
Hi, upon an undeploy - all my Application Scoped components throw an exception a la Could not destroy component: CustomerBean Could not find Stateful bean: 5c4o2-owref5-eu2rq211-1-eu... Does anyone know what I am doing wrong when I use Application Scoped components - they do have dependencies

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 GA bluescreens

2006-11-03 Thread [EMAIL PROTECTED]
forgot to confirm that all profile is a J2EE 1.4 compliant server so it includes EJB 2.1. if you want ejb3, you need to select ejb3 or ejb3-clustered during install View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983016#3983016 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - jboss-4.0.4.GA with Tomacat 5.5 JSTL Datasource problem

2006-11-03 Thread srossato
I ask an aid kindly, do not suceed to understand where it is the error the jar file of driver is in $JBOSS_HOME/server/default/lib/postgresql-8.0-314.jdbc2.jar this work fine DataSource ds = (DataSource) ctx.lookup(java:comp/env/jdbc/dbGDO); Connection theConnection = ds.getConnection();

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-03 Thread cnsxxx09
What haven't you thought of ? ! Many many thanks ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983017#3983017 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983017 ___

[jboss-user] [JBoss Seam] - Re: jBPM and @Unwrap question

2006-11-03 Thread [EMAIL PROTECTED]
Just subclass Actor like this: @Name(actor) | public class AutoActor | { | public String getId() { return UserPrincipal.instance().getName(); } | ... | } Or maybe: @Name(actor) | public class AutoActor | { | | @Create | public void init() { setId(

[jboss-user] [JBoss Seam] - Re: Conference Talks

2006-11-03 Thread monkeyden
Could someone make an appearance at NEJUG? Does the JUG typically contact you or vise versa? http://www.nejug.org/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983020#3983020 Reply to the post :

  1   2   3   >