[JBoss-user] [JBossWS] - Re: JAX-RPC HELP!!

2006-01-11 Thread sudhakaratbits
Jason, This URL doesnt work. Moved somewhere? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917071#3917071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917071

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Packaging problem

2006-01-11 Thread [EMAIL PROTECTED]
You have a few options... 1) You can disable the building of specific packages in JBossIDE's packaging configuration by checking/unchecking the check-box next to the package you want do enable/disable. It might turn out to be a pain, but you would need to disable the WAR build, Run Packaging, s

[JBoss-user] [JBossWS] - WS & EJB3

2006-01-11 Thread swmk
I'm not sure I should post my problem here. I'm using JBoss Alpha 5, EJB Web Service and EJB3. I got a stack overflow exception when deploy certain services. That services deals with some Session Beans. That session beans returns certain presentation object which contains some Entity Beans. My

[JBoss-user] [EJB 3.0] - Re: Do Session Beans have to implement an interface?

2006-01-11 Thread pvanonselen
As far as I know you need an interface to be created manually and the container does not create it for your. If you have a nice IDE like Eclipse 3.1.1 you can extract an interface file from your session bean automatically by right clicking on the Session bean and then click on Refractor -> Extr

[JBoss-user] [Clustering/JBoss] - Help required to create a partition

2006-01-11 Thread [EMAIL PROTECTED]
HI In cluster-service.xml , we can find DefaultPartition and nodeaddress attributes as follows ${jboss.partition.name:DefaultPartition} ${jboss.bind.address} I've two m\c to implement clustering. how to give system IP's as nodes addresses. do we to need t

[JBoss-user] [EJB 3.0] - How to implement OneToMany LAZY relationship

2006-01-11 Thread pvanonselen
How to implement OneToMany LAZY relationship I am getting a LazyInitializationException: no Session. I have read numerous forums explaining that a client application cannot use a lazy relationship. One forum suggested to use two Session methods, one to get the parent object and another to get

[JBoss-user] [JBoss Seam] - JavaServerFaces Sets cause exception

2006-01-11 Thread glennodickson
Hi I've have been receiving a Set (collection) of object from a hibernate DAO and displaying it using Faces. However, the following exception is thrown and apparently is due to using a Set. However, if this collection is changed to an implementation of ArrayList then the records are displayed

[JBoss-user] [JBoss Eclipse IDE (users)] - Packaging problem

2006-01-11 Thread chrisbitmead
I'm developing an EJB app with a Webstart client that talks to the EJB. The webstart client is deployed inside the .war inside the .ear so that it can be accessed over the web. The problem is that in eclipse if I go "Run packaging" it re-creates the myapp-ejb-client.jar and immediately package

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: On a multihomed server, how to bind jms service to hostn

2006-01-11 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917061#3917061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917061 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [JBossWS] - ArrayList - java.lang.ArrayIndexOutOfBoundsException

2006-01-11 Thread takahashi
Hi again... I posted error about String[][] a couple of weeks ago, and thank you for processing about this issue. This time I am trying to send/receive the ueser defined class with ArrayList variable, and getting the following error: anonymous wrote : | 12:03:21,093 ERROR [BeanPropertyTarge

[JBoss-user] [JBoss jBPM] - RAP with JBoss jBPM from Javapolis 2005

2006-01-11 Thread vlasov01
Hello, Is it possible to publish Tom Baeyens presentation "RAP with JBoss jBPM" from Javapolis 2005? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917059#3917059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917059

[JBoss-user] [JBoss Seam] - Re: Seam related Exception

2006-01-11 Thread eslifederico
Maybe the file /WEB-INF/faces-config.xml has been processed twice. If you have a context parameter in the web.xml with the faces-config.xml file then remove it. : ) I spend two days to figure it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917057#391

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: On a multihomed server, how to bind jms service to hostn

2006-01-11 Thread jnsridhar
I used ClientAddress first and the resultant client proxy contained the endpoint with an IPAddress instead of the hostname. I tried to use ConnectAddress in 4.0.2 but got exceptions as it is not supported in 4.0.2. Is there a way I can stay in 4.0.2 version and be able to get proxy which contain

[JBoss-user] [Beginners Corner] - Re: Using MySQL for DefaultDS

2006-01-11 Thread swarne111
Try this: http://www.techienuggets.com/Detail?tx=5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917052#3917052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917052

[JBoss-user] [Beginners Corner] - Re: NewBie: NameNotFoundException when I deploy a .war file

2006-01-11 Thread swarne111
For mySQL with JBoss see this: http://www.techienuggets.com/Detail?tx=5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917051#3917051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917051 ---

[JBoss-user] [JBoss Portal] - Re: How to use struts or other mvc with JBoss portal 2.2?

2006-01-11 Thread jsports
Thanks? It's great help. I think I can go on now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917050#3917050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917050 -

[JBoss-user] [JBoss jBPM] - Re: SelectItem in TaskBean.java and Task.jsp

2006-01-11 Thread PJMVN
Ohh, sorry for this question. I have mistaked in my code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917049#3917049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917049 ---

[JBoss-user] [JBoss jBPM] - SelectItem in TaskBean.java and Task.jsp

2006-01-11 Thread PJMVN
Hi all. I have a problem, please help me. In TaskBean.java, i have a function is called: getExamDebug public List getExamDebug(){ | System.out.println("debug from exam"); | | List temp1 = new ArrayList(); | | SelectItem item=new SelectItem("

[JBoss-user] [JBossCache] - Re: JBossCache integration into WebLogic

2006-01-11 Thread [EMAIL PROTECTED]
Hi, I have updated the wiki page (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheAndWebLogic) - pls have a look, there are updated screen shots as well as separate sections on setting up and running the sample code with both WL 8.1.x and WL 9.1.x. Also, note that I recommend using the srcs

[JBoss-user] [JBoss/Spring Integration] - Sample App Deployment Problems...

2006-01-11 Thread linush
I followed the instructions in JBoss-Spring-Example.html to deploy JBoss-Spring.ear to JBOSS_HOME/server/default/deploy but got the following exceptions: 17:13:42,994 ERROR [[/jboss-spring]] Error configuring application listener of class org.springframework.web.context.ContextLoaderListen

[JBoss-user] [JNDI/Naming/Network] - my problem the port 1098 1099

2006-01-11 Thread AlexSunStudio
when i start the jboss -- double click the run.bat the jboss console print this: 08:46:20,168 WARN [ServiceController] Problem starting service jboss:service=Na ming java.rmi.server.ExportException: Port already in use: 1098; nested exception is: java.net.BindException: Address already

[JBoss-user] [Installation, Configuration & Deployment] - Re: Simple ResourceAdapter and exception

2006-01-11 Thread jacksonjesse
Hi there, I'm a student starting a J2EE project using JBoss as the application server and have received the exact same error when starting up the server with my deployed ResourceAdapter. There is another forum (link to forum) I've seen that talks about this to which the latest suggestions is

[JBoss-user] [Installation, Configuration & Deployment] - Using external jars within JBoss

2006-01-11 Thread evsrao
I need to use some external jar(s) within the apps deployed in JBoss. Environment may have multiple server instances and the apps deployed in those instances use these external files. I see several alternatives: 1. Copy the external jars to jboss_home/server/instanceN/lib (or creating sym links

[JBoss-user] [JBoss Portal] - Re: new site built on JBoss portal

2006-01-11 Thread [EMAIL PROTECTED]
Ah. I am in Walnut Creek right now, but leave tomorrow. I had no idea you Cignex guys were so close. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917040#3917040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917040

[JBoss-user] [Advanced Documentation] - Re: Using external jars within JBoss

2006-01-11 Thread evsrao
Looks like I posted this question in the wrong section :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917039#3917039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917039 ---

[JBoss-user] [Advanced Documentation] - Using external jars within JBoss

2006-01-11 Thread evsrao
I need to use some external jar(s) within the apps deployed in JBoss. Environment may have multiple server instances and the apps deployed in those instances use these external files. I see several alternatives: 1. Copy the external jars to jboss_home/server/instanceN/lib (or creating sym links

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deferring Message Processing with MDB

2006-01-11 Thread genman
MBDs can on a particular service. Look at the DTD for jboss.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917036#3917036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917036 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jms filters

2006-01-11 Thread genman
I'm not sure what level of assurance you want, but message selectors work exactly like the specification indicates. You can have nested expressions, exactly as indicated in the spec and JavaDoc. You can also find test cases on the web: http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/test

[JBoss-user] [Clustering/JBoss] - Re: Distributed MBeans

2006-01-11 Thread JerryGauth
JBossCache running in replication mode is an example of a service that ''s exposed via an mbean on each node. If you want to use the singleton mbean approach, you can store your state in one of the replicated JBoss services (JBossCache, HA-JNDI or DistributedState). When you need to nominate a

[JBoss-user] [Messaging, JMS & JBossMQ] - Pub/Sub persistence

2006-01-11 Thread mcobery
Can anyone tell me what happens if a TopicPublisher created by a TopicSession with CLIENT_ACKNOWLEDGE continuously publishes a persistent message with an infinite time to live to JBossMQ topic with no maxdepth and without any known subscribers for a few days? Will the messages just continue t

[JBoss-user] [Remoting] - Re: question using Remoting TransportServer/Client

2006-01-11 Thread miltgrin
I think I figured out the problem I was having. There appeared to be two issues. The first being that I didn't have empty constructors (i.e., public x (){}) for some of the variables that were being serialized. The second problem was that some of the constructors of variables being serialized

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread enazareno
Hi, Try using another database. You wont be using hsqldb in production anyway (unless you really do) ;) Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917031#3917031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [Installation, Configuration & Deployment] - Cannot start as Java Service

2006-01-11 Thread chrisbitmead
I can't get JBoss as a service working. This is my install script: set NAME=JBossService set JS=c:\downloads\JavaService set JB=c:\jboss-4.0.3SP1 set JBI=%JB%\server\all set JBBIN=%JB%\bin set JDK=c:\jdk1.5.0_06 set JBEXE=%JBI%\%NAME%.exe copy %JS%\JavaService.exe %JBEXE% net stop %NAME% %JBEXE%

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: On a multihomed server, how to bind jms service to hostn

2006-01-11 Thread jnsridhar
Thanks for the reply, I formulated the previous message and sat on it and then posted. Then I noticed that you already posted a reply for the first message. I will test the ConnectAddress option and come back... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: On a multihomed server, how to bind jms service to hostn

2006-01-11 Thread jnsridhar
Further post... 11:11:37,562 INFO [Server] Core system initialized 11:11:39,265 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml log4j:ERROR File name should be xxx.xxx 11:11:39,640 [jboss:service=Naming NamingService] main INFO [jboss.naming.NamingService] Start

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS remote subscriber clock synchronization

2006-01-11 Thread mcobery
By setting the ttl to 0, does that mean the topic subscriber will receive all messages that are published to the topic even those messages published before topicsubscriber is created if they have never been acknowledged? Would this work: -set ttl to 0 -on application init (when I create the topi

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread forJbpm
In case websale example, When I run it and create a new web sale order it is supposed to update JBPM_TIMER table if I am not wrong ! But In my case I dont see this logging in table (Here I unserstand that once ernie fininshes his task this entry will be deleted) Any help in this regard is hig

[JBoss-user] [Security & JAAS/JBoss] - Does security domain restrict access from other domain?

2006-01-11 Thread jaejong
When jmx-console is unsecured, I can invoke ejb in deferent security/domain from console using MBean. But When I secure the console with domain name jmx-console, I can only look up LocalEjbHome object. If I call create method, it return null. When MBean start service, it configurate inself o

[JBoss-user] [Security & JAAS/JBoss] - Does security domain restrict access from other domain?

2006-01-11 Thread jaejong
When jmx-console is unsecured, I can invoke ejb in deferent security/domain from console using MBean. But When I secuire the console with domain name jmx-console, I can only look up LocalEjbHome object. If I call create method, it return null. Cases when server start or jboss-service.xml in

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss Server shutdown failure

2006-01-11 Thread romm
I just wanted to also mention that I'm running JBoss 4.0.1... I'd greatly appreciate any information or pointers into where I need to look to correct this trouble... | ERROR [BaseModelMBean] Exception invoking method destroy | java.lang.NoSuchMethodError: org.apache.commons.logging.LogFac

[JBoss-user] [JBossWS] - Cannot startup webservice: NullPointerException

2006-01-11 Thread republicanjew
Our team currently performs enterprise java development using IBM Rational Application Developer 6.0 and deploys under IBM WebSphere 5.1, but a recent decision to incorporate more webservices has given us a green light to look at alternatives to WebSphere. I have been a casual fan of JBoss for

[JBoss-user] [Installation, Configuration & Deployment] - Exceptions thrown by Javamail and UTF-7 in JBoss

2006-01-11 Thread CasaDelNorte
I've written a bounce back email system for our company (using javamail), and some messages are arriving encoded in UTF-7 variants. It's eating my lunch. I stumbled across what appears to be a totally cool OpenSource product - JCharset (http://www.freeutils.net/source/jcharset/), which, it wou

[JBoss-user] [JBoss Portal] - Re: portal 2.2 deployement warning/error

2006-01-11 Thread [EMAIL PROTECTED]
So the CMS has still issues with oracle (bug logged here http://jira.jboss.com/jira/browse/JBPORTAL-560) and by default I put the CMS to use the filesystem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917018#3917018 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL calling .NET WS

2006-01-11 Thread [EMAIL PROTECTED]
Another interop problem. The detail element of the fault you are getting is empty. Consider the statement in BPEL, section 11.3: anonymous wrote : [T]he WSDL 1.1 standard SOAP binding explicitly precludes mapping any information from an abstract fault message to a SOAP Fault other than the conte

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problem In Deploying

2006-01-11 Thread [EMAIL PROTECTED]
Please make sure your FiboApp.ear contains the META-INF/application.xml entry in your packaging configuration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917015#3917015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Clustering/JBoss] - Re: jgroups deployment issue

2006-01-11 Thread [EMAIL PROTECTED]
The only reason this would be is if the default-minimalthreads.xml referenced the jgroups.jar via a classpath. This is something that should not be done for the server lib jars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917013#3917013 Reply to the post

[JBoss-user] [EJB/JBoss] - Re: TimerService timeout fired within timer-creation transac

2006-01-11 Thread [EMAIL PROTECTED]
Should be fixed as part of: http://jira.jboss.com/jira/browse/JBAS-1926 In terms of transactions, two timers run in two different transaction contexts so there is no relationship between the two. These are stateless components after all. View the original post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Portal] - Re: ERROR: invalid large-object descriptor

2006-01-11 Thread fralin
I have already checkout the last version. Hou can I check that it contain that fix ? If you can fix it can you give me a ssugestion ? Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917011#3917011 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: On a multihomed server, how to bind jms service to hostn

2006-01-11 Thread [EMAIL PROTECTED]
See the UIL2 configuration options like ConnectAddress: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigUIL2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917010#3917010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI over HTTP - can't get it to work

2006-01-11 Thread [EMAIL PROTECTED]
Server deployments should not have jndi.properties as this conflicts with the default deployment naming context obtained from new InitialContext() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917009#3917009 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss Server shutdown failure

2006-01-11 Thread romm
Hello, Has this issue been resolved for you? I'm having the same trouble... I appreciate any additional information you or anyone else may have. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917007#3917007 Reply to the post : http://www.jboss.

[JBoss-user] [Installation, Configuration & Deployment] - Re: two CPU

2006-01-11 Thread [EMAIL PROTECTED]
Yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917006#3917006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917006 --- This SF.net email is sponsored by: Splun

[JBoss-user] [JBoss Portal] - Re: Getting Started !!

2006-01-11 Thread bdaw
Which version of portal? Portlets at portal swap may have not been ported to portal 2.2 yet. They will be soon. Watch this tasks: http://jira.jboss.com/jira/browse/SWAP-3 http://jira.jboss.com/jira/browse/SWAP-4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS remote subscriber clock synchronization

2006-01-11 Thread [EMAIL PROTECTED]
Yes, clock synchronization is required for the ttl to be valid. At the cost of added overhead the server could act as the central time keeper, but we don't support this. Setting the ttl to infinite will remove the clock issue. View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBossWS] - Creating webservice from scratch in JBoss Eclipse ide

2006-01-11 Thread ekandasamy
I am using the JBoss4.0.3sp1 for server and eclipse3.1.1 and jBossIDE1.5 for development. I am just trying to create a webservice that i already have it running on weblogic server. I can't find a way to create the .war file that goes inside the .ear file. Everything else looks okay. I have jboss

[JBoss-user] [EJB 3.0] - Do Session Beans have to implement an interface?

2006-01-11 Thread glennimoss
I remember reading somewhere that session beans didn't need to implement any interface if you didn't want to, and that the container generates a local interface based on the public methods of the class. However, I can't figure out how to do this, is this feature not available anymore? Am I on c

[JBoss-user] [JBoss Portal] - Getting Started !!

2006-01-11 Thread maverick1611
Hi All, I'm having trouble deploying portlets into jboss portal... I downloaded a few sample portlets from portalswap and copied the .war files into the deploy folder .. except for the "HelloWorldPortlet" none of the other portlets seem to show up .. .also I'm not sure how I can configure these

[JBoss-user] [Security & JAAS/JBoss] - Re: Identity/Access Management/SSO UseCases

2006-01-11 Thread [EMAIL PROTECTED]
To allow your use case of abc.sample.com and xyz.sample.com requires a simple change to Tomcat's AuthenticatorBase class -- the addition of an "ssoCookieDomain" property that if set would override the current "/" domain with "sample.com". This property would best be set in the SingleSignOn valv

[JBoss-user] [JBoss Portal] - Re: portal 2.2 deployement warning/error

2006-01-11 Thread [EMAIL PROTECTED]
This has been fixed in the 2.2 branch of the portal. It seems that there are still some issues with the CMS hibernate using oracle. http://jira.jboss.com/jira/browse/JBPORTAL-559 I'll close the task when I will have ported the fix to 2.4. View the original post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss jBPM] - Re: jBPM with MDB

2006-01-11 Thread [EMAIL PROTECTED]
You must configure Hibernate to work in a managed environment. Please read section 11.2 of the Hibernate reference manual. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916997#3916997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory scope Q

2006-01-11 Thread [EMAIL PROTECTED]
There should be one JbpmSession per thread. When you openJbpmSession(), the session is associated to the current thread, and you can retrieve it at any time later with JbpmSession.getCurrentJbpmSession(). You might want to read the topic Transaction demarcation with EJB/CMT to get more details a

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache2 to JBoss 4.0.3SP1 mod_jk problem

2006-01-11 Thread blindmen
Well i tried the same approach before (with loadbalancer) but it wasn't working. I got the same error message as now. I don't know where the problem could be because apache wants to connect to jboss ip is ok no firewall rules set. jboss is listening as i can see from netstat command Do u have

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS remote subscriber clock synchronization

2006-01-11 Thread mcobery
I need a time to live due to the volume of messages, but this is not the only problem. If the client clock is ever faster than the server I will not receive the message since it will appear to the server that my connection is only wants messages from that time forward. >From this link, http:/

[JBoss-user] [JBoss jBPM] - Re: Can't even build a session factory

2006-01-11 Thread [EMAIL PROTECTED]
Is your code running inside JBoss? If so, did you rebuild and redeploy the jBPM service archive? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916990#3916990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916990 ---

[JBoss-user] [Installation, Configuration & Deployment] - two CPU

2006-01-11 Thread quintenjiang
We try to build a website with Jboss. I am wondering if jboss surport mutiple CPU running in order to have better perform? Thanks Quinten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916989#3916989 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Portal] - Re: ERROR: invalid large-object descriptor

2006-01-11 Thread PMO
I got the same and it came up in the forum. This has been fixed. You need to checkout the release that contain the fix and compile it. If you browse the forum or the sources under cvs you will probably find it. I plan to do this also. hope this helps. View the original post : http://www.jbos

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - virtual portal / theme / layout / context r

2006-01-11 Thread PMO
Thank you. Portal 2.2 is a major release compare to 2.0 - although it claims to be minor. Deployment package is really a great feature: it allows me to release separately core sw package, virtual portal and client package(theme+layout), facilitating a deployement policy for maintainance release

[JBoss-user] [Management, JMX/JBoss] - Re: Consistency in JMX naming

2006-01-11 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-2651 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916984#3916984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916984 --- T

[JBoss-user] [JBoss Portal] - ERROR: invalid large-object descriptor

2006-01-11 Thread fralin
I want JBoss Portal with all the CMS content in a PostgreSQL database. I have tried serval but I keep an ERROR when I start JBoss for the second time. JBoss4.0.3SP1 | JBoss-Portal 2.2 | jdk1.5.0_06 | PostgreSQL 8.1 | | When I start with a empty database, JBoss Portal creates the table

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - virtual portal / theme / layout / context r

2006-01-11 Thread mholzner
to be perfectly honest , I get those confused all the time. What I do is look at the available themes after I deployed them in the theme selector portlet. the "appID" that shows up there is what you want. (and for the record: I think it's the context root, or the war file name (minus the .war

[JBoss-user] [JBossWS] - Re: What is the status of this classloading issue

2006-01-11 Thread [EMAIL PROTECTED]
That issue is not a jboss issue. Its broken code hanging onto destroyed class loaders as stated in the case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916980#3916980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [EJB 3.0] - Re: Multiple datasource deployment issue

2006-01-11 Thread [EMAIL PROTECTED]
Hello ! I have the same problem .. To try to resolve it I do the following things : I use the name attribute of SessionBean Annotation with a @AppName@ like this : @Stateless(name="@[EMAIL PROTECTED]") in the persistence.xml : @[EMAIL PROTECTED] With Ant I copy all my sources to a te

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread forJbpm
yeh! I am quite sure of the database I am looking for. and Thats why its driving me crazy now. In case of Test class It behaves as expected. But When I run my process, I dont see any interaction with my hsql database during or after the process execution. View the original post : http://www.

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 with MS Access

2006-01-11 Thread KarlGruber
Sorry, but the persistence.xml looks like so: | | | MSAccessTestDS | java:/TestDB | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916977#3916977 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS remote subscriber clock synchronization

2006-01-11 Thread [EMAIL PROTECTED]
Then don't set a ttl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916976#3916976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916976 --- This SF.net email is sp

[JBoss-user] [Management, JMX/JBoss] - Re: Consistency in JMX naming

2006-01-11 Thread [EMAIL PROTECTED]
We also need testscases asserting the consitency and structure of the names used. All projects need to be cooperating in terms of asserting which apis are being used by providing or at least creating jira issues for their usage requirements. View the original post : http://www.jboss.com/index

[JBoss-user] [Management, JMX/JBoss] - Re: Consistency in JMX naming

2006-01-11 Thread [EMAIL PROTECTED]
So lets fix the object names. The JSR77 names are independent of the ejb container names and can be fixed without any changes to the ejb container use of jmx names. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916974#3916974 Reply to the post : http://www

[JBoss-user] [Management, JMX/JBoss] - Re: JNI, System.loadLibrary() and class loader interactions

2006-01-11 Thread [EMAIL PROTECTED]
MBeans have been hot deployable since 3.0.x. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916971#3916971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916971 ---

[JBoss-user] [JBoss jBPM] - jBPM with MDB

2006-01-11 Thread fmuhlenberg
Are there issues related to using message driven beans and workflow? If so, would you point me to further information. I am using a message driven beans as my entry point into various workflows -- instantiating a process, updating tasks, etc. In both cases, I receive errors: 14:01:12,765 ERR

[JBoss-user] [Security & JAAS/JBoss] - Re: Identity/Access Management/SSO UseCases

2006-01-11 Thread david.l.small
Our team's main need is really an enhancement to jBoss's existing SSO, that is to handle SSO across multiple hosts on the same domain. A simple example would be abc.sample.com and xyz.sample.com. I understand that JOSSO is capable of this, but it does not appear that it works with 4.0.3 as of ye

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Making write-only attributes read-writable?

2006-01-11 Thread [EMAIL PROTECTED]
Yes, if its marked as not readable, it should not be readable. Such attributes should not be submitted for update. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916970#3916970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JCA/JBoss] - Re: DataSource doesn't scale

2006-01-11 Thread [EMAIL PROTECTED]
That is not an interesting trace as this just says there are too many connection attempts for the pool configuration. A thread waiting for a connection because there are not enough is not really a bottleneck on our side. Show some other traces. View the original post : http://www.jboss.com/ind

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 with MS Access

2006-01-11 Thread KarlGruber
Thanks a lot, I think it helped but now I have another proplem. My persistence.xml looks like so: MSAccessTestDS java:/TestDB And my new error is something with the TransactionFactory. Look: 20:50:10,015 INFO [JaccHelper] Initialising JACC Context for deployment: authors-beans.ejb3 2

[JBoss-user] [Installation, Configuration & Deployment] - Re: Get development source code ?

2006-01-11 Thread [EMAIL PROTECTED]
Hello ! I can't connect to cvs in anonymous. Does it work at your's ? I use : :pserver:[EMAIL PROTECTED]:/cvsroot/jboss login : anonymous no password Is it correct ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916967#3916967 Reply to the p

[JBoss-user] [JBoss Seam] - Re: Archive deployment and seam component scanner problem ?

2006-01-11 Thread [EMAIL PROTECTED]
When I first started with Seam I tried using a par archive. I could never get it to work. Gavin said that it didn't look like the par archive was going to be a standard, so I just stopped using them. I think the question is: can classes included in one ejb3/par archive access classes in anoth

[JBoss-user] [JBoss jBPM] - Re: Externally crafted XML does not deploy

2006-01-11 Thread michaelholtzman
This week I migrated my app to 3.1b1, and the externally produced process definition xml deployed successfully. I haven't yet tried to run an instance of the definition, though. I also loaded up GPD 3.0.6, which allowed me to move the graphic elements as expected. However, there were some probl

[JBoss-user] [JBoss Seam] - Archive deployment and seam component scanner problem ?

2006-01-11 Thread SergioD
Hi, I use JBoss 4.0.3SP1 Postgresql 8.1 Seam beta1 I want to deploy an ear with 1 war archive 2 ejb3 archive 1 par archive i put in every archive a seam.properties file in the log the scanner is scanning every archive. but no component is retrieved. When i put al the archive (2 ejb3 and 1

[JBoss-user] [JBoss Seam] - Re: NoEJB example: log.info not visible

2006-01-11 Thread [EMAIL PROTECTED]
The Ant build scripts aren't too difficult to figure out and work through (if you have the time). The difficult part is knowing what files are needed in which directories. I would like to help with the build scripts. (1) What would be the best way to go about uploading the completed scripts?

[JBoss-user] [JBoss Portal] - new site built on JBoss portal

2006-01-11 Thread anituarun
We have a site built on JBoss portal for the JBoss Bay Area Users' group (JBug). Some of the portlets we have used include the forums portlet and the wiki portlet. You can access the site at http://jboss.cignex.com/portal. View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread RAlfoeldi
are you sure you are querying the same database instance as jbpm is? jbpm sees something, you don't. so unless databases have changed alot lately and become moody beasts you must be looking at different things. could it be that you are just looking in the wrong place? hsql can be run as an in-m

[JBoss-user] [EJB 3.0] - Caused by: org.jboss.aop.NotFoundInDispatcherException: Obje

2006-01-11 Thread ejb3workshop
I am trying to run the stateless ejb3 example from the tutorial but I get the following error on the client side : | Wolf:~/Projects/JBOSS_CVS_CHECKOUT/jboss-head/ejb3/docs/tutorial/stateless alex$ ant run | Buildfile: build.xml | | prepare: | | compile: | | ejbjar: | |

[JBoss-user] [JBoss jBPM] - JbpmSessionFactory scope Q

2006-01-11 Thread fmuhlenberg
Should the JbpmSession instance | JbpmSession jbpms = JbpmSessionFactory.getInstance().openJbpmSession(); | be held as a singleton or can multiple instances concurrently exist? I'm running both sevlets and EJBs in my jBoss jBPM instance and am running into exceptions related to transacti

[JBoss-user] [EJB 3.0] - Re: Connection properties via @Ressource

2006-01-11 Thread ejb3workshop
Are you talking about the JAAS Principal ? Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916958#3916958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916958

[JBoss-user] [Beginners Corner] - DB and Entity Beans

2006-01-11 Thread javaespinoza
I'm following the Entity Beans Tutorial (articles) ... I must have my DB (mySql) configured previously ? .. I must have the tables created beforme running the tutorial ? Please SomeOne can tell abaout it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=391695

[JBoss-user] [JCA/JBoss] - Re: DataSource doesn't scale

2006-01-11 Thread scswarga
The bottleneck is in waiting for getting the connection from the datasource when accessing an Enity Bean finder method which is the first call in the corresponding session bean. The below stack is just one of the waits in the thread dump. "http-0.0.0.0-80-81" daemon prio=5 tid=0x27101890 nid=0x3

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread forJbpm
Thanks a lot for your reply anonymous wrote : This is most definately not true. The definitions, processinstances, state etc. have to be somewhere or else you couldn't use them. Sorry for stating the obvious. | I agree with you that processInstances, etc have to be somewhere .. ( thats why I

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 properties tag

2006-01-11 Thread PMO
The tag properties ... (sorry the xml syntax did not show= View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916953#3916953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916953

[JBoss-user] [JCA/JBoss] - waiting for deployer

2006-01-11 Thread manojkar
hi, im getting the foll error when deeploying a jdbc datasource. im using a daffodils database. i hv put the jar file in the lib. also, im attaching the contents of the datasource xml file.. ContactDB jdbc:daffodilDB_embedded:DAFFODIL in.co.daffodil.db.jdbc.DaffodilDBDriver

[JBoss-user] [JBoss Portal] - Portal 2.2 tag

2006-01-11 Thread PMO
This is only to mention that if a page does not have the tag in its corresponding "-objects.xml" then clicking on the page in the portal tree in the management tab of admin gui throws a null exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916949

[JBoss-user] [JBoss jBPM] - Re: working with jbpm

2006-01-11 Thread RAlfoeldi
anonymous wrote : But at any given time my database is always empty. (Even process is fininshed or its in wait state) Am I missing something? This is most definately not true. The definitions, processinstances, state etc. have to be somewhere or else you couldn't use them. Sorry for stating the

  1   2   3   >