[jboss-user] [Installation, Configuration & DEPLOYMENT] - Singleton mbean

2008-10-02 Thread roelof
hi we are currently running a very old version of jboss (4.0.2). in the process of migrating/upgrading to jboss 5.0 i've run into a problem related to a Singleton mbean. the error is: java.lang.IllegalStateException: HAPartition property must be set before starting HAServiceMBeanSupport the r

[jboss-user] [JBossWS] - Username token is not interoperable with gSOAP client

2008-10-02 Thread navin_bhat
Environment:JBOSS AS 4.2.3,JBoss-native-3.0.3,JDK 5 update 15,Windows XP SP2,Eclipse 3.3.x. Description : I generated service code from wsdl using wsconsume (contract first approach). I wrote the service skeleton code as a stateless EJB.I enabled WS-Security features as described in the user g

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem Regarding hsqldb-ds.xml

2008-10-02 Thread sachin.parnami
Hi All, I have a problem related to hsqldb-ds.xml when i uncomment below mention tag from hsqldb-ds.xml file, which says For totally in-memory db, not saved when jboss stops. does it means that data would not remain in permanent memory? like if restart server data will be lost? | For tot

[jboss-user] [EJB 3.0] - How to access EntityManager in a Thread run() method?

2008-10-02 Thread jboss_raikankas
Hi, I have got an Enterprise project with an EJB3, I am starting a Thread in a @Stateless bean but when I try to use my EJB3 EntityManager I get below exception. How can I access from inside the Thread to my EntityManager? :01:35,812 ERROR [STDERR] Exception in thread "Thread-15" 20:01:35,812

[jboss-user] [JBossWS] - Re: Are ports reusable/concurrent?

2008-10-02 Thread [EMAIL PROTECTED]
Take a look what our FAQ says. There's also JBWS-2324. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180201#4180201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180201 ___

[jboss-user] [JBoss Messaging] - Re: Takes much time to Startup - 1.4.0.SP3

2008-10-02 Thread Craig2007
OK i will consider ur option(changing those paging values) also. In the meantime we have tested a scenario...We did not change any Paging parameters value for this test. FYI With our Prod Environment setup, it took around 20 to 30 minutes for the JBM to get started.We also observed that whi

[jboss-user] [JBoss jBPM] - Removing the identity component

2008-10-02 Thread thilms21
I want to use my Identity component in JBPM. So I removed identity component from hibernate.cfg.xml and I overrode getExpressionSession() in ExpressionAssignmentHandler class, now this class is using my identity component internally. I am not getting any documents for integrating/changing in i

[jboss-user] [JBossWS] - Re: Not getting instance of Service object from a WSDL file.

2008-10-02 Thread ajayks
Dear Peter, I have included all the jars from $JBOSS_HOME/client/lib directory in the classpath of client program of web service since begining and it is still not working. Do I need to provide integration layer of web service to the srever in order to run the web service on jboss 4.2.

[jboss-user] [Beginners Corner] - Persisted @MessageDrive Timer yields classpath loader error

2008-10-02 Thread aconn7
Hi - Yes I know, duplicate post. However I am getting desparate! After or during JBOSS startup, any persisted timers yield a classloader error upon timeout. This behavior is NOT duplicated on any timers that are created (via TimerService.createTimer) and expire after completed bootup. Some

[jboss-user] [EJB/JBoss] - HELP! No ClassLoaders Exception on @MessageDriven Timer Bean

2008-10-02 Thread aconn7
Hi. After or during JBOSS startup, any persisted timers yield a classloader error upon timeout. This behavior is NOT duplicated on any timers that are created (via TimerService.createTimer) and expire after completed bootup. Some experimentation has shown that placing my entire application'

[jboss-user] [EJB 3.0] - Re: Can EJB have an application scope?

2008-10-02 Thread mabimal
Thank you Peter J Now the concept is a bit clear to me. Regards Mabimal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180195#4180195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180195 _

[jboss-user] [JBoss Messaging] - Re: Takes much time to Startup - 1.4.0.SP3

2008-10-02 Thread genman
Don't restart? Why not set the params really low (50,25,25) and see where that gets you... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180194#4180194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180194 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: TimeoutException in a READ_ONLY Cache Entity

2008-10-02 Thread genman
Data is written to the cache when it's being loaded... do you know what thread "Timer-9,5,jboss" is doing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180193#4180193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=418

[jboss-user] [Security & JAAS/JBoss] - Re: Invoke secured EJB from standalone Tomcat

2008-10-02 Thread jaikiran
For web application, you will have to add the loginmodule to the %JBOSS_HOME%/server/< serverName>/conf/login-config.xml file. That file already has some example login-modules. Add your loginmodule(s) there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41801

[jboss-user] [JBoss Messaging] - Re: Takes much time to Startup - 1.4.0.SP3

2008-10-02 Thread Craig2007
Any suggestion or solution to overcome the increased startup time . Kindly shed some light on the possible alternative way to overcome as early as possible Really I would appreciate it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180189#4180189 Repl

[jboss-user] [Beginners Corner] - Re: Problem deploying entity bean

2008-10-02 Thread jelid
Excuse my youth on this argument. I read some documents on the entity-bean type and realize that the error was in the warning message. I use the Container persistence type instead of the Bean one. My classes don't math the container persistence rules. I resolve the problem following the bean-man

[jboss-user] [Beginners Corner] - Re: Schedular MBean & Injection

2008-10-02 Thread aslocal
Ok, I found out the problem. I was declaring my mBean as an EJB 3.0 bean, but still implementing a 2.0 class. Therefore, it couldn't get an EJB 3.0 context. I guess I went a little cut and paste happy with Internet examples. Here's what works in case anyone else has this issue: schedular-se

[jboss-user] [Clustering/JBoss] - Re: Annoying

2008-10-02 Thread aslocal
Thanks. Worked great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180177#4180177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180177 ___ jboss-user mailing list jboss-us

[jboss-user] [Clustering/JBoss] - Re: Need proper clustering document

2008-10-02 Thread justkeys
http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta422/html/index.html http://www.theserverside.com/tt/articles/article.tss?l=J2EEClustering View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180176#4180176 Reply to the po

[jboss-user] [Clustering/JBoss] - Re: Annoying

2008-10-02 Thread justkeys
Edit server/.../conf/jboss-log4j.xml and add a node that limits the logging of this category to INFO. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180175#4180175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=418017

[jboss-user] [JBoss jBPM] - Re: jBPM + jBoss Portal

2008-10-02 Thread letitbe
Thanks Ronald for your input. Do I need to include jbpm-enterprise.ear (not sure about this) and jbpm-console (we might need this for bpm administration) in my portal implementation? I saw in old posts, some people having trouble integrated jBPM and Portal/Portlet. Is there any documentation/bl

[jboss-user] [JBoss Portal] - Re: JBOSS PORTAL CMS Issue - Urgen Help Appreciated

2008-10-02 Thread [EMAIL PROTECTED]
I tested this with 2.7 CR1 release and this does not seem to be the case. Does this happen to you all the time? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180170#4180170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBossMQ] - race condition msg delivery / db tx commit

2008-10-02 Thread justkeys
I believe that there is no way to guarantee that a jms message gets delivered only after the db-tx has completed (and made its changes visible), even if java:/JmsXA is used. Therefore, my MDB can not find the data created in the tx in the database, because the message delivery is too fast. So

[jboss-user] [EJB/JBoss] - Re: send jms message after tx commit

2008-10-02 Thread justkeys
jaikiran, i think your statement is incorrect: even though i am using @Resource(mappedName="java:/JmsXA"), my messages still get processed before the data is actually visible in the database. When i add logging, it's a matter of 100 ms. So my explanation for this is: 2 phase commit guarantees

[jboss-user] [Clustering/JBoss] - Annoying

2008-10-02 Thread aslocal
How can I disabled this? It's adding a lot of un-needed chatter. Ie: 2008-10-02 14:44:20,870 DEBUG [org.jboss.web.tomcat.service.session.JBossCacheManager] Looking for sessions that have expired ... 2008-10-02 14:44:20,871 DEBUG [org.jboss.web.tomcat.service.session.JBossCacheManager] Looking

[jboss-user] [Clustering/JBoss] - Re: EJB3 Injection and HA-JNDI

2008-10-02 Thread justkeys
Hm, correction about MDB: has nothing to do with @Resource, it's about @MessageDriven in the all-deployment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180165#4180165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Portal] - Re: 2.7.7CR Can't find resource for bundle... key LOGIN_TIT

2008-10-02 Thread [EMAIL PROTECTED]
I just tried why you are doing with 2.7 CR1 release and I don't see what you are seeing. Please see if there are other errors before hand. One thing you may want to set up the -XX:MaxPermSize=128m in run.conf under bin directory. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Clustering/JBoss] - Re: EJB3 Injection and HA-JNDI

2008-10-02 Thread justkeys
For MDB's deployed in the all folder you don't need to do anything: they find the destination and subscribe, whether it is remote or local; and when the coordinator-node dies, they resubscribe as soon as the new coordinator-node is ready hosting the destinations. So this makes me believe that th

[jboss-user] [Beginners Corner] - App dynamic priority

2008-10-02 Thread acastanheira2001
Hi, I have a jboss server with 4 applications. From midday to one afternoon is the time frame for the auction system. During that period the auction system needs the best response time as possible, and the other 3 apps should not interfere the auction system response time. Is there a way to pr

[jboss-user] [JBoss Tools (users)] - Re: Error opening XHTML files in eclipse

2008-10-02 Thread venkatkodali
I am sorry max i am confused I am using eclipse version 3.3.1.1 and jboss tools version 2.1.2.GA i installed jboss tools using update site http://download.jboss.org/jbosstools/updates/stable/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180159#4180159 Re

[jboss-user] [JBoss Tools (users)] - Re: Error opening XHTML files in eclipse

2008-10-02 Thread [EMAIL PROTECTED]
depends what version of the tools you are using. 2.x -> 3.3.x 3.x -> 3.4.x View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180158#4180158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180158 ___

[jboss-user] [JBoss Messaging] - Re: Migrating JBOSSMQ to JBOSS Messaging

2008-10-02 Thread mvincenttis
I have found the solution. https://jira.jboss.org/jira/browse/JBMESSAGING-923 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180157#4180157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180157 __

[jboss-user] [Beginners Corner] - JON monitoring best metrics

2008-10-02 Thread acastanheira2001
Hi, I would like to know what are the best metrics to monitor my servers through JON 2.0.1. I have linux, jboss (tomcat embbeded), apache, java 1.5. Ex: Sometimes one of my Jboss "JVM free memory" reaches 0 (zero). Is it bad or not? Both app and logs doesn´t complain. Second, What are the

[jboss-user] [JBoss Tools (users)] - Re: Error opening XHTML files in eclipse

2008-10-02 Thread venkatkodali
I am using Version: 3.3.1.1 you want me to go for 3.4? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180155#4180155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180155 ___

[jboss-user] [Remoting] - Remoting release 2.2.2.SP10 is available

2008-10-02 Thread [EMAIL PROTECTED]
>From the updated Remoting Guide: anonymous wrote : | 1.4. What's new? | | 1.4.1. In release 2.2.2.SP10 | |1. CoyoteInvoker stores InvokerLocator query in InvocationRequest; |2. miscellaneous bug and documentation fixes. | | 1.4.2. In release 2.2.2.SP9 | |1. Fi

[jboss-user] [JBoss Tools (users)] - Re: 3.0.0 alpha, and seam tutorial problem

2008-10-02 Thread [EMAIL PROTECTED]
got any other error information in the server logs ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180153#4180153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180153 ___ jb

[jboss-user] [JBoss Tools (users)] - Re: Error opening XHTML files in eclipse

2008-10-02 Thread [EMAIL PROTECTED]
the portal tools only targets Eclipse 3.4, not Eclipse 3.3. Why did you try with 3.3 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180152#4180152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180152 ___

[jboss-user] [JBoss Tools (users)] - Re: Double ant build in JBoss Tools?

2008-10-02 Thread [EMAIL PROTECTED]
I think it is the .exploded build setup by seam-gen you are referring to - it have always happend but i'm actually not sure why it happens. best guess is that it is because you save a .java file and then the .class file is generated resulting in two builds...or because the build it self generate

[jboss-user] [JBoss Cache: Core Edition] - TimeoutException in a READ_ONLY Cache Entity

2008-10-02 Thread fabianignacio
Hi I'm facing a problem using TreeCacheProviderHook. I have this Entity Bean: | @Entity | @Table(name = "MERCHANTCATEGORY") | @Cache(usage=CacheConcurrencyStrategy.READ_ONLY) | public class MerchantCategory implements Serializable { | | @Id | @Column(name = "ID_MERCHAN

[jboss-user] [Remoting] - Re: Which thread pool services SLSB requests in AS?

2008-10-02 Thread [EMAIL PROTECTED]
Hi Justin, You're in the right forum - the ServerThread you're looking at is an org.jboss.remoting.transport.socket.ServerThread, and the pool of ServerThreads is configured in the org.jboss.remoting.transport.socket.SocketServerInvoker that services EJB3s. The configuration is found in file

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoClassDefFoundError: org/hibernate/persister/

2008-10-02 Thread siddiq_sa
some times i get the below exception ERROR - org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/CONSWEB].listenerStart - | Exception sending context initialized event to listener instance of class us.ga.state.pap.cons.client.web.listener.security.SecurityListener org.springframe

[jboss-user] [JBossMQ] - Re: Configure Queue from EAR

2008-10-02 Thread jinpsu
Oh, and I just realized that specifying a name of "queue/mdb" will actually create the queue "queue/queue/mdb". The name should read just "mdb". However, it's still just ignoring my META-INF/jboss-destinations-service.xml, so I still don't know what's going on. View the original post : http:/

[jboss-user] [JBoss Portal] - Re: 2.7.7CR Can't find resource for bundle... key LOGIN_TIT

2008-10-02 Thread jaykraly
The "build.sh deploy" works fine with no errors. Also, jboss starts up fine with no errors. When I hit the http://localhost/portal url in a browser, the error that I previously attached is logged in server.log. The browser shows the jboss title bar and footer, but none of the portals show up

[jboss-user] [JBoss Portal] - Re: 2.7.7CR Can't find resource for bundle... key LOGIN_TIT

2008-10-02 Thread [EMAIL PROTECTED]
You mean you downloaded the src zip of 2.7 and when you deploy the bits, you see the error you mentioned? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180142#4180142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180

[jboss-user] [JBoss Portal] - Re: Create Instance from remote portlet => NPE

2008-10-02 Thread [EMAIL PROTECTED]
It should now be fixe in subversion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180140#4180140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180140 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Manually configure remote portlets

2008-10-02 Thread [EMAIL PROTECTED]
Sorry, it's not currently possible to configure a portlet instance via XML. Please open a feature request in JIRA if this is important to you. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180139#4180139 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Portal] - 2.7.7CR Can't find resource for bundle... key LOGIN_TITLE

2008-10-02 Thread jaykraly
I've been evaluating 2.6 and candidate release 2.7 running on JBoss 4.2.2GA. I built both from the source distribution with no errors. When I hit localhost/portal on the 2.7 version, I get the following error, any ideas? 2008-10-02 14:56:32,499 ERROR [org.apache.catalina.core.ContainerBase.[j

[jboss-user] [JBoss Portal] - Re: Create Instance from remote portlet => NPE

2008-10-02 Thread [EMAIL PROTECTED]
"cpage" wrote : | What do I need in my Producer JBoss (with my Business application and portlets) ? | Can I get the portal-wsrp.sar standalone ? | At this point, WSRP only works with JBoss Portal. Extraction of the WSRP component to only rely on JBoss Portlet Container is considered. If

[jboss-user] [JBoss Portal] - Re: Create Instance from remote portlet => NPE

2008-10-02 Thread [EMAIL PROTECTED]
Thanks for the report. This is indeed a bug. https://jira.jboss.org/jira/browse/JBPORTAL-2185 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180134#4180134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180134 _

[jboss-user] [JBoss Tools (users)] - Double ant build in JBoss Tools?

2008-10-02 Thread as6o
I created a Seam application via seam-gen and am editing it in Eclipse using the pre-configured project files. It is working great however every time I make an edit and save it two seemingly identical ant builds fire off one after the other. I also have JBoss Tools installed and am using the S

[jboss-user] [JBossMQ] - Re: Configure Queue from EAR

2008-10-02 Thread jinpsu
I forgot to mention that my application is scoped. My META-INF/jboss-app.xml contains: | | http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd";> | | | net.app:archive=ear | java2ParentDelegation=false | | | | I tried to do something simi

[jboss-user] [JBoss Messaging] - Migrating JBOSSMQ to JBOSS Messaging

2008-10-02 Thread mvincenttis
Hi all, We have used JBOSS4.2.2.GA for a while and now we have JBOSS EAP 4.3.0 under certification for use in production mode. As JBOSS EAP is using JBOSS Messaging we have a problem. When a service queue definition is started an exception is thrown as below: ERROR [ExceptionUtil] Queue[/queue

[jboss-user] [JBoss Portal] - Re: JBoss Portal WSRP with WS Stack CXF

2008-10-02 Thread [EMAIL PROTECTED]
The WSRP component of JBoss Portal is only compatible with JBoss WS Native for now. There is a good reason for this: the other web service stacks are not compatible with JAX-RPC, which is what was used to implement WSRP because we needed Java 1.4 compliance. Re-implementing WSRP using JAX-WS is

[jboss-user] [JBossMQ] - Configure Queue from EAR

2008-10-02 Thread jinpsu
So I'm using JBoss 4.2.2.GA to create a handful of MDB's. I'm using the @MessageDriven annotation to configure the destination for the bean. Can I provide a *-service.xml in an EAR to create the Queue? I tried putting the following in myEar/META-INF/jboss-destinations-service.xml: | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-02 Thread sfisque
thank you both. your input has been illuminating. i'm sure these are just a case of RTFM, but given our aggressive dev cycle, i've had to cut corners on learning curve wrt to jboss specific details. thank you == stanton View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Beginners Corner] - Problem deploying entity bean

2008-10-02 Thread jelid
Hi, I'm trying to deploy an entity bean on Jboss-4.2.2 using MyEclipse IDE ( 6.0.1 GA) and i have the following error. a warning and no other indication on the origin of the error. Can someone gives me indication on how to move for a rapid resolution of that kind of errors? 19:10:13,359 WARN

[jboss-user] [JBoss Cache: Core Edition] - Re: Synchronous replication result with suspect member

2008-10-02 Thread afelle1
Oh, I'm using JBoss Cache 1.4.1 GA and JGroups 2.4.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180125#4180125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180125 ___ jb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hot Deployment EAR (Exploded directory structure type EA

2008-10-02 Thread PeterJ
Class file changes will never be noticed until the application is redeployed, so what you want to do is not possible. Though Seam does provide the ability to change certain kinds of classes on-the-fly without having the application redeploy. View the original post : http://www.jboss.com/index.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - web service endpoint context

2008-10-02 Thread sfisque
i have a web service deployed trivially via ejb3 jax-ws (a SLSB annotated with @WebService). i have had to make use of two jboss specific annotations: @SecurityDomain() @WebContext() my question is, is there a way to duplicate that functionality using xml descriptors, so that i can remove thes

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-02 Thread jaikiran
The default jndi naming for EJB3 beans in JBoss is as follows (excerpt from JBoss EJB3 Trail): anonymous wrote : | | * If the application is deployed in a EAR file, the default JNDI name is the EAR-FILE-BASE-NAME/EJB-CLASS-NAME/local for the stub for local interface. For the remote in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Webservice Hosting and MalformedURLException

2008-10-02 Thread PeterJ
OK, I now understand your question better. As far as I know, JBossWS also has to run within JBoss AS. There used to be a way of running JBossWS on Tomcat but that feature was dropped due to lack of interest. For the exception, I assume that it was due to wsdl parsing because you mentioned web s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-02 Thread sfisque
nm, after surfing the jndi using the sun browser, i noticed that the context does not affect the jndi binding. thus i do not need to worry about the jar or ear name. sorry for the confusion. == stanton View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180119

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-02 Thread sfisque
one last thing. the examples i've seen thus far (of jboss.xml) seem to bind at the "default" location of "bean_name/local" or "bean_name/remote". none of them appear to be specifying the context of the binding. in order to do that, do i need to prepend the binding with a / so that jboss knows

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-02 Thread jaikiran
"sfisque" wrote : does jboss support "partial descriptors", wherein, i can just put: | | | | | | MyBean | | context_name/ejb_binding_name | | | | | | and jboss would do the expected ejb3 auto-deploy magic for the remainder of the attributes (injecting

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-02 Thread sfisque
correction, jboss.xml, not ejb-jar.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180113#4180113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180113 ___ jboss-user mail

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-02 Thread sfisque
does jboss support "partial descriptors", wherein, i can just put: | | MyBean | context_name/ejb_binding_name | | and jboss would do the expected ejb3 auto-deploy magic for the remainder of the attributes (injecting from the annotations or defaults), or is it "all or n

[jboss-user] [Security & JAAS/JBoss] - Re: Invoke secured EJB from standalone Tomcat

2008-10-02 Thread craig1980
Hi. First of all thnx for you help. I'm trying to understand what happens. I have created a simple Java class who calls my secured EJB; i have added under my class-path all the client jars needed (jbossall-client.jar) and i creted my jaas.config file in this way: | danetworkflow { | org.jbos

[jboss-user] [Remoting] - Which thread pool services SLSB requests in AS?

2008-10-02 Thread justinwalsh
Hi, Not sure if this is a JBoss AS question or a remoting question - will be glad to move the post if required. Basically I am trying to find out which thread pool contains the worker threads which service incoming (remote) requests made to stateless session beans in JBoss AS so that I can co

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-02 Thread jaikiran
You can use the jndi-name or local-jndi-name for your bean in the jboss.xml. See the dtd http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd for more details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180108#4180108 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoClassDefFoundError: org/hibernate/persister/

2008-10-02 Thread siddiq_sa
Hi I have placed hibernate3.jar in only lib folde of the server and not in the application. I did't not change any thing i JBoss after installation. I have created the EAR from eclipse and it will create a folder with .ear in my case the folder name is CONSEAR.ear. And it contain a JAR file an

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: custom context for EJB deployment

2008-10-02 Thread sfisque
that definitely has potential. i was hoping on something more configuration level (xml descriptor, etc.). my goal is to keep the java code container agnostic (all ORM level stuff is done via JPA, all EE bindings are against the sun interfaces, etc.) so, is there a way to do what appears in th

[jboss-user] [JBoss Portal] - JBoss Portal WSRP with WS Stack CXF

2008-10-02 Thread FelderR
We tried to upgrade the JBoss Portal 2.6.6 Webservice Stack from native to CXF but failed with the following error message from the WSRP Stack. For me it seems that the great JBoss Platform is not compatible within itself especially if it comes to the Portal Framework? We tried with Java 5 and

[jboss-user] [JBoss Portal] - Manually configure remote portlets

2008-10-02 Thread rplp
I have been able to manually configure (through XML) the JBoss servers as producer and consumer. However I am not being able to manually configure a portlet instance that uses a remote portlet. The instructions provided on manuals are only to use the admin interface. Is it possible to configur

[jboss-user] [JBoss Portal] - JBOSS PORTAL CMS Issue - Urgen Help Appreciated

2008-10-02 Thread user.java
Hi, I am having issues with JBOSS 2.6.5 portal with CMS. When i log in as ADMIN and create a Folder inside the CMS. First foder is created and while creating any child folders under it is throwing error. Stack Trace-- Any help/work around ??? anonymous wrote : | 008-10-02 12:06:38,212 I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hot Deployment EAR (Exploded directory structure type EA

2008-10-02 Thread tamilsmani
Changed my subject line View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180095#4180095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180095 ___ jboss-user mailing list jboss-u

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Hot Deployment EAR (Exploded directory structure type EAR) a

2008-10-02 Thread tamilsmani
Hi all, I am trying to deploy my EAR as HOT deployment. I have created a EAR directory which iterns have EJB directory and WEB directory. I am successfully deploy the application in JBOSS 4.2.2. But if i do any modifcation on any of my java classes (EJB classes or WEB java classes) it not refe

[jboss-user] [JBoss jBPM] - Re: jBPM + jBoss Portal

2008-10-02 Thread kukeltje
oeps wrong quoting and no preview JBoss Portal 2.4 and higher use at least jBPM 3.2 I think. The latest version used jBPM 3.2.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180090#4180090 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: jBPM + jBoss Portal

2008-10-02 Thread kukeltje
anonymous wrote : I wrote a servlet then load processdefinition.xml from WEB-INF, create its instance and send a signal to root. Is it a right way to do BPM stuffs in enterprise context? Sure this is an option. There are many [qoute]* which jBPM version should I use? If I'm not wrong, jBoss Por

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Exploded EAR deployment problem

2008-10-02 Thread tamilsmani
The problem is purely on AOP annotation which is used by JBOSS and your JDK. JBOSS 4.2.2 uses JDK1.5 annotation. But my workspace uses JDK1.6 annotation. This is the cause for the problem. If you want to check annotation references in JBOSS login into the console and expand JBOS AOP link you cou

[jboss-user] [JBoss jBPM] - Re: Sending mail without mail nodes

2008-10-02 Thread kukeltje
what is "doesn't like it" Giving errors? Ignoring it? Besides that, what version of jBPM? Do you have a unit test? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180084#4180084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment classpath issue in EAR

2008-10-02 Thread johndubchak
Peter, anonymous wrote : If you would have passed the name "config.xml" instead (no leading slash), it would look for the file in jboss_home/bin (which is the current working directory). You are correct, it printed out the JBOSS_HOME/bin directory as the current directory - something I just l

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Webservice Hosting and MalformedURLException

2008-10-02 Thread miketech
Hi, thanks for your anwer. But I don't have c:/Dokumente in my WSDL File. Now I found out, that also if I don't deploy this WS this errors appears. What I wanted to know: Is there a better JBoss configuration for Web services instead of using JBoss AS? Maybe JBoss Microcontainer + JBoss WS?

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multiple mail sessions

2008-10-02 Thread jonathanztaub
Thanks, I'll try it later on. By the way, what is the benefit of having JBoss managing this resource? Does it perform some kinda of pooling under the hoods and other optimizations? Or is it equal in performance to creating a mail session in the code and not relying on managed resources? View th

[jboss-user] [Beginners Corner] - Re: JON Min connections X Total connections

2008-10-02 Thread PeterJ
Total Connections is the number of database connections that have been created since the app server started. Connections are created lazily - none are made until the first connection request comes along at which time min connections are created. Therefore, you will see Total Connection set to 0

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: sequence to deploy applications

2008-10-02 Thread jaikiran
Look for the comments related to URLComparator in %JBOSS_HOME%/server/< serverName>/conf/jboss-service.xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180068#4180068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment classpath issue in EAR

2008-10-02 Thread PeterJ
Concerning this code: BufferedReader br = new BufferedReader(new |InputStreamReader(new FileInputStream(fileName))); If you passed /config.xml, I believe that it will attempt to read config.xml from the base directory of the file system. You could verify this

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: java.lang.NoClassDefFoundError: org/hibernate/persister/

2008-10-02 Thread jaikiran
anonymous wrote : [spring/pap-core-securityFramework-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/hibernate/persister/entity/EntityPersister Are you packaging any of hibernate related jars in your application? Did you change anything

[jboss-user] [JBoss Portal] - Re: Create Instance from remote portlet => NPE

2008-10-02 Thread cpage
wsrp works ! Despite the error, my instance has even been created : JBP_INSTANCE: myProducer./myPortletInstance but i think the problem is only in the WSRP Admin management. i can had a window based on my remote instance, with the dashboard manager. other question: What do I need in my Produce

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Webservice Hosting and MalformedURLException

2008-10-02 Thread PeterJ
The "unknown protocol: c" error means that somewhere in your WSDL, where a URL is expected, you have "c:/Dokumente und Einstellungen/...: instead of "file://c:/Dokumente und Einstellungen/..." The JBossWS documentation should be enough to get you started writing POJO web services. And here are

[jboss-user] [JBoss jBPM] - Re: Sending mail without mail nodes

2008-10-02 Thread freejohn22
sorry..it seems I should have disabled HTML in my post. Anyway I was meaning that wherever I have put the it seems that jbpm doesn't like itany help ? thanks john View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180059#4180059 Reply to the post : http:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment classpath issue in EAR

2008-10-02 Thread jaikiran
"johndubchak" wrote : | | And then method 2: | | InputStream is = getClass().getClassLoader().getResourceAsStream("/config.xml"); | | The InputStream is null. Also, I am using JBoss AS 4.2.3. | | Remove the forward slash from the code. Try: InputStream is = getClass().getC

[jboss-user] [JBoss jBPM] - Sending mail without mail nodes

2008-10-02 Thread freejohn22
Dear all, I have seen in the jbpm documentation that it's possible to send a mail without showing it in the process graph (that is without mail nodes) anonymous wrote : Anywhere you are allowed to specify actions in the process, you can specify a mail action like this: | | I have tried i

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Where is the JBOSS Pending Registration data stored?

2008-10-02 Thread PeterJ
You might have better luck asking this in the JBoss Portal forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180055#4180055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180055 _

[jboss-user] [JBoss jBPM] - Correlation problem

2008-10-02 Thread Turanyi
I have simple process with two operations (process, push). Process starts by operation "process" and reply with input+"started" then waits for operation "push" and reply input+name+"pushed". It is example of correlations. Process can be deployed without problems. But there is problem to start in

[jboss-user] [EJB 3.0] - Re: Can EJB have an application scope?

2008-10-02 Thread PeterJ
Scopes are associated with web applications. An EJB, on the other hand, is a back-end resource that can be used by multiple web applications, and each web application has its own application scope. So which application scope would the EJB use if there could be multiple ones? View the original p

[jboss-user] [JBoss Portal] - Re: Suport for JMS and Message broker

2008-10-02 Thread PeterJ
JBoss Portal runs on top of JBoss Application Server which in turn contains a messaging server (JMS). The 4.2.x version of JBoss Application Server contain JBossMQ as the JMS, but you can easily replace that with JBoss Messaging (and updated JMS). View the original post : http://www.jboss.com/

[jboss-user] [EJB 3.0] - Re: deployment of ejb3 in jboss-5.0.0 CR2

2008-10-02 Thread wolfc
Yes, this is intended behaviour. The DefaultPersistenceUnitDependencyResolver only works for spec compliant deployments. If you want you can plug in your own implementation of a PersistenceUnitDependencyResolver which goes beyond the spec. But if the other ear/jar containing the persistence uni

[jboss-user] [Beginners Corner] - JON Min connections X Total connections

2008-10-02 Thread acastanheira2001
Hi, As far as I know, min connections is the minimum amount of open connections Jboss keeps opened. It is set in *-ds.xml . I understand that "Total connections" should be greater or equal to "min connections". Sometimes JON reports that total connections is LESS than min connections. Is it c

[jboss-user] [JBoss Portal] - Create Instance from remote portlet => NPE

2008-10-02 Thread cpage
Hi, I have a WSRP need. I have a portal in one JBoss and a business application with portlets in another JBoss. I started the remote wsrp portlet with JBP 2.7.0.RC1 like this: I launch 2 instances og JBP 2.7.0 and i declare the weather portlet remotable in my "Procucer" JBP(jboss-portlet.xml)

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment classpath issue in EAR

2008-10-02 Thread johndubchak
Hi Peter, Thanks for the reply. I've tried two different methods to access the config file: 1) using the FileUtils and 2) getClass().getClassLoader().getResourceAsStream() Here is the relevant code from each: 1) public String getFileContents(String fileName) { | StringBuffer conten

  1   2   >