[JBoss-user] [JBossCache] - Re: How to start the Gossip Server ?

2006-06-30 Thread chhajed
Thanks bela for the quick reply. I did download the JGroups source 2.3, but did not find the gossip-service target that you had metioned. I downloaded it from http://sourceforge.net/project/showfiles.php?group_id=6081 Have I missed anything ? Deploy the SAR into JBoss.. Are you talking

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - My Flash graph not able to catch the xml file

2006-06-30 Thread ramudu
Hi, I am have a flash image which reads a xml file and produces a flash graph image . I deoployed (by creating a war file)the flash file and xml in the JBoss Portal Server. Now i am not able to see the the graph in the flash file , it is giving error like Invalid xml file'. But it is

[JBoss-user] [JBoss Seam] - Seam + jbpm to create a wizard?

2006-06-30 Thread da.ogre
Hi all! First of all, thanks for Seam! It's wonderful and the more I use it, the more I enjoy it! :) Now I am trying to put something up using seam + jbpm, but I'm kinda stuck with trying to create a wizard-like connected pages/tasks. What happens is the process instance gets 'reset' so don't

[JBoss-user] [EJB 3.0] - Re: JBoss-4.0.4 - isolation and EJB3

2006-06-30 Thread pesalomo
Thanks, your confirmation that it worked, lead me to search deeper into my own app. I found that there was a java.ejb.EJBObject class inside one of my bundled jars. Strangely not been a problem on 4.0.3 (jar never changed), but I removed this file from this jar and everything works. Thanks,

[JBoss-user] [Remoting] - diff between default-ip and multicast address

2006-06-30 Thread [EMAIL PROTECTED]
With respect to MulticastDetectors... What's the difference between the multicast address (getAddress()) and the default-IP (getDefaultIP())? How are each used? I assume they each have a different purpose, but me not being the multicast expert, I don't know what they are. View the original

[JBoss-user] [Remoting] - Re: Connection between servers through JNDI?

2006-06-30 Thread ente
There is no way to adjust, that servers must not connect to the other srevers? Or does this possibility exist? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954595#3954595 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Creating MBeans using EJB 3.0

2006-06-30 Thread jactor
This I know and am running jboss-4.0.3SP1, but I am wondering which archive (jar-file) I must use when I want to import the annotations... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954596#3954596 Reply to the post :

[JBoss-user] [Remoting] - Re: diff between default-ip and multicast address

2006-06-30 Thread [EMAIL PROTECTED]
Actually, this is just poor design. The default ip is the multicast ip to use if the address is not set. So if set the address, it will be used, otherwise, what is set for the default ip will be used (by calling InetAddress.getByName(defaultIP); ). View the original post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE + hibernate Console Problem

2006-06-30 Thread [EMAIL PROTECTED]
so that file is not in any of the classpath entries of the console configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954598#3954598 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954598 Using Tomcat but need

[JBoss-user] [Remoting] - Re: Connection between servers through JNDI?

2006-06-30 Thread [EMAIL PROTECTED]
Would require breaking out the behavior into two separate classes. So that one is the broadcaster and one would be the consumer. From a coding standpoint, this is not too difficult. However, just adds more complexity to doing detection. Don't mind changing the code to allow for this, but am

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate and Lucene: Where is the index?

2006-06-30 Thread alesj
Debug. See if the listener is actually called on persist - or in your case probably why not? Rgds, Ales View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954601#3954601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954601

[JBoss-user] [EJB 3.0] - Re: Port 3873 hard coded in the stubs?

2006-06-30 Thread rparree
Heiko, Does that mean that the way i was trying to configure (see my post) is unsupported, or was i on the wrong track? tx., View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954602#3954602 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Login module which accesses an EJB?

2006-06-30 Thread klusi
I have a database with user and roles tables and a set of Session EJB's to access this data. Now I am thinking about writing a JAAS login module that calls an authenticate(user,passwd) on the UserServiceEJB. Is this a good design or should I prefer using the database login module, which

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-30 Thread [EMAIL PROTECTED]
When you deploy your app, Seam tells you the component it found. Look there. My guess is that it is something else. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954604#3954604 Reply to the post :

[JBoss-user] [EJB 3.0] - MDPOJOs state type question + ExceptionListener on Producer?

2006-06-30 Thread alesj
Using JBossAS 4.0.4GA and EJB3 RC8 FD. 1. | public static void main(String[] args) throws Exception | { | InitialContext ctx = new InitialContext(); | QueueTestRemote tester = | (QueueTestRemote)ctx.lookup(QueueTestRemote.class.getName()); | | ProducerObject po =

[JBoss-user] [EJB 3.0] - Re: Null entity manager when using webservices

2006-06-30 Thread ramazanyich
I have exactly the same problem. Did somwone have a solution for that ? of course one of solutions will be to separate class files for WEbservice and EJB bean, but only one thing that I need is access to EntityManager and making a separate EJB bean class which will duplicate EntityManeger

[JBoss-user] [Installation, Configuration Deployment] - High Performance JBoss Webapplication Experiences?

2006-06-30 Thread devchris
Hi everyone, we want to use JBoss and MySQL to develop a high availability web-portal. Response-time per webpage should be 500 ms. Maybe 500.000 Visitors will access per Day. Are there any experiences with such high availability web-portals? Which JBoss configuration or Hardware is

[JBoss-user] [Beginners Corner] - Re: Can I use @EJB-style dependency injection in a Servlet w

2006-06-30 Thread SmokingAPipe
Thanks Scott. That explains why that method wasn't working in my code! Then I have a couple more questions: What's the best way to manage my InitialContext? Should I maybe create it in the constructor of my JSF backing bean? Second question: I notice that you are with RedHat and the JBoss

[JBoss-user] [EJB 3.0] - Re: Null entity manager when using webservices

2006-06-30 Thread ramazanyich
created JIRA issue : http://jira.jboss.com/jira/browse/EJBTHREE-641 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954611#3954611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954611 Using Tomcat but need to do more? Need

[JBoss-user] [JBossCache] - Translate the documents to Chinese

2006-06-30 Thread templar.ding
Hi all, I don't know if these documents have been translated to Chinese already or not. If there is no Chinese version, I'm going to translate them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954612#3954612 Reply to the post :

[JBoss-user] [JBoss AOP] - Re: Get annotation information from inside interceptor

2006-06-30 Thread [EMAIL PROTECTED]
Make sure that you set the @Retention on your annotation so that it is available at runtime | @Retention(RetentionPolicy.RUNTIME) | @Target({ElementType.METHOD}) | public @interface Timing { | String type() default [default]; | } | View the original post :

[JBoss-user] [EJB 3.0] - Re: ActiveMQ Integration

2006-06-30 Thread jnerd
Hi all, I am facing the same problem with JBoss 4.0.4GA, EJB3.0 option and activeMQ 4.0.1 My configuratioin is quite similar and I am running into the same JMSException. The stack trace is looking a bit differetn though: javax.jms.JMSException: Not Supported. | at

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - JSF and EJB

2006-06-30 Thread yeyus
Hello, i want use JSF and EJB and I have jboss-seam-1.0.1.GA.zip file, but I don't know what i have to do with this file. I can see the booking example, but i don't know how i can do a new application. I use eclipse, jboss and myeclipse. can you help me, please? View the original post :

[JBoss-user] [JBoss Seam] - Re: Seam + jbpm to create a wizard?

2006-06-30 Thread [EMAIL PROTECTED]
Process and task ids are only propagated inside the scope of a conversation. That's why @BeginTask begins a conversation and @EndTask ends one. But note that neither @ResumeProcess nor @CreateProcess begin conversations. (By the way, @ResumeProcess will be massively improved, once I can get a

[JBoss-user] [Security JAAS/JBoss] - Re: Problem with security and Seam

2006-06-30 Thread alexioc
I got the same problem. Roby, did you figure out how to modify ClientLoginModule in order to propgate the credentials? TIA Alexio View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954619#3954619 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: JMX-console fails with mustang?

2006-06-30 Thread elkner
/usr/apps/jdk1.6/bin/java -server -Xms128m -Xmx128m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -Dprogram.name=run.sh -agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n

[JBoss-user] [JBoss jBPM] - Is there any other site which can help beginners

2006-06-30 Thread mohan514
hi all, is there any other forum that i can find for help on writing the client for the JBPM. AND other related stuff. regards, cityofdestiny. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954621#3954621 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Jboss seam tomahaw integration of jscookmenu

2006-06-30 Thread slarchet
I follow your advices and made some checks about presence of both myfaces and tomahawk jar. I've updated myfaces jar to myfaces*-1.1.3.jar into tomcat service but unfortunately there is still the same problem. There is something strange about tomahawk, I must put tomahawk.jar in both base

[JBoss-user] [JBoss Seam] - a sample application with login/register / remember me ....

2006-06-30 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post as you know all applications that we made has at least a user management section , which will handle : user management / login / edit profile / change pass / remember me / and probable CAPCHA I am looking to find this base application for SEAM framework to use

[JBoss-user] [Beginners Corner] - Conversion from Excel to XML

2006-06-30 Thread ashishabrol
Hi I have some business rules written in MS-Excel by the biz users and we are using Drools rules engine as a framework. Is there any way of converting these Excel based Drools file to XML. Since the Excel files are difficult to compare for version control I need to convert these business rules

[JBoss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodError: org.jboss.seam.core.Interpo

2006-06-30 Thread jajansen
I am having the same problem. It is a critical bug for me. Is there a workaround? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954626#3954626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954626 Using Tomcat but need

[JBoss-user] [Beginners Corner] - Problem with JBossRules 3.0.1 version.

2006-06-30 Thread vinayakraopatwari
Hi All, In our project for business level validations we are using JBoss Rules(Drools). Initial we have started with 2.5 and shifted to 3.0 the latest version. I have downloaded the 3.0.1 jar files from JBoss, and taken the latest version of compiler (antlr) antlr-3.0ea10.jar. But at the time

[JBoss-user] [JBossWS] - ejb3

2006-06-30 Thread dmrzh
Hi Is possible to expose ejb3 session beans (@Statefull) by creating deployment descriptor with service-endpoint tag? I have remote interfaces annotated with @Remote annotation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954628#3954628 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-06-30 Thread kukeltje
define the client, what information you looked at and why it is not enough. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954629#3954629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954629 Using Tomcat but need to do

[JBoss-user] [Security JAAS/JBoss] - Re: JBOSS vulnerable to Port Scan?

2006-06-30 Thread tonyLeung
this case is happening when i scan the server with MaxPatrol 7.5.. But it solve now, by securing the the JMX-Console Thanx to scott View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954630#3954630 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-30 Thread Chris Miles
I am compiling through JBuilder - I am pointing it to the JDK that came with Sun Application Server 8.2, which is java 1.5.0_06-b05. This is what it is setting the classpath to when building the project. C:\Documents and

[JBoss-user] [JBoss jBPM] - Urgent , pb with the hibernate session

2006-06-30 Thread mneja82
i am a beginner at JBPM.. i have created a Junit class that do this: anonymous wrote : | public class SimpleProcessTest extends TestCase { | | public void testSimpleProcess() throws Exception { | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); |

[JBoss-user] [Messaging, JMS JBossMQ] - JMS Messages TimeToLive and JMSExpiration.

2006-06-30 Thread [EMAIL PROTECTED]
Could some one help me in using timetolive and jmsexpiration headers. Iam still confused. Iam using jboss 4.0.3 SP1 These are the steps i followed 1: I checked the standardjboss.xml and the TimeToLive is set to 0 that means all my messages will never expire JMSExpiration = TTL +

[JBoss-user] [JBoss Portal] - How to support 2 Login method

2006-06-30 Thread cpegwilliam
Hi all, I want users to login the portal by choosing either one of: 1. inputing user ID password (a form authentication) OR 2. suppyling a client cert (client cert authenticaiton). How can I customize the JBoss Portal / JBoss AS to do so? Thanks! View the original post :

[JBoss-user] [EJB 3.0] - Re: ActiveMQ Integration

2006-06-30 Thread jnerd
Autch! I looked a bit closer to the EJB3 MDB code and found out, that we will probably have no chance changing the JMS implementation used. The code is totally dependent on JBossMQ. For example method MDB.createDestination() (line 621 ff) looks like this: |/** | * Create and or

[JBoss-user] [JBossWS] - Possible bug in SimpleTypeBindings with java.sql.Date

2006-06-30 Thread garethevans
Hi, I have an issue using JBoss4.0.4GA and JBossWS1.0.1GA. My pojo: | public class Client { | private String username; | private java.util.Date dateCreated; | | // getters and setters | } | When I create an instance of this class and try to send this via soap all

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate and Lucene: Where is the index?

2006-06-30 Thread smenge
Could it be that the corresponding events arent fired, when persisting the entity from a simple client app outside the container? Further, i didnt find the events listed in the integrate lucene with hibernate docs in the docs of the entitymanager. compare these urls:

[JBoss-user] [JBoss jBPM] - Re: Urgent , pb with the hibernate session

2006-06-30 Thread kukeltje
I'm not going to be nice (I think) but could the problem be that you are a beginner in Java to? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954642#3954642 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954642 Using

[JBoss-user] [JBoss jBPM] - Re: Urgent , pb with the hibernate session

2006-06-30 Thread mneja82
kukeltje wrote : I'm not going to be nice (I think) but could the problem be that you are a beginner in Java to? So please a solution View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954643#3954643 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - using twiddle to get a snapshot?

2006-06-30 Thread bettina
is it possible to use the twiddle script to get something like the snapshot feature of the web-console? I would be interested in reading out a row of values over some time, something like read the freememory attribute of mbean soandso every second, without having to restart twiddle every

[JBoss-user] [JBoss Portal] - Re: 2.4 installation difficulties

2006-06-30 Thread mwelch16
I backed up to the 2.2sp3 version of Portal and am now just dealing with hibernate errors. Is this a known issue in wsrp? I would think that I should be able to access remote portlets on my network without having internet connectivity at least have a way to configure for a proxy. (I am using

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-06-30 Thread mohan514
iam writing a webapplication(jsps and servlets(client)), iam using the following class to call the jbpm engine to get the data but it is not behaving as i think iam using the following code for the starting of the process : public String startProcessInstance(long processDefinitionId,List

[JBoss-user] [EJB 3.0] - Re: ActiveMQ Integration

2006-06-30 Thread alesj
If it is dependent on jmx it doesn't mean it is dependent on JBossMQ. Like all services in JBossAS, JMS is also registered in MBeanServer - and that's why it looks there to find Destination. Ok, these are my first thoughts - haven't really digged into JBoss MDB + JMS. View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: using twiddle to get a snapshot?

2006-06-30 Thread [EMAIL PROTECTED]
You can do this on the server side using the LoggingMonitorService http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossLoggingMonitor For twiddle this would be a new feature: http://jira.jboss.com/jira/browse/JBAS-3356 View the original post :

[JBoss-user] [EJB 3.0] - Re: Creating MBeans using EJB 3.0

2006-06-30 Thread alesj
Look at the jars in ejb3.deployer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954651#3954651 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954651 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [Management, JMX/JBoss] - Re: Does JBoss allow PERSISTENT changes to MBean Attributes?

2006-06-30 Thread [EMAIL PROTECTED]
There is some support for persisting attribute changes, put the mbean needs to be xmbeanized (see the XMBean section in the FAQ http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX) I guess with datasources that would be a little hard to do, since the mbean descriptor is generated by the

[JBoss-user] [JBoss Seam] - Re: Use of the same entity name twice: User

2006-06-30 Thread urswag
Thanks for Your advice. I renamed the package name. There were package the User classes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954654#3954654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954654 Using Tomcat but

[JBoss-user] [JBoss Portal] - Re: User role change

2006-06-30 Thread alesj
Look at the RoleModule class. And you can get it from JNDI: | @JndiInject(jndiName = ModuleConstants.ROLEMODULE_JNDINAME) | private RoleModule roleModule; | Rgds, Ales View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954655#3954655 Reply to the

[JBoss-user] [Security JAAS/JBoss] - Re: Secuirty Exception after password update using DataBaseL

2006-06-30 Thread pordeep
We found a solution. Actually after updating the password you need to logout using the LoginContext of that user and login again. eg., LoginContext.logout () and LoginContext.login (). Hope this helps View the original post :

[JBoss-user] [JBoss jBPM] - Re: Is there any other site which can help beginners

2006-06-30 Thread kukeltje
you end the task AND signal the process. try removinfg the processInstance.signal() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954659#3954659 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954659 Using Tomcat but need

[JBoss-user] [JBoss Seam] - Re: Why use the @In annotion?

2006-06-30 Thread c_eric_ray
I see. This then replaces the managed bean configuration in the faces-config.xml file. Excellent. Thanks all. Eric View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954660#3954660 Reply to the post :

[JBoss-user] [JBoss jBPM] - function for print the active task and process.

2006-06-30 Thread antitrust1982
hi all, I'm trying to create my own portlet of JBPM. I have used the jbpm webapp and I would like to use a similar presentation of the active task and process. I have tried to search in the javadoc, but I can find the function which can return the active task and process. If you know these

[JBoss-user] [EJB 3.0] - How to intercept Entity Beans in EJB3.0 using the Embeddable

2006-06-30 Thread adrian.andrei
I want to be able to intercept methods of the Entity Beans using the latest Embeddable container (alpha 8). If I create a -aop.xml file and try to deploy it as in Code: | EJB3StandaloneBootstrap.deployXmlResource(jboss-aop.xml); | I get an exception: Caused by: |

[JBoss-user] [EJB 3.0] - Re: How to map entity bean on dynamicly created names of tab

2006-06-30 Thread kmrol
You still got no way to solve the problem? I have the same :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954668#3954668 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954668 Using Tomcat but need to do more? Need to

[JBoss-user] [JBoss jBPM] - Re: function for print the active task and process.

2006-06-30 Thread cpob
This is something which is in the jbpm sample webapp. I suggest you dig through the webapp code and become more familiar with their code, as it has many examples. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954669#3954669 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Urgent , pb with the hibernate session

2006-06-30 Thread cpob
mneja82 wrote : kukeltje wrote : I'm not going to be nice (I think) but could the problem be that you are a beginner in Java to? | | So please a solution The problem is, this error is immediately obvious to someone with any decent Java experience. Unfortunately, this is not the place for

[JBoss-user] [JBoss jBPM] - Regarding JBPM and WS-security

2006-06-30 Thread saleemk
Hi All, I am new to the JBoss,so I want to ask one very basic question. I am using JWSDP 2.0.Actually I like to invoke couple of secure services running on seperate server.These services are using WS-security.So I am just wondering Whether Process engine used by JBPM uses JWSDP,as our

[JBoss-user] [Management, JMX/JBoss] - Re: using twiddle to get a snapshot?

2006-06-30 Thread bettina
wow, that was fast, thanks a lot!!! yes, this would really be a nice feature in twiddle... because starting a JVM for a single value every time is quite an overhead. and thank you also for the wiki link, this seems to be exactly what I was looking for! cool, keep on going like this! :)

[JBoss-user] [JBossWS] - Re: Access to JBoss WS source

2006-06-30 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQSourceRepository View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954674#3954674 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954674 Using Tomcat but need to do more? Need to

[JBoss-user] [JBossWS] - Re: Access to JBoss WS source

2006-06-30 Thread [EMAIL PROTECTED]
Branch 1.0 currently includes dependencies that are only reflected in JBossXB trunk. This means the build currently relies on a snapshot release. In order to run this build against the AS branch 4.0, you'll need manually replace the jboss-xml-binding.jar in JBOSS/client and JBOSS/lib with the

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-30 Thread [EMAIL PROTECTED]
Then file a bug report with jbuilder or sun as google shows this is a common problem with jbuilder+jdk5. Its outside of the scope of jboss. http://www.google.com/search?q=VerifyError+JBuilder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954676#3954676 Reply

[JBoss-user] [EJB 3.0] - Re: ActiveMQ Integration

2006-06-30 Thread jnerd
Hi alesj, Yes, you are totally right. Sorry. I mixed up org.jboss.mx and org.jboss.jms packages. But still the jboss.mq:service=DestinationManager is a JBossMQ thing, isn't it? And the original question remains: Is it still possible to exchange the JMS implementation if you are using the EJB3

[JBoss-user] [Security JAAS/JBoss] - Re: Login module which accesses an EJB?

2006-06-30 Thread j2ee_junkie
Klusi, I have a login module which does this as well. Is it good design? I am not sure. One very imporant point to note (as you will see if you search this forum) is that you can't secure the EJB that has authenticate(user,passwd) method using the same application-policy (i.e.

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-30 Thread [EMAIL PROTECTED]
If you want to file a bug report in our jira to allows someone to evaluate the bytecode issue, use: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954679#3954679 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodError: org.jboss.seam.core.Interpo

2006-06-30 Thread fady.matar
Something is as well related to EJB-3.0 make sure JBoss is updated to use the EJB-3.0 profile View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954680#3954680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954680 Using

[JBoss-user] [JCA/JBoss] - Creating Connection Pools in Jboss Application server

2006-06-30 Thread arunmanayil
How can create a SQL Server Connection pool in JBOSS Application server 4.0.4 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954681#3954681 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954681 Using Tomcat but need to do

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Data source lookup returns null for mysql

2006-06-30 Thread tefron
Do you have isolation on? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954682#3954682 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954682 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [JBossCache] - Re: Translate the documents to Chinese

2006-06-30 Thread [EMAIL PROTECTED]
No, I don't think so. I have had Xiaogang Cao and his team at hibernate.org.cn translating my PojoCache article. But I don't believe the whole doc is translated. Send me an email (ben dot wang at jboss dot com) if you decide to go ahead. I can do the review for you. :-) -Ben View the

[JBoss-user] [JBoss Seam] - Re: Jboss seam tomahaw integration of jscookmenu

2006-06-30 Thread supernovasoftware.com
I have jscook menu working with no problems. Put tomahawk in the following directory. default\deploy\jbossweb-tomcat55.sar\jsf-libs It does not need to be in the lib or ear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954684#3954684 Reply to the post :

[JBoss-user] [JBoss AOP] - Re: Get annotation information from inside interceptor

2006-06-30 Thread acxjbertr
That was it! Thanks for your timely and accurate responses, Kabir. If I may, I would suggest that an example like this be added to the AOP documentation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954686#3954686 Reply to the post :

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - SQLException: ORA-00972: identifier is too long with Oracle

2006-06-30 Thread carlsen
I am converting my application to run on Oracle Express edition. I know Oracle doesnt support column names/identifiers that are longer than 30 chars, so I have converted all my tables/code to make sure that is not problem. However, when I the following EJB is run, I get an error. SELECT

[JBoss-user] [JBoss Seam] - @DataBinder and SelectItems Example

2006-06-30 Thread supernovasoftware.com
Is there any example of using these two together? I feel like I am jumping through hoops just to display a dropdown. Everything else in seam is a breeze. I know @DataBinder was added to give this kind of functionality, but a clear example would be greatly appreciated. This is the type of

[JBoss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodError: org.jboss.seam.core.Interpo

2006-06-30 Thread kuntz
Workaround for me was to get jBPM source code and re-compile it JIRA issue says this is fixed in Seam 1.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954691#3954691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954691

[JBoss-user] [Messaging, JMS JBossMQ] - DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exit

2006-06-30 Thread dolsen
I know this is a DEBUG log entry and I'm tempted to igonre it (and filter it from the log). I would, however, like to know more about this error... Thanks Dag code use to send the message | public void jmsSend (TextMessage textMessage) throws JMSException | { |

[JBoss-user] [JBossWS] - Re: Unable to access deployed webservice

2006-06-30 Thread garethevans
You can't do a http get request to get to the webservice, you need to do a post instead. How are you trying to access the service? via a browser? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954695#3954695 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler]

2006-06-30 Thread dolsen
The degug message got chopped off a little... :( The full stack trace is: DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on IOE java.net.SocketException: Socket closed at java.net.SocketInputStream.read(SocketInputStream.java:162) at

[JBoss-user] [JBoss Seam] - Can JBoss Seam run on resin or sun application server? Probl

2006-06-30 Thread Seto
I tried to deploy examples on resin or sun application server. But both failed. What can I do? I don't think a good framework is platform-dependent. Can anyone help me? The log is too long, so I won't list here. Is there someone else deploy it sucessfully? I just deploy the war the tomcat used. I

[JBoss-user] [JBoss jBPM] - Task Management Definition maps tasks by name

2006-06-30 Thread cpob
In our web application, we are digesting the process definition to manipulate it to our liking before we deploy it. We take the .par file from the user, we go through the ProcessDefinition object to add our events/actions/assignment handlers/etc, and then deploy that. I ran into a problem

[JBoss-user] [JBoss jBPM] - Re: Task Management Definition maps tasks by name

2006-06-30 Thread cpob
Nevermind my last paragarph, I realize you can just do a TaskNode.getTasks(), and that should give me tasks for each node (if I iterate over each node). It still seems like a bug that there's no restriction over task names when editing through the GPD or deploying, or... something. View the

[JBoss-user] [JBossWS] - Re: Unable to access deployed webservice

2006-06-30 Thread prax_75
Yes, I am using IE to see the web service list. I just followed the instructions in http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html#ch12.ws4ee-view.fig. Is there no way to see the list of web services through a browser? View the original post :

[JBoss-user] [JBoss Seam] - Re: whew! finally, a pattern for SelectItems using generics

2006-06-30 Thread supernovasoftware.com
I would like for the list to be able pulled from a query so I that I can control which entities are selected, the description, label, and in what order they appear. I do not mind putting annotation and or making my enties implement specific interfaces. I have not tried this, but maybe this

[JBoss-user] [Installation, Configuration Deployment] - Shutting down a JBoss instance ...

2006-06-30 Thread sylobsa
Hi all, I started 2 JBoss instances on a server. To start each instance I type : run.sh -c config1 and run.sh -c config2 Now I'd like to shut down one of these instances. I didn't see how to shut down a single instance anywhere. The usual command is something like :

[JBoss-user] [JBossWS] - Re: Unable to access deployed webservice

2006-06-30 Thread garethevans
Yes, if you go to http://localhost:8080/jbossws/ you can get a list of the deployed services. If you click on a service you can view the generated wsdl file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954703#3954703 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: serialization exception with mustang

2006-06-30 Thread [EMAIL PROTECTED]
Have made the code change. I checked into remoting CVS HEAD (so will be part of 2.0.0 release). Am checking into having remoting testsuite run under jdk 1.6 with cruisecontrol to try and catch any jdk 1.6 issues. View the original post :

[JBoss-user] [JBossCache] - Re: Translate the documents to Chinese

2006-06-30 Thread [EMAIL PROTECTED]
+1. And you get lots of kudos on the docs and the jboss cache website as a contributor. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954707#3954707 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954707 Using Tomcat

[JBoss-user] [JBossCache] - Re: Translate the documents to Chinese

2006-06-30 Thread [EMAIL PROTECTED]
Also, see http://fisheye.jboss.com/viewrep/~raw,r=1.1/JBoss/JBossCache/docs/i18n.txt for a guide to internationalising the docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954708#3954708 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Login module which accesses an EJB?

2006-06-30 Thread [EMAIL PROTECTED]
It is better to use the Database LM because it does the job for you while managing the subject population with roles. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954709#3954709 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: 2.4 installation difficulties

2006-06-30 Thread mwelch16
I'll go post my hibernate error in the hibernate forum (just noticed it). Thanks for your help. Please let me know if there is a solution that will allow wsrp to run behind a proxy. Thanks again, Mark View the original post :

[JBoss-user] [JBoss Portal] - Re: How to support 2 Login method

2006-06-30 Thread alesj
Read manual about security. 1. you simply set FORm auth in web.xml 2. a bit more work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954711#3954711 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954711 Using Tomcat but

[JBoss-user] [Installation, Configuration Deployment] - Virtual Directory

2006-06-30 Thread awhitford
We are trying to migrate to JBoss 4.0.4 GA (from another app server). One of the issues that we can't seem to get to work to our satisfaction is virtual directories. For WebLogic, there is the virtual-directory-mapping element in weblogic.xml like:virtual-directory-mapping |

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Errors in hibernate with Sybase using 4.0.4

2006-06-30 Thread mwelch16
Hello, I am using JBOSS 4.0.4GA, Portal 2.2sp3, and JDK 1.5.0_06 with Sybase 15 and jconnect2.jar (which I believe is 5.5). The hibernate logs in and creates the user tables as expected, but fails when trying to deploy the portal. I have set the PortalDS to run with sybase, but didn't

[JBoss-user] [EJB 3.0] - My @OneToMany CollectionString's stopped working between 4

2006-06-30 Thread sholodak
Hi all, I'm trying to upgrade from 4.0.4.CR2 to GA. I had hoped that moving my application's EAR over to the new server would just work, but it isn't. I'm getting AnnotationExceptions now stating that I'm using @OneToMany to target an unmapped class. I was under the impression that certain

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Session persistence

2006-06-30 Thread javidjamae
[Nancy: you should start a separate thread since you are having an unrelated issue] I discovered two issues: 1) The file is only created after you shut down the server manually. This seems like a bug, because the whole reason people would want to do this is to be able to survive a machine

[JBoss-user] [EJB 3.0] - Deploy EJB3 without JBoss App Server

2006-06-30 Thread awhitford
Where can I find documentation on how to deploy EJB3 on another servlet container? I understand that I don't necessarily need to run the full JBoss 4.0.4 GA application server -- I just need Hibernate and the microcontainer, then I could theoretically deploy it on Tomcat or JRun? Anybody ever

[JBoss-user] [Remoting] - lease

2006-06-30 Thread [EMAIL PROTECTED]
Can someone explain how the lease parameter is used: Connector.getLeasePeriod() ? As I understand it (which I might not), the lease period is the time in milliseconds that a client that is connected to the connector has in order to ping the connector in order to get a new lease. If the client

  1   2   >