[JBoss-user] [JNDI/Naming/Network] - Re: How to access DB/session beans from applet?

2006-04-01 Thread efratb
Hi, Yes, I solved the problem somehow... I added all the jboss jars to the classpath, and the files of the server side I added to the applet's jar. Good luck... Efrat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934174#3934174 Reply to the post : http://w

[JBoss-user] [JBoss Seam] - What Nightly Build Files should I have??? - isJndiName Erero

2006-04-01 Thread nirving
Hi All I am very very confused about this error and how to fix it... 12:42:09,375 ERROR [[/seamapp]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.IllegalArgumentException: java.beans.IntrospectionException: Method not

[JBoss-user] [JBoss jBPM] - Help me

2006-04-01 Thread msnsky
ysql 5.0 Tomcat 5.5 Jbpm 3.1 (1) Then modified src\config.files\hibernate.cfg.xml (2) create Database Jbpm (3) Then modified java.jbpm\org\jbpm\db\JbpmSessionFactory.java to be as follows: public static JbpmSessionFactory getInstance() { if (instance==null) { log.debug("bu

[JBoss-user] [Installation, Configuration & Deployment] - 4.0.4.CR2 ejb3.deployer missing some jars?

2006-04-01 Thread scotttam
I just downloaded and installed 4.0.4.CR2 with the GUI and selected the ejb3 configuration. When I look at the jars under the server/default/deploy/ejb3.deployer directory, I only see the following: | jboss-annotations-ejb3.jar | jboss-ejb3.jar | jboss-ejb3x.jar | In the last release

[JBoss-user] [Performance Tuning] - Re: Eden space increasing by 10Mb every minute and GC'ing ba

2006-04-01 Thread markgowdy
Hi I haven't checked this on JBoss but this pattern is consistent with the heap usage patterns on other containers and application servers. It is due to the application server threads running in the background and the objects allocated/GC'd for that purpose. This is not something to be concer

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-01 Thread AstroNox
Nothing. You don't get the installer running on Bash though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934166#3934166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934166

[JBoss-user] [Installation, Configuration & Deployment] - what wrong is it? please help!

2006-04-01 Thread dnthuan
I begin try to use jboss 4.0.2. But I can run default application. Eclipse 3.1.2 raises 2 notices like that : cvc-complex-type.2.4.b: The content of element 'ejb-jar' is not complete. One of '{"http://java.sun.com/xml/ns/j2ee":display-name, "http://java.sun.com/xml/ns/j2ee":icon, "http://java

[JBoss-user] [EJB 3.0] - Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-01 Thread AstroNox
As the manual, self-install JBoss AS 4.0.4.CR2 package does not come with EJB3.0 in any of the three server configurations, this tutorial serves as a quick guide to integrate EJB3.0 into a server configuration. * Download the EJB3.0 manual package: | http://www.jboss.com/products/list/download

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-01 Thread AstroNox
Actually, I just checked and the error that was in 4.0.4RC1 is still present: 07:27:53,750 WARN [EJBTimerServiceImpl] Cannot obtain TransactionManager from JNDI, using TxManager.getInstance(): javax.naming.NameNotFoundException: TransactionManager not bound It was also recommended to use the m

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-01 Thread [EMAIL PROTECTED]
What is wrong with using the ejb3, ejb-clustered selections from the installer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934165#3934165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934165

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: java 5.0 features in JSP problem

2006-04-01 Thread afjochnick
Hmmm, noone has any insights to share?? How depressing... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934162#3934162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934162 ---

[JBoss-user] [JCA/JBoss] - Re: Jboss 3.2.7 JCA question.

2006-04-01 Thread [EMAIL PROTECTED]
At a quick glance, in your SFSB is the connection handle transient? It looks like when passivation occurs, it is trying to serialize your adapter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934159#3934159 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [Installation, Configuration & Deployment] - Re: sharing library-jar globally in EAR

2006-04-01 Thread afjochnick
Well, the "having jar in both ejb and war" seems to be kind of the standard approach which is a bit weird to me, since you need to put the same code in multiple places which is not extremely good in the case where i want all in an EAR to use the same classes I of course don't want to put it in

[JBoss-user] [Performance Tuning] - Eden space increasing by 10Mb every minute and GC'ing back t

2006-04-01 Thread khooke
I'm running JBoss 4.0.1sp1 on Fedora Core4, with JDK 1.5.0_05. I have a low traffic web app deployed to the server that gets approx 6 page hits an hour. The JVM is configured with -Xms128m -Xmx128m. Using JConsole I see the eden VM space increase by 10Mb each minute and then get collected back

[JBoss-user] [EJB 3.0] - Re: Hibernate-Validator and

2006-04-01 Thread bigm25
done. http://opensource.atlassian.com/projects/hibernate/browse/ANN-301 (and sorry for the crosspost in hibernate forum) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934160#3934160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss jBPM] - process definition question

2006-04-01 Thread 232.8
I am a bit confused regarding the definition of a process. Below is a small process I try to create: I have two tasks: a) writing a book b) reading a book I create one swimlane for people that can read, and one swimlane for people that can write. At the deployment processdefinition I do not kno

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JSPs with JDK5.0 features do not compile

2006-04-01 Thread AstroNox
Hello everyone, I'm currently having a problem; in essence, as in the title, is about JSPs with JDK5.0 features that do not compile. I'm running JBoss 4.0.3 SP1 with the default integrated Tomcat 5.5, with JDK5.0. I wrote a very simple JSP in Eclipse 3.1.2 with the JBoss IDE 1.5.1 GA, packaged

[JBoss-user] [JCA/JBoss] - Re: Jboss 3.2.7 JCA question.

2006-04-01 Thread minamti
This happens on JBoss 4 too, after about 16 hours. The same NotSerializable Exception and also take a look at memory consumption of Jboss classes Here is the heap dump, when the passivation failure happens Runtime Heap Summary Runtime Instance List -

[JBoss-user] [JBossWS] - java.lang.NullPointerException in synchronizeinfo when build

2006-04-01 Thread sanding
Hi, When attempting to build JBossWS_1_0_0_CR6 of jboss-head I get a java.lang.NullPointerException in synchronizeinfo. If I am doing something wrong, please indicate what should be done to fix this. This is the command used to check out the source: cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/

[JBoss-user] [Installation, Configuration & Deployment] - "Failed to boot JBoss" jboss-4.0.4.CR2 run.sh "jboss-service

2006-04-01 Thread logmein
Hi. I have just installed jboss AS 4.0.4CR2 with the jar installer from the download page and I was not able to run the server because: /bin/run.sh results in: "Failed to boot JBoss: .../default/conf/jboss-service.xml could not be open..." In the installation process: -> I choose to name my conf

[JBoss-user] [JBoss Portal] - user Doc + clustering topic

2006-04-01 Thread noicangi
hi thanks for updating the user documentation about clustering, it would be great if you can add some little information about the cache and jgroups, i was googling and i found at the wiki some information about 2 clusters on the same networkafter some brute force...i understand the behabour

[JBoss-user] [JBossWS] - Re: Override URL and Port For WS

2006-04-01 Thread irisel
I am using JWSDP. It generates a Impl and Stub class. Some people do a explicit cast when using the _Impl class, to get the reference to the Stub, to set the properties we need. I chose to extend the Impl class in this way: public com.irisel.oms.ws.client.OMBrowserEndpoint getOMBrowserEndpoi

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-04-01 Thread irisel
Ok, that's cool. I'll try it. Regards, Jose. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934152#3934152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934152 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS and MDB - client notification

2006-04-01 Thread Olivier_Debels
We have an application where clients need to be notified. We opted to use JMS, i.e. the client creates a temporary queue and can register itself to the server using this queue. Whenever a notification is needed the server sends a message to the registered temporary queues (unregistering is not

[JBoss-user] [JBoss Seam] - DOCTYPE missing in Seam faces-config.xml

2006-04-01 Thread SunFire
I just played around with the most recent myfaces 1.1.3-snapshot and facelets 1.1.2 and it seems to be required to put a DOCTYPE element in the faces-config.xml of seam http://java.sun.com/dtd/web-facesconfig_1_1.dtd";> I still haven't gotten it to work but at least this got me one step further :

[JBoss-user] [JBoss Seam] - Re: peoblem about extend PersistenceContext in SFSB

2006-04-01 Thread xiangya
Hi, According to my imagenation: A session be injected a EntityManager, and let this session bean exports that EntityManager, it seems that can be acceptable. that is just as same as I wanna using a individual EntityManager in stardard environments. I don't know if that if right. jsr 220 shoul

[JBoss-user] [EJB/JBoss] - improve performance of message driven bean in jboss??!!

2006-04-01 Thread zokho
how can i improve performance of mdb ?? this is what i want to do: i wanna send 5000 message from the client to the server(mdb) within a second.is it possible? i think there should be a configuration in jboss to manage that but where and how? also i think it can depends on the connection factory.

[JBoss-user] [News & Announcements] - JBossAS 4.0.4.CR2 released

2006-04-01 Thread [EMAIL PROTECTED]
The 4.0.4.CR2 release of JBossAS is now available from sourceforge: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942 Full release notes with compatibility notes an highlights are included in the release readme. The summary for JBossAS-4.0.4.CR2 is: Release Notes -

[JBoss-user] [Microcontainer] - Re: Future Architecture?

2006-04-01 Thread monjbossid
"bkeh12" wrote : anonymous wrote : I would think a scripting framework based deployment would be more approriate (bsh, groovy, ...) | anonymous wrote : It seems that with a set of "reasonable defaults", there wouldn't be a need for jar files, META-INF information, and xml files. | | I an

[JBoss-user] [EJB 3.0] - Re: ejb3 best practice question

2006-04-01 Thread kh2ouija
that is, instead of | @PersistenceContext(type=EXTENDED) | private EntityManager em; | | @Factory("messages") | public void findMessages() | { | messages = em.createQuery("from Message msg order by msg.datetime desc").getResultList(); | } | I'd have | @EJB | p

[JBoss-user] [EJB 3.0] - Re: EmbeddedId and GeneratedValue

2006-04-01 Thread squishy
i thoguht so. do you have an idea for working solution? i'd be very thankful :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934141#3934141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934141 -

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-04-01 Thread mirko27
gavin, is there any way to talk with you more real-time? I would start with tutorial then, but I have few questions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934139#3934139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [EJB 3.0] - Re: Deployment order ejb3 / war

2006-04-01 Thread [EMAIL PROTECTED]
You can also use a depends element in jboss-web.xml to depend on the jmx object name of your ejb 3 deployment jboss-4.0.x/docs/dtd/jboss-web_4_0.dtd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934138#3934138 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [Installation, Configuration & Deployment] - Re: how to hide all start up info

2006-04-01 Thread [EMAIL PROTECTED]
I guess you don't wont to suppress the WARNings. Increase the console log level to WARN or ERROR. Or play with te conf/log4j.xml categories to up the level to WARN/ERROR of those categories you don't like to get logging from. View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-04-01 Thread [EMAIL PROTECTED]
Of course, we can use the the help we can get. Example application are *always* useful, especially if they come with a tutorial explaining how they work and what they do. Note that I spent all week updating the booking example. View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [EJB 3.0] - Re: upgrade to JBoss 4.0.4RC1, ERROR

2006-04-01 Thread epbernard
http://hibernate.org/371.html, there were an extra 4, my mistake View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934134#3934134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934134

[JBoss-user] [EJB 3.0] - Re: How are entity beans detached?

2006-04-01 Thread epbernard
Just a few additions: - on a EXTENDED PC, the PC is destroyed when all SFSB involving with this PC are destroyed. - if the transaction is rollbacked, the PC is cleared View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934133#3934133 Reply to the post : http:/

[JBoss-user] [JBoss Seam] - Re: Configuring deployment in Eclipse

2006-04-01 Thread epbernard
The fatal level misuse has been fixed in 4.0.4.CR1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934135#3934135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934135 --

[JBoss-user] [EJB 3.0] - Re: PersistenceContextType.EXTENDED does not work ??

2006-04-01 Thread epbernard
Apparently BeanB does not create any transaction. So you really have 3 JTA transactions (one for each it. call) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934132#3934132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss jBPM] - dialect not found

2006-04-01 Thread infmas
hi for all, i'm trying to deploy build.deploy.xml but i have got this error : Buildfile: D:\jbpm-3.1\build.deploy.xml declare.jbpm.tasks: compile.jbpm: build.jbpm: build.jbpm.src: compile.identity: build.identity: build.identity.src: compile.jbpm.test: compile.webapp: compile.identity.test: compil