[JBoss-user] [Clustering/JBoss] - Re: How to avoid error when launching an new clustered EJB n

2006-04-20 Thread [EMAIL PROTECTED]
I'm not able to see how the problem your stack trace shows occurs. The invoker checks with its target to see if invocations are allowed; it shouldn't allow the invocation to go through if the EJB container isn't fully started. But the exception you're getting indicates an invocation is reaching

[JBoss-user] [Installation, Configuration & Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-20 Thread andber
In this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=66651 I see why I get the classcastexception if I put the remote interface in app2.ear/webapp/WEB-INF/lib. But I still can't understand why it doesn't work if I put the jar with the remote interface of app1 in the root of

[JBoss-user] [Installation, Configuration & Deployment] - Installing jboss-4.0.4.CR2?

2006-04-20 Thread atlinkcom
After Installing jboss-4.0.4.CR2, when I start the server I get the following Exception 2006-04-21 12:16:34,250 DEBUG [org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridge] The list of replicant for the JG bridge has changed, computing and updating local info... 2006-04-21 12:

[JBoss-user] [JBoss Seam] - Re: jasperException in all jsp pages of reversed app

2006-04-20 Thread ppetit
Is there any patch for this ? why all Hibernate tool generated pages aren't working ? Did I something wrong somewhere ? FYI I selected EJB3 annotation in the wizard. Thanks for any help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938589#3938589 Reply to t

[JBoss-user] [JBoss jBPM] - Design from scratch

2006-04-20 Thread pganesh81
I created a sample project as specified in the "getting started document". It is working fine. I tried to create my own Swing application for deploying the process definition and then create an instance. I writte

[JBoss-user] [Installation, Configuration & Deployment] - Problem deploying JavaBB on JBoss 4.0.2 (very Urgent)

2006-04-20 Thread dhirkharia
Following is the error i am getting on deploying the war file of JavaBB 7.3 in the default folder of JBoss. I have configured the JDBC properties. 11:44:58,121 ERROR [[webwork]] Servlet.service() for servlet webwork threw exception org.springframework.beans.factory.NoSuchBeanDefinitionException

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Strange Behaviour with JBoss using Cache and JCA

2006-04-20 Thread manjith27
Hi, I am using Hibernate 3.1, JBoss 4.0.2 and Oracle 10g as the Database. I am using JCA and Caching. I have implemented JBossCacheService for caching. I am experiencing a strange behaviour whenever the Jboss is started for every 1st request from my test JSP.Whichever method I have invoked is i

[JBoss-user] [Installation, Configuration & Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-20 Thread andber
"asack" wrote : "andber" wrote : I now see that all other jars than the app1-ejb.jar is shown in the loader-repository for app2.ear.. Why is this? | | Is EAR isolation turned on or off via the EAR deployer? | | java2Parent delegation effects if a JAR is first seen (cached) in the UCL,

[JBoss-user] [JBoss jBPM] - Error in Process Definition Deployment.

2006-04-20 Thread pganesh81
--- Hi, I tried executing the code deploying process definition and creating an instance of it, given in this forum, but i received a different error showing SQLException error. Do we have to make specific change in

[JBoss-user] [Clustering/JBoss] - Re: Clsutering of Queue

2006-04-20 Thread [EMAIL PROTECTED]
Deploy your queue in the server/all/deploy-hassingleton/jms folder instead of /deploy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938581#3938581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938581 -

[JBoss-user] [Clustering/JBoss] - Re: How to avoid error when launching an new clustered EJB n

2006-04-20 Thread bhupendra.yaduvenshi
Your main issue is your we component.Deploy the component on ur second node Also.After that if u face any problem than plz let me know View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938580#3938580 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Clustering/JBoss] - Clsutering of Queue

2006-04-20 Thread bhupendra.yaduvenshi
Hi all, I have some problem in queue clustering.Is it possible or no(queue clustering).If possible than tell me the way? Thanx in advance Bhupendra View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938579#3938579 Reply to the post : http://www.jb

[JBoss-user] [Remoting] - Re: JNDI-Detection: Running servers alternately detected and

2006-04-20 Thread [EMAIL PROTECTED]
Would you happen to have a test case that demonstrates the problem you are seeing? The only code change made to detectors this year was for http://jira.jboss.com/jira/browse/JBREM-278 (which was for 1.4.0 release). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss jBPM] - Calling SaveProcessInstance from a SchedulerSession

2006-04-20 Thread brianmb99
Hi all, I'm having a bit of difficulty with timers and saving the process instance. I'm using version 3.0.2. If a timer is executed by the Scheduler and during the workflow execution initiated by this timer I call JbpmSession.getCurrentJbpmSession().getGraphSession().saveProcessInstance(pi) th

[JBoss-user] [Remoting] - Re: Invokers Encryption

2006-04-20 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-419 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938575#3938575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938575 --- U

[JBoss-user] [Remoting] - Re: Invokers Encryption

2006-04-20 Thread [EMAIL PROTECTED]
Ok. Create a jira issue under remoting project and I will assign it to a release. Thanks. -Tom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938574#3938574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938574 --

[JBoss-user] [Remoting] - Re: Invokers Encryption

2006-04-20 Thread [EMAIL PROTECTED]
Had a general doubt. I was thinking of a usecase where the user wanted to secure the channel but not use heavyweight ssl(and the dreaded certificate setup). SealedObjects provide that flexibility of encrypting serializable objects. View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [Remoting] - Re: stream handler without a stream

2006-04-20 Thread [EMAIL PROTECTED]
If sending a stream from the client the the server, the user will need to call Client.invoke(InputStream inputStream, Object param) as opposed to Client.invoke(Object param) or Client.invoke(Object param, Map metadata). This will cause remoting to internally handle the stream proxying and deliv

[JBoss-user] [JBossWS] - JAXB 2.0

2006-04-20 Thread Ganton
Does 4.0.4.CR2 support JAXB 2.0 with annotations ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938569#3938569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938569 --

[JBoss-user] [JBossWS] - can not open the WSDL in a Deployed web service

2006-04-20 Thread crazybuddy
Dear all, I finished a JAXRPC based web service, packaged a war file and then using WSDEPLOY to produce a new war file. The new war file was deployed to JBoss 4.0.4 and everything seemed to be fine. But when I tried to open the url, the page displayed many question marks (not encoding problem,

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.3SP1 and Hibernate3

2006-04-20 Thread [EMAIL PROTECTED]
I am having the same issue did you ever find a solution to this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938566#3938566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938566

[JBoss-user] [Remoting] - Re: stream handler without a stream

2006-04-20 Thread [EMAIL PROTECTED]
One other question about the stream handler; the javadocs say this for the StreamInvocationHandler.handleStream method's param parameter: param - the payload associated with the invocation What is this payload? Its type is Object so I assume it isn't the normal InvocationRequest that y

[JBoss-user] [Remoting] - stream handler without a stream

2006-04-20 Thread [EMAIL PROTECTED]
Suppose I have a server that can, but not always, takes a client invocation with stream data. I use StreamInvocationHandler, as opposed to ServerInvocationHandler. I assume JBoss/Remoting internals will be smart enough to route my incoming message to invoke() when the request is not streaming d

[JBoss-user] [JBoss Portal] - Re: Helloworld IPC

2006-04-20 Thread kevnlin
ava:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Me

[JBoss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-04-20 Thread ranik
I had attached a simple change to enable addition of dynamic pageflow to the jira issue yesterday. Is there already a unit test class for JBpm which I missed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938562#3938562 Reply to the post : http://www.jboss

[JBoss-user] [JBossWS] - JAXB 2.0 Marshaling Exception

2006-04-20 Thread Ganton
When I attempt to run the following code, I get: JAXBException: org.xml.sax.SAXException: unable to marshal type "com.parasynthion.centurion.hibernate.entity.Testjaxb" as an element because it is missing an @XmlRootElement annotationnull I have included the XSD, generated class from XJC, and th

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss rules Eclipse plugin site

2006-04-20 Thread jagan_wp
Hello Mark That could be the catch ..i was on the version 3.1.2. I am trying it on 3.2RC1 now. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938560#3938560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938560

[JBoss-user] [Security & JAAS/JBoss] - PooledInvoker SSL issue

2006-04-20 Thread amdonov
I'm using the PooledInvoker and client certificate authentication to EJBs with mixed success. Periodically method calls fail because there is no principal/credential passed into the login modules. I was able to duplicate the problem with org.jboss.test.pooled.test.SSLSocketsUnitTestCase from t

[JBoss-user] [Installation, Configuration & Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-20 Thread asack
"andber" wrote : I now see that all other jars than the app1-ejb.jar is shown in the loader-repository for app2.ear.. Why is this? Is EAR isolation turned on or off via the EAR deployer? java2Parent delegation effects if a JAR is first seen (cached) in the UCL, not whether EARs are isolated -

[JBoss-user] [Beginners Corner] - Re: JNDI Lookup timeout

2006-04-20 Thread jaibarra
Hi, database service is up? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938555#3938555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938555 --- Using Tomcat but

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: durable topic subscriber (using EJB3 annotations)

2006-04-20 Thread josey
bump View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938554#3938554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938554 --- Using Tomcat but need to do more? Need t

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss rules Eclipse plugin site

2006-04-20 Thread [EMAIL PROTECTED]
Are you using Eclipse 3.2M6 or above, preferably 3.2RC1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938553#3938553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938553

[JBoss-user] [Messaging, JMS & JBossMQ] - replacing SonicMQ with JBossMQ as a provider?

2006-04-20 Thread rmunjuluri
Hello, I was using SonicMQ as a JMS Provider with my web-app,mdbs deployed in the JBoss 4.03Sp1 instance. I was able to access the ConnectionFactory using the JNDI Name "ConnectionFactory". But now when I switched out the JMS provider with JBossMQ JMS Provider, I get a "ConnectionFactory not b

[JBoss-user] [JBoss jBPM] - Re: How to end a ProcessInstance from an external process

2006-04-20 Thread kukeltje
There is a process-end event which (afaik) can be put on the process-definition itself. I would assume (but then again, i am not the expert) that that event would be called when the process ends. Even if it was via the processInstance.end() method. On that event you could call your own action.

[JBoss-user] [Installation, Configuration & Deployment] - Re: Creating the default configuration after installing a cu

2006-04-20 Thread krishnakumars
I ran the installer again to create a second Jboss install. I then simply copied over the default config to the original install and uninstalled the second. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938550#3938550 Reply to the post : http://www.jboss.

[JBoss-user] [Installation, Configuration & Deployment] - JBoss on Fedora Core 4 with gij ?

2006-04-20 Thread mrappe
I am trying to install Jboss on FC4. I know that that gij is packaged with FC4. Can I install JBoss with it or do I have to use the Sun software? Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938549#3938549 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: request.getRequestURI() in an include filter

2006-04-20 Thread adamw
Hello, thanks, yes, I see now that it's the way the API is designed, and in a way it is logical. My way would be logical too I guess, maybe even more, but I suppose it starts to be a matter of taste. Anyway, if it is, then I suppose there's something wrong with portlets - if invoking an include

[JBoss-user] [Remoting] - Re: Invokers Encryption

2006-04-20 Thread [EMAIL PROTECTED]
Probably wouldn't be that difficult to add using a custom marshaller. However, what would be the need for this? Any particular use case? Feel free to create a feature request with jira for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938547#3938547

[JBoss-user] [JBoss jBPM] How to attach LDAP server in processes defs

2006-04-20 Thread P. Alex. Salamanca R.
How to use one data source, related to user/roles/groups, from one LDAP server in JBoss/jBPM ?For example, if I want 'ernie'  (suppose uid field in the ldap for one user), what to do for achieve succesful integration in the process definition. Really, I have no idea for starting with the concept pr

[JBoss-user] [JBoss Portal] - Re: doView(), but not send back all the portal wrapper HTML

2006-04-20 Thread jkancianic
Thanks everyone for reacting to my questions. Is my assumption correct - If we just use the servlet method described in the AJAX portlet example that's in the portlet repository collection right now: do we not have the same environment and resulting portal framework features that I listed above

[JBoss-user] [JBoss Portal] - Re: doView(), but not send back all the portal wrapper HTML

2006-04-20 Thread mholzner
what I am describing would use the same servlet as the full page render process. It's a dfferent path in the core invocation stack, effectively choosing another render command based on the URL that caused the request, but that's it, the rest of the invocation would be the same (i.e. same servle

[JBoss-user] [JBoss Portal] - Re: doView(), but not send back all the portal wrapper HTML

2006-04-20 Thread jkancianic
I was concerned that with the servlet method, you might lose some of the features that you get going through the portlet, such as having access to the session (and it being kept alive), security checking, etc. If you still have these things happening with the servlet, then I'm not as worried

[JBoss-user] [JBoss jBPM] - Re: How to end a ProcessInstance from an external process

2006-04-20 Thread jim.mcmaster
Is there really no one on this forum who can answer my question? Does a processInstance.end() cancel the process immediately? Or does it take effect when the currently processing node ends? This makes a big difference to me, because I have nodes with actions that can run more than an hour. Vi

[JBoss-user] [JBoss jBPM] - Re: jbPM and WebLogic

2006-04-20 Thread kukeltje
to upload an archive to wiki, you need to have an account. The rest is normal wiki functionality. If it is big, maybe put it on another server and link to it. It is better to just describe the steps (I'll help you with that if needed) If a war is uploaded, it is just a snapshot of a certain vers

[JBoss-user] [JBoss Portal] - Re: doView(), but not send back all the portal wrapper HTML

2006-04-20 Thread mholzner
it won't get you all the way. The render set only takes over at the region level, the layout still renders the the HTML and body tag, etc. If you look at the 2.4 code base there are MarkupCommands for Page, Region and Window (Region and Window are untested at this point). Those commands are re

[JBoss-user] [JBoss jBPM] - Re: jbPM and WebLogic

2006-04-20 Thread jcaraneda
What are the necesary steps to upload one archive to wiki?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938540#3938540 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938540

[JBoss-user] [Beginners Corner] - JNDI Lookup timeout

2006-04-20 Thread peafunk
Hi, I am trying to get a connection to a datasource but I am getting a communication exception. I'm not sure what the problem is here and I haven't seen any other posts with the same issue. Can someone please point me in the right direction? The exception I get doing a lookup for the datasou

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 Project using jboss-4.0.4.CR2

2006-04-20 Thread snbmn
Hello, I had a similar problem the first time I installed jboss-4.0.4.CR2. The thing that fixed the issue for me was installing the jboss-4.0.4.CR2 through the installer jar and selecting EJB config while installing. The installation prompts you for what kind of installation config you want. Fur

[JBoss-user] [JBoss Portal] - Re: doView(), but not send back all the portal wrapper HTML

2006-04-20 Thread smoyer
DISCLAIMER - I HAVE NOT TRIED THIS YET! I have a similar requirement and have been considering ways to force the Portlet to use the emptyRenderer for certain requests ... is this a sane way to accomplish what jkancianic has asked? View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [Beginners Corner] - JBoss Application Server

2006-04-20 Thread upsree
All, I am new to JBoss and this is my first post and I appreciate if anyone could share this information with me. Is JBoss Application Server 4.0.3 is free to use for anyone? Can I use this AS in production environment? Please let me know. Thank you! View the original post : http://www.jboss.c

[JBoss-user] [JBoss Getting Started Documentation] - JBoss Application Server

2006-04-20 Thread upsree
All, I am new to JBoss and this is my first post and I appreciate if anyone could share this information with me. Is JBoss Application Server 4.0.3 is free to use for anyone? Can I use this AS in production environment? Please let me know. Thank you! View the original post : http://www.jboss.

[JBoss-user] [EJB 3.0] - Re: how to manage ejb3.0-project in eclipse

2006-04-20 Thread javaos
@kh2ouija: it works!!! I just tried another example and program execution stops at the breakpoint. Thanks a lot for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938528#3938528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [Beginners Corner] - connect to VLS promblems

2006-04-20 Thread jaibarra
Hello I'm trying to connect to a VLS (Versata Logic Server) from java application and i have some problems with method connect() from versata package. If someone can help me i apreciate that! here is the log: run: VSSession... 2006-04-20 09:37:18 PDT versata.common.VSSession INFO: $Header: /

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-04-20 Thread [EMAIL PROTECTED]
Thanks for Carlo de Wolf, EJBTHREE-440 is now fixed. http://jira.jboss.com/jira/browse/EJBTHREE-440 But if you had a failing scnearion on this, I guess it would be a good idea if you could test it from [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [EJB 3.0] - Re: 4.0.4.CR2: NullPointerException when EJB3 returns a valu

2006-04-20 Thread [EMAIL PROTECTED]
Even JBSER-65 is fixed now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938524#3938524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938524 --- Using Tomcat but

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss rules Eclipse plugin site

2006-04-20 Thread jagan_wp
Max, it doesnt seem to be working! Or am I doing something wrong ? I drop that jar in the /eclipse/plugins folder and restart eclipse. Now, I refer to drools.pdf, page 53, figure 4.2 which shows how to create a 'rules' project. I dont even get that in the File->New of eclipse workbench. ALso, wh

[JBoss-user] [Installation, Configuration & Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-20 Thread andber
I now see that all other jars than the app1-ejb.jar is shown in the loader-repository for app2.ear.. Why is this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938521#3938521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [EJB 3.0] - Re: 4.0.4.CR2: NullPointerException when EJB3 returns a valu

2006-04-20 Thread [EMAIL PROTECTED]
On next version, when doing remove calls inVM we won't convert strings to bytes any more. (fast deep copy). If you use JBoss from CVS you shouldn't see this error happening Anyway, I created a testcase, this is fixed on the next version of JBossSerialization. There is a non related bug with St

[JBoss-user] [JBoss Portal] - Re: doView(), but not send back all the portal wrapper HTML

2006-04-20 Thread mholzner
the samples contain an AJAX portlet that you can take a look at. There are some steps in th 2.4 code base to get things like a region or a single portlet window to be rendered via AJAX requests, but its from complete. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Seam] - Re: Injected value is always null

2006-04-20 Thread [EMAIL PROTECTED]
"georgesberscheid" wrote : | Is there any other way to make Seam inject an instance of that class without having to recompile my entity bean? | Could I for instance create a sub-class of User (let's call it UserSeam), and annotate it with @Name. Would it still be an entity bean, or would I h

[JBoss-user] [Installation, Configuration & Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-20 Thread andber
To clarify: app2.ear contains a war-file which calls a remote session bean interface in app1.ear, therefore app2 needs app1-ejb.jar in its classpath. When app1-ejb.jar is included in app2.ear it is not found in the list when viewing the loader-repositories in jmx-console. I think this is why it

[JBoss-user] [EJB 3.0] - EJB3StandaloneBootstrap.boot(

2006-04-20 Thread snbmn
Hello, I am very new to JBOSS and EJB3.0 development in JBOSS. I apologize for the lack of information. I was trying to run the test-with-junit tutorial from eclipse. The test project I created has dependency on all the Jars in the lib direcotry and also includes the conf directory where all t

[JBoss-user] [JBoss Seam] - Re: Injected value is always null

2006-04-20 Thread max522over
ok, I think I understand better what you mean. I had three responses to you comments. 1. I don't mind recompiling one bit. I've been using Continuous integration for several years on all my projects (I'm involved in 13 currently) and I recompile my application and run unit test on them every h

[JBoss-user] [JBoss Portal] - doView(), but not send back all the portal wrapper HTML

2006-04-20 Thread jkancianic
We're using Ajax with the portal. We see examples of how to use servlets to handle Ajax requests and got that working, but we would prefer to have Ajax just call the associated portlet's actionURL and have the portlet generate the little HTML fragment we want our div tag to be populated with.

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss rules Eclipse plugin site

2006-04-20 Thread [EMAIL PROTECTED]
doesn't copy drools-ide-3.0-RC-2.jar eclipse/plugins/drools-ide-3.0-RC-2.jar work ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938511#3938511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938511

[JBoss-user] [Installation, Configuration & Deployment] - Re: recommended jboss version and jdk version

2006-04-20 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938510#3938510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938510 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss rules Eclipse plugin site

2006-04-20 Thread jagan_wp
Thanks Max. When i unzip the "drools-ide-3.0-RC-2-bin.zip" it gives me one 'plugins' folder which just contains 'drools-ide-3.0-RC-2.jar' file in it. I do not know how to deal with a single jar file like this, so that I can get that into my eclipse. If you are aware of how to do it, can u just g

[JBoss-user] [Clustering/JBoss] - Re: 3.0 and 4.0 clustering

2006-04-20 Thread [EMAIL PROTECTED]
4.0.3.SP1 is the latest (and therefore best) stable release. Re: JDK, we recommend the latest JDK from either the 1.5 or 1.4.2 lines. Either will work fine with 4.0.3.SP1. If you can use a 1.5 JDK, we recommend that you do so. View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Portal] - Re: Helloworld IPC

2006-04-20 Thread [EMAIL PROTECTED]
is there a problem you want to raise, or what? The log you have pasted does not have any ERROR messages in it that we should look at. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938507#3938507 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Portal] - Re: Different portlet for different role

2006-04-20 Thread [EMAIL PROTECTED]
Look at the Management portlet in portal 2.2 (assuming this is the version you are using) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938506#3938506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938506 --

[JBoss-user] [Installation, Configuration & Deployment] - Creating the default configuration after installing a custom

2006-04-20 Thread krishnakumars
I installed JBoss 4.0.3SP1 with a custom configuration. Under ../server, i only have my custom configuration e.g. /customconfig. The default, all, minimal configs were never created. How can i create a default config or an all config, after the fact? Run the installer again, install into a d

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss rules Eclipse plugin site

2006-04-20 Thread [EMAIL PROTECTED]
That page has "RC 2 of Drools 3.0 IDE" which looks like a very good link to an IDE ;) Installing it to eclipse is just a matter of putting the files in plugins and features into your eclipse installation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938504

[JBoss-user] [JBoss Portal] - Re: Change the portal title ???

2006-04-20 Thread [EMAIL PROTECTED]
http://jboss.com/index.html?module=bb&op=viewtopic&t=80802 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938502#3938502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938502 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: recommended jboss version and jdk version

2006-04-20 Thread asack
"dgiscool" wrote : I'm investigating about jboss 4.0.3 as an appsvr. what version of jdk is recommended to use with that i.e. jdk-1_5_0_06 or any specific one? which version of jboss is most stable out of 4.0.2 and 4.0.3. | | we only intend to use the servlet container in clustered environ

[JBoss-user] [Messaging, JMS & JBossMQ] - Problem associating Topic with MDB

2006-04-20 Thread srikanthpragada
I am using MDB that is associated with a topic. The following is my jboss.xml. http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd'> mdb topic/testTopic Though i want to associate my EJB with topic/testTopic , when the EJB is deployed, it is n

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss rules Eclipse plugin site

2006-04-20 Thread jagan_wp
Thanks Max! I already have thos downloads. The problem that I am running into is, I am unable to figure out how to get that plugin into my eclipse. And if you look at the download page, there isnt a link specifically for 'eclipse plugin'. Hope you can help me! Thanks Jagan View the original post

[JBoss-user] [Beginners Corner] - Deployment tool

2006-04-20 Thread aleplgr
Hi! To deploy a Web Application there's the New Web Application Wizard, I begin with a JSP file for example and the wizard will then package the selected files into a Web ARchive file and will create the deployment descriptor required, to do this I need to ensure that the Application Server is r

[JBoss-user] [Clustering/JBoss] - Re: 3.0 and 4.0 clustering

2006-04-20 Thread dgiscool
I'm investigating about using jboss 4.0.3 as an appsvr. what version of jdk is recommended to use with that i.e. jdk-1_5_0_06 or any specific one? which version of jboss is most stable out of 4.0.2 and 4.0.3. we only intend to use the servlet container in clustered environment. thanks deep V

[JBoss-user] [Installation, Configuration & Deployment] - recommended jboss version and jdk version

2006-04-20 Thread dgiscool
I'm investigating about jboss 4.0.3 as an appsvr. what version of jdk is recommended to use with that i.e. jdk-1_5_0_06 or any specific one? which version of jboss is most stable out of 4.0.2 and 4.0.3. we only intend to use the servlet container in clustered environment. thanks deep View t

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss rules Eclipse plugin site

2006-04-20 Thread [EMAIL PROTECTED]
Did you try and look at the drools homepage ? :) http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&project=jbossrules There is a nice screenshot..and here is the download. http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=jbossrules And yes, as most

[JBoss-user] [JBoss jBPM] - Listening for task creation from ANY process

2006-04-20 Thread joelkoz
I have a need to centralize the event handling of task creation events. Basically, I've got some code that needs to be notified if ANY process creates ANY tasks for ANY user. If I understand the way jBPM works, I can create a process definition like this: | | | | |

[JBoss-user] [EJB 3.0] - Re: Injecting an EJB from JSF Action

2006-04-20 Thread [EMAIL PROTECTED]
yes, we need to implement a small API that inject into a pojo. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938492#3938492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938492 --

[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss rules Eclipse plugin site

2006-04-20 Thread jagan_wp
Guys Is there a eclipse plugin for JBossRules (Drools 3.0) ? If so, can someone please give me the updater URL so that I can get it from the site. Also, do we require JBoss IDE plugin for eclipse to be installed or is the JBossRules plugin a stand alone one ? Thanks View the original post : htt

[JBoss-user] [Beginners Corner] - Re: running a deployed application

2006-04-20 Thread aleplgr
thanks, now it's ok! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938490#3938490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938490 --- Using Tomcat but need to

[JBoss-user] [JBoss Seam] - Re: jasperException in all jsp pages of reversed app

2006-04-20 Thread ppetit
Waou! thanks for your quick reply ! I access the main app page through: http://localhost:8080/seamapp and the next urls are of type: http://localhost:8080/seamapp/editTva.jsf Note: all the app is generated by the hibernate tool, I haven't changed a coma to the code, I just adapted the persisten

[JBoss-user] [EJB/JBoss] - Re: StatefulSession caching ejb references

2006-04-20 Thread wcydaip
Looks to be fixed at least I hope. The packaging needs to be broken down for specific functions and these functions must be self contained. The cross reference between the two ejb.jar files was mixing up the sfsb ejb reference. View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Messaging] - Re: selector performance

2006-04-20 Thread mwaschkowski
anonymous wrote : | On a related note, "count" functionality is almost always an expensive operation - especially in highly scaleable systems. | | This is even true for RDBMS's, since often counts often have to be re-calculated each time (often by table scan), since maintaining counters f

[JBoss-user] [JBoss Seam] - Re: jasperException in all jsp pages of reversed app

2006-04-20 Thread [EMAIL PROTECTED]
what url did you use ? (should end in e.g. .seam or whatever pattern you have defined for JSF pages) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938486#3938486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938486

[JBoss-user] [JBoss Seam] - jasperException in all jsp pages of reversed app

2006-04-20 Thread ppetit
Hi all, I 'm confused with the Hibernate reverse engeeniering tool. It works great until I try to launch the generated JSPs. I'm using : AS 4.0.4.CR2 Latest seam nightly build Hibernate tools 3.1.0beta4 (latest) latest JBossIDE 1.5.1-GA-ALL Any help is welcomed here is the stacktrace of the err

[JBoss-user] [JBoss Messaging] - Re: 1.0.1 next week

2006-04-20 Thread mwaschkowski
Thanks for holding off until this issue fixed: http://jira.jboss.org/jira/browse/JBMESSAGING-347 which it now is. Looking forward to the next release, I'm not sure if you mentioned before or not, but I'm hoping there will be a JCA example in there... Best, Mark View the original post : ht

[JBoss-user] [Installation, Configuration & Deployment] - Re: Reducing JBoss AS web server-related console output?

2006-04-20 Thread jaikiran
Have a look at the log4j.xml file in %JBOSS_HOME%/server/default/conf directory, where you can set the log levels View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938483#3938483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBossWS] - Re: special character in string parameter

2006-04-20 Thread faxe13
JIRA issues created. I hope you can reproduce this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938482#3938482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938482

[JBoss-user] [Clustering/JBoss] - Re: How is the partition name applied?

2006-04-20 Thread [EMAIL PROTECTED]
Yeah, this is confusing. Each of the configurations you listed creates it's own JGroups channel, so in reality you have 4 'partitions'. Each needs its own channel, because multiple services sharing the same channel doesn't work well. The major goal of the upcoming JGroups 2.3 release is to ma

[JBoss-user] [JBoss jBPM] - Re: how to use duedate? (in a task, NOT timer)

2006-04-20 Thread cwad0000
ah, thanks folks for clearing it up. The trick with adding both a timer and due date seems to serve the purpose fine for me, many thanks for that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938478#3938478 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [EJB 3.0] - SFSB breaks - moving from 4.0.4RC1 to 4.0.4CR2

2006-04-20 Thread tsar_bomba
I'm not sure what went wrong here...I didn't see any indication of change in the behavior or lookup of SFSB in CR2 compared to RC1...but my app definitely breaksand it ran flawlessly in RC1. My app is a simple shopping cart with a single SFSB called "ShoppingCartBean". I look it up like so:

[JBoss-user] [Installation, Configuration & Deployment] - packaging and deployment of ear-files (classcastexception, n

2006-04-20 Thread andber
Hi, I have this: app1.ear app1-ejb.jar app2.ear app2.war web-inf lib app2 contains a servlet which connects through a remote ejb interface included in app1-ejb.jar, so app2.ear needs to have app1-ejb.jar (or really a subset of it but let's say it is the same jar)

[JBoss-user] [EJB 3.0] - 4.0.4.CR2: NullPointerException when EJB3 returns a value mo

2006-04-20 Thread adogg
Since I upgraded to 4.0.4.CR2, I'm having a problem calling a stateless EJB3 from inside a Quartz job via simple JNDI lookup code: public final void execute(final JobExecutionContext ctx) { InitialContext jndiCtx = new InitialContext(); RemoteEJB3Interface ejb3 = (R

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-04-20 Thread biggef
I also experiment deadlocks, but they occur each time (and only these times) I want to take a transition leading to a node that has already been visited. It happens on the commit when I want to close the JBPMSession. I'm using Jbpm 3.0.2, mysql-connector-java 3.0.11 and mysql 4.1.18 . Here is

[JBoss-user] [Security & JAAS/JBoss] - Re: How to disable SecurityAssociationVavle

2006-04-20 Thread [EMAIL PROTECTED]
Chris, the JBossGenericPrincipal is needed for Tomcat authorization in the realms (JBossSecurityManagerRealm and Jacc.Realm) and in Tomcat RealmBase class. So as a first step, you need to see how your custom principal maps to GenericPrincipal. Cheers. View the original post : http://ww

[JBoss-user] [Security & JAAS/JBoss] - Re: How to disable SecurityAssociationVavle

2006-04-20 Thread j2ee_junkie
Anil, I will take that as a "no easy way to remove it." My situation is more of an annoyance than a real need. I have an web-app that uses a custom Realm and a custom Principal. My design was that these items could be used by others (in my organization) to secure applications running in Tomca

  1   2   3   >