[JBoss-user] [JBoss Portal] - error at startup: 'jbossportal.jbp_users' doesn't exist

2006-05-30 Thread neoprem
I just installed the following on a new machine (Windows XP): JBoss AS 4.0.4 MySQL 5.0.22 JbossPortal 2.2 I created a database called jbossportal, user=portal, password= Granted all privileges to the portal user. I edited the mysql-ds and portal-mysql-ds appropriately. When I start t

[JBoss-user] [Installation, Configuration & Deployment] - jboss running as deamon

2006-05-30 Thread madhu73
Hi Friends, I have installed jboss on fedora 2 and its working fine , but i want to run jboss as deamon how i do? I tried with default script comes with jboss and it not starting... Jobss 4.0.3SP1 installed. my java locatatin is /usr/local/jdk1.5.0_06 jboss location/usr/local/src/jboss4

[JBoss-user] [JBoss jBPM] - Deploying action handlers in Jboss

2006-05-30 Thread Developer22
Can anyone tell me how to deploy an actionahndler relating to a process definition action. I am deploying my process with a timer sucessfully but the handler is not being executed althought eh timer is being recognised - I'm assuming because it has not been deployed in Jboss also. Do I have to l

[JBoss-user] [JBossWS] - Re: MTOM -- Get samples...??? Where are they?

2006-05-30 Thread [EMAIL PROTECTED]
I got the latest update from svn, but in the samples I don't see an example of doing a 'get' from the server. Am I missing something? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947935#3947935 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss jBPM] - Re: ProcessInstance id

2006-05-30 Thread patrickvanamstel
Ok My question is not correct i think. Here is the code that saves the process instance. Am i correct when the context is closed the processInstance is removed from the database. And if i do not want that. I want to keep track of my processInstances. How do i do that? So the second time aro

[JBoss-user] [Beginners Corner] - Re: deploying my own mbean

2006-05-30 Thread jaikiran
Post the exception/stacktrace that you are observing. Might be someone out here will be able to help you out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947933#3947933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Installation, Configuration & Deployment] - Re: Server stop --- Undeploying application

2006-05-30 Thread amitams
We are using the scond approach i.e copyingthe ear to deploy directory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947932#3947932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947932 -

[JBoss-user] [Beginners Corner] - Re: deploying my own mbean

2006-05-30 Thread talm
I did already, doesn't work mate! Could not initialise deployment! thanks anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947931#3947931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947931 -

[JBoss-user] [JBossWS] - Re: error when declaringWebMethod that throws an Exception

2006-05-30 Thread emailmsgbox
If I use an IOException or IOException inheritance like RemoteException - no errors BUT . Prier to the EJB3 and POJO the service endpoint interface must conform to a few rules: * It extends the java.rmi.Remote interface. * It must not have constant declarations, such as public final

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: createDurableSubscriber() giving problem with jboss-3.2.

2006-05-30 Thread jaikiran
Yes you can create a durable subscriber. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatIsTheCorrectWayToMakeADurableSubscription View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947929#3947929 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: help for calling WebModule1 from WebModule2

2006-05-30 Thread jaikiran
I have never tried this before but instead of doing a forward, i think you should be doing sendRedirect in your code. I found this piece of information on one of the forums: anonymous wrote : By using sendRedirect() you can forward the request to any web application either in the same server or

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Deploy web application as a directory

2006-05-30 Thread jaikiran
An extract from the link mentioned in the previous post: anonymous wrote : To see an example of an exploded deployment, look at deploy/jmx-console.war in the default server configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947927#3947927 Reply

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Deploy web application as a directory

2006-05-30 Thread jaikiran
You can place your war as a directory inside the %JBOSS_HOME%/server/default/deploy directory. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947926#3947926 Reply to the post : ht

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: secured Topic

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

[JBoss-user] [JBoss jBPM] - Re: ProcessInstance id

2006-05-30 Thread patrickvanamstel
An other stupid question then. I think i am using persisantcy becuase i can see things happening in the database. Is it a property that needs to be set on the processInstance? Or has it something to do with the process logging? Or something totally different. thx Patrick View the original p

[JBoss-user] [Messaging, JMS & JBossMQ] - secured Topic

2006-05-30 Thread akbdas
hai friends, will u pls. tell me how to create a secured topic ...s system needs to encrypt the messages moving on the topic in secured manner either using SSL, or any other Bhagawan das View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947923#394

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: max jms message size supported by Jboss-3.2.5

2006-05-30 Thread akbdas
i hope limit can go beyond the memory if the queue/topic is a durable one... becozmessages are stored in a persisternce DB, pls. correct if i am wrong View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947922#3947922 Reply to the post : http://www.jboss.com/

[JBoss-user] [JNDI/Naming/Network] - Re: Changing default JNDI namming pattern for deployed ear

2006-05-30 Thread vianney
Same need. We want to be able to name our ear file with a version number like application-1.3.5.ear but if we do that we'll have to change our source code (actually just the web.xml where we define a context-param for this jndi prefix but still). Is there anything similar to context-root for w

[JBoss-user] [Management, JMX/JBoss] - Re: More on thread pool MBean...what am I doing wrong?

2006-05-30 Thread yair.zaslavsky
Thank you for the comment, but besides this, is my code correct? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947920#3947920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947920

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE and CMP

2006-05-30 Thread dlehdcjs
Thanks I'd try this right now. This is what I really wanted to know. ^^ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947917#3947917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947917 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - [Question] Can I have Entity Bean Example in JBoss IDE tool?

2006-05-30 Thread dlehdcjs
Firstly, thanks to your open source JBoss AS. I've read your JBoss IDE Tutorial and followed step by step as you did. Additionally I want to know 'how to do' if I make Entity Bean. As I'm a beginner of JBoss, I want someone to help me. Sincerely. View the original post : http://www.jboss.com

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-05-30 Thread kukeltje
you can always download the gpd separately and install it. Works perfectly for me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947915#3947915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947915 --

[JBoss-user] [EJB 3.0] - Re: @Local and @Remote on same interface

2006-05-30 Thread [EMAIL PROTECTED]
If you use JBossSerialization on remoting layer you could have non serializable objects being serialized. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947914#3947914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394

[JBoss-user] [EJB 3.0] - Re: OneToMany fetchtype eager.

2006-05-30 Thread epbernard
org.hibernate.annotations.IndexColumn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947913#3947913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947913 --- All the

[JBoss-user] [EJB 3.0] - Re: querying with persited enums throws class cast exception

2006-05-30 Thread epbernard
we need more infos. The sources are available as part of the SF download I would say. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947912#3947912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947912 ---

[JBoss-user] [EJB 3.0] - Re: Performance EJB2 v EJB3

2006-05-30 Thread epbernard
do not test perf with HSQLDB if your target platform is not View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947911#3947911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947911 -

[JBoss-user] [EJB 3.0] - Re: Updating instead of deleting

2006-05-30 Thread epbernard
detail your case please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947910#3947910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947910 --- All the advantages of

[JBoss-user] [EJB 3.0] - Re: @Local and @Remote on same interface

2006-05-30 Thread epbernard
I thnik @Remote has priority over @Local but this is an implementation detail. I kinda think having both annotations on the same interface is a code smell. Transparent remote invocation is a myth, and "clients" should be aware of what they are doing View the original post : http://www.jboss.com/

[JBoss-user] [Remoting] - Re: not receiving UPDATED network registry notifs

2006-05-30 Thread [EMAIL PROTECTED]
This sounds like a bug, so if can add the test case to remoting testsuite and open a jira issue, I'll look at it. Remoting detection is actually pretty simple in implementation. Every few seconds (or whatever the heartbeat period is set for), a detector will emit its detection message (which c

[JBoss-user] [JBoss Seam] - Re: SEAM booking example app config issue

2006-05-30 Thread [EMAIL PROTECTED]
Looks like you did not install the ejb3 profile. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947905#3947905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947905

[JBoss-user] [JBoss Seam] - Re: SSL issue

2006-05-30 Thread CptnKirk
If you're using relative links there will be nothing to cause your transport to change back. You can try adding another security-constraint block covering the content you don't want to be secure and set the NONE On the other hand, you typically don't want to switch back to non-SSL once you've

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 with Maven2?

2006-05-30 Thread greening
You need to provide the stack trace from the actual test (not the Mojo dump). It should be in target/test-reports/something.txt. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947903#3947903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Messaging] - How to use JMSRemotingConnection?

2006-05-30 Thread laok2003
Hello all, Please someone supplies some example about how to use JMSRemotingConnection, thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947902#3947902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Clustering/JBoss] - Cluster on Linux

2006-05-30 Thread patrickdalla
Hi, I am using two servers with RedHat Enterprise with kernel 2.6 and JRockit. I tried to start the "all" configuration on both computers and they didn found each other. So, I did the same with 2 computers with Windows and Sun JDK and they found each other. Why? Any Clue? View the original p

[JBoss-user] [JBoss jBPM] - Re: JSF problem: Has any one seen this issue?

2006-05-30 Thread ssquare
As you advised I tried enabling the cacheinvalidation service in cache-invalidation-service.xml file : I am not sure if it would help to resolve the new bean activation issue, if I am able to eliminate these error messages. --- MBeans waiting for other MBeans --- ObjectName: jboss.cache:servic

[JBoss-user] [Security & JAAS/JBoss] - Displaying the reason of login failure on the error-page

2006-05-30 Thread kosl
Dear I'm developing an J2EE application using jboss and jsf. I'm developing right now authenticating mechanism for this application. I've written a LoginModule which is athenticating users if they will give the right login and password. The same LoginModule is locking the account and not allowi

[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-05-30 Thread rutfield
I still get this with 2.4 Alpha 2 (after refactoring for identity and other User related changes) any idea if it will be addressed for the Beta? Thanks. CR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947897#3947897 Reply to the post : http://www.jbos

[JBoss-user] [JBoss Messaging] - How to get the client ip address at server side?

2006-05-30 Thread laok2003
Hello, all There is a ejb pattern application, it runs inside the jboss default instance, As a biz request, the server end needs to record which clients ever connected and are connecting to the back end, so i need a way to get the client ip from server side, Maybe you possibly suggest using th

[JBoss-user] [Messaging, JMS & JBossMQ] - Can't configure an MDB to a remote destination

2006-05-30 Thread rob.hadfield
I've been trying to configure a simple MDB to use a remote destination as described in this wiki page -> http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue I can see the naming lookup done on port 1099 to the remote server, but then the MDB is bound to a local d

[JBoss-user] [JBoss Seam] - SEAM booking example app config issue

2006-05-30 Thread organic
I followed the instruction and deploy the seam example but came across an error. 17:26:30,597 ERROR [MainDeployer] Could not create deployment: file:/C:/jbos s-4.0.4.CR2/server/default/tmp/deploy/tmp6586jboss-seam-booking.ear-contents/jbo ss-seam-booking.jar org.jboss.deployment.DeploymentExceptio

[JBoss-user] [JBoss jBPM] - Re: Help needed ! Adding SelectItems Tag in the home.jsp pa

2006-05-30 Thread ssquare
Could you please elaborate on your suggestion on whether the new bean is active? It is built and available in the build.classes, but any specific pacakging is required to re-deploy this new bean? Thanks -Siv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947

[JBoss-user] [Clustering/JBoss] - I cannot get my application to cluster properly

2006-05-30 Thread roscoe
Hi, i have seen a couple similar posts to my problem but not the resolution. I am trying to make clustering work but whenever i drop one node the client sessions die as well because i am losing authentication. I am using mod_jk 1.2 as a load balancer and can get a simple server.war example to

[JBoss-user] [JBoss jBPM] - Re: JSF problem: Has any one seen this issue?

2006-05-30 Thread ssquare
Yes I agree. However the method is in the HomeBean.java file and as I have mentioned it compiled fine when used with ant clean and ant. Do I need package or deploy specifically? Or restarting the jboss server would do the job? Clearly the newer bean class is not effective - which is same prob

[JBoss-user] [Performance Tuning] - Re: Junit for JBoss

2006-05-30 Thread genman
Get the source, look at the test/ and testsuite/ directory and copy some examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947889#3947889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947889

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: max jms message size supported by Jboss-3.2.5

2006-05-30 Thread genman
The size is limited by memory only. The server uses about 2-3x times the byte size of the message in memory for handling it. For a 32 bit JVM on a 4GB box, you're probably going to hit a limit of about 1 GB for your message, probably less though. View the original post : http://www.jboss.com/

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: wht if the code is different from server and IDE

2006-05-30 Thread [EMAIL PROTECTED]
The source lookup will be showing you source code from eclipse, but what is actually being executed will be what is on the server. It is possible that the two don't match up. You may be tracing through it (step by step) and looking at source code, but the server is executing different code. Som

[JBoss-user] [JCA/JBoss] - Re: InboundJavaMail

2006-05-30 Thread shadowdz
I have set this property already View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947886#3947886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947886 --- All the adva

[JBoss-user] [JBoss Eclipse IDE (users)] - wht if the code is different from server and IDE

2006-05-30 Thread richwin618
Hi, when I use JBoss IDE to do debugging,if the class on the JBoss server is deffrent from the code on the Eclipse, what will happen?it will exeute the JBoss server code or the code show in the Eclipse editor? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [EJB 3.0] - Re: Embeddable EJB3 with Maven2?

2006-05-30 Thread telegraph.road
I see that you resolved your bug... but I cannot still get it working! I tryied to use the lastest jboss ejb3 embeddable (alpha7) and I modified your pom (they have semplified the dependency) and also your configuration files (they updated the conf directory too), but the test fails again... ma

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-05-30 Thread javajosh
Bit of a brainfart there, it is already a Wiki. It is kind of hard to work with, however, and would probably benefit to being split up into smaller pieces. Would anyone mind if I did that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947883#3947883 Reply t

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-05-30 Thread javajosh
Additionally, the "create your own process" instructions are not consistent with the current release. To wit, there is no 'src/process' folder anymore. There is now a top-level 'processes/' directory, a sibling to src/. The simple example exists at /processes/simple/processdefinition.xml. It wo

[JBoss-user] [JBoss jBPM] - Problem with the Eclipse Plugin

2006-05-30 Thread javajosh
This guide and the jbpm-designer instructions assume that I will be installing Eclipse along with designer. In my case (and I imagine in the vast majority of cases) this is not true. Instructions on installing jbpm-designer into a pre-existing Eclipse installation is needed. The file \jbpm-star

[JBoss-user] [Installation, Configuration & Deployment] - log4j within a WAR broke on 4.0.4.GA?

2006-05-30 Thread asack
My war that worked perfectly fine on 4.0.4.CR2 loads but spews the following error on the GA release: 17:00:17,876 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.util.OnlyOnceErrorHandler" object is not assignable to a "org.apache.log4j.spi.ErrorHandler" variable. 17:00:17,876 ERROR [STDERR] l

[JBoss-user] [JBoss jBPM] - Re: how to invoke a classe?

2006-05-30 Thread [EMAIL PROTECTED]
Thanks Ronald! Your guessing skills are remarkable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947879#3947879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947879 -

[JBoss-user] [JBoss Portal] - Re: Error during portlet parameter's value changing

2006-05-30 Thread [EMAIL PROTECTED]
it has been fixed in cvs today. wipe out your db and try again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947878#3947878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947878

[JBoss-user] [JBoss Seam] - Re: any news for another beta release ?

2006-05-30 Thread [EMAIL PROTECTED]
I usually do releases after each release of EJB3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947877#3947877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947877 ---

[JBoss-user] [Remoting] - Re: ServerThread never dies

2006-05-30 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-500 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947876#3947876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947876 --- A

[JBoss-user] [EJB 3.0] - Updating instead of deleting

2006-05-30 Thread abronson
I am having trouble deleting data. I am getting an update on a child when I try and do a remove on its parent. I did a oneToMany mapping in the Parent witha fetch = fetchtype.eager and cascade type = cascade.all. I do not use mappedby and the child does not have a parent attribute in it. An

[JBoss-user] [JBoss Seam] - Re: any news for another beta release ?

2006-05-30 Thread [EMAIL PROTECTED]
can i ask about next release of Jboss seam ? is there any estimation on its release date ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947874#3947874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947874

[JBoss-user] [JBossWS] - wstools, document-style services and SOAP headers

2006-05-30 Thread cliffb53
Hi everyone, is it possible to have a service declared in a wstools-config.xml, that uses a document-style interface and contains SOAP headers? I've tried to create one but the WSDL file never contains any elements. Yet, if I change it to rpc-style the WSDL file seems correct, yet, because o

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.0.3, Firebird 1.5.3.4870 and Windows 2003 server

2006-05-30 Thread carlsen
Anybody? Just looking for a hint at where the problem might lie, because I simply have no clue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947872#3947872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947872 ---

[JBoss-user] [JBossWS] - Perl SOAP:Lite Client Issues With 4.0.4.GA

2006-05-30 Thread jiwils
I have a J2EE 1.4-based webservice (backed by an EJB). I have been using this same EJB since JBoss 4.0.2. With JBoss 4.0.2/4.0.3, Perl SOAP clients using SOAP:Lite could talk to my web service. With JBoss 4.0.4, the Perl SOAP clients no longer work. Using JBoss 4.0.2 (with TCPMon inbetween t

[JBoss-user] [JBoss Seam] - Re: any news for another beta release ?

2006-05-30 Thread [EMAIL PROTECTED]
Seam 1.0 will be released for JBoss World. At this point it looks like Out-Of-the-Box support for GlassFish will slip until the next release of JBoss EJB3. Sorry about that, I need a change to EJB3, that I thought was already done. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Seam] - Re: seam and glassFish , when it is possible to use seam on

2006-05-30 Thread [EMAIL PROTECTED]
any news regard this topic ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947868#3947868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947868 --- All the

[JBoss-user] [JBoss Seam] - Re: any news for another beta release ?

2006-05-30 Thread [EMAIL PROTECTED]
Hi every one Does SEAM version 1 is near to release ? I just want to be able to deploy my seam applications on GLASSFISH out of the box. I want to use GLASSFISH Persistance engine. I think it is possible with seam version 1 , so i am waiting for seam version 1 announcement. thanks View the o

[JBoss-user] [JBoss Portal] - Re: No ClassLoaders found for: org.jboss.portal.core.impl.us

2006-05-30 Thread arnieAustin
AS Version: 404ga, Portal Version: 2.2.1 Follow up: I believe this problem stems from typos in the document at http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingAnLDAPSourceForPortalAuthentication It states: "These modules are declared and configured in the file jboss-service.xml." But then says:

[JBoss-user] [Remoting] - not receiving UPDATED network registry notifs

2006-05-30 Thread [EMAIL PROTECTED]
What would cause a network registry from not sending an UPDATED notification if a server invoker goes down? I have a unit test that starts (in the same VM) two servers. They each have different invoker locator URLs - they run in the same VM - and they live in different MBeanServers. My unit t

[JBoss-user] [JBoss jBPM] - Re: JSF problem: Has any one seen this issue?

2006-05-30 Thread kukeltje
Caused by: java.lang.NoSuchMethodException: org.jbpm.webapp.bean.HomeBean.sendMa il() java is so simple View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947862#3947862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394786

[JBoss-user] [JBossWS] - Re: Error when returning an array

2006-05-30 Thread Juergen.Zimmermann
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=jbossws shows only 1.0.0GA. Is 1.0.1 already available? If so, where can I download it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947859#3947859 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: JBoss technical support

2006-05-30 Thread barryc
Thanks, That's what I already knew. I'm looking for a budget price. Something like: Silver support for a single server (4 dual core Intel/AMD) for a year is $10,000 plus ???. Factors that will affect the total cost are... I need to plug the figure into my planning budget Thanks again. View th

[JBoss-user] [JBoss jBPM] - JSF problem: Has any one seen this issue?

2006-05-30 Thread ssquare
I was trying to add a method in the HomeBean.java to send mail. I created the commandbutton to action this method from home.jsp. I compiled the jbpm using ant clean and ant and there is no error. When I clicked this link I get this servlet exception. your help is much appreciated. 17:03:03,8

[JBoss-user] [JBossWS] - Re: MTOM -- Get samples...??? Where are they?

2006-05-30 Thread [EMAIL PROTECTED]
Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947855#3947855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947855 --- All the advantages of Linux Managed Ho

[JBoss-user] [JBoss Messaging] - Re: A simple JMS Client won't work - Errors with different j

2006-05-30 Thread timfox
Please upgrade to 1.0.1 on the server http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=jbossmessaging View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947854#3947854 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek

2006-05-30 Thread acxjbertr
Thomas, Can you explain a little bit more about the mappingURL? I am trying to write a simple DII client JUnit test. I looked at http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/main/java/org/jboss/ws/jaxrpc/ServiceFactoryImpl.java?r=275 which you posted in another thread and I am trying use

[JBoss-user] [JBossWS] - Re: MTOM -- Get samples...??? Where are they?

2006-05-30 Thread [EMAIL PROTECTED]
Its supported in jbossws-1.0.1. Please try the latest from SVN http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947852#3947852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBossWS] - Re: how to invoke a client to jsr181-pojo web service?

2006-05-30 Thread [EMAIL PROTECTED]
This only works for trivial cases. Your DII client does not have a URL to jaxrpc-mapping.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947850#3947850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947850 ---

[JBoss-user] [Beginners Corner] - Re: JBoss technical support

2006-05-30 Thread [EMAIL PROTECTED]
http://www.jboss.com/services/profsupport View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947849#3947849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947849 --- All

[JBoss-user] [JBossWS] - Re: Error when returning an array

2006-05-30 Thread [EMAIL PROTECTED]
This should be fixed in jbossws-1.0.1. Please try the latest View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947848#3947848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947848

[JBoss-user] [JBossWS] - MTOM -- Get samples...??? Where are they?

2006-05-30 Thread [EMAIL PROTECTED]
I've been looking at the mtom examples and all of them do send. That's ok to send a file to the server, but I want to have the server provide me a file. Is this supported in the new WS stack and if so, how? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947

[JBoss-user] [JBoss jBPM] - Re: how to invoke a classe?

2006-05-30 Thread kukeltje
If invoking a class is the same as creating an object (instance of a class), this might help: object creation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947846#3947846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBossWS] - Re: Java EE 5 Web Services Standards Support

2006-05-30 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSSpecStatus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947845#3947845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947845 --

[JBoss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek

2006-05-30 Thread [EMAIL PROTECTED]
Your DII client does not have a jaxrpc-mapping.xml. You can use | ServiceFactoryImpl.createService(wsdlURL, serviceName, mappingURL) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947844#3947844 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBossWS] - Re: WS4EE - Enpoint URL modified at deploy time

2006-05-30 Thread [EMAIL PROTECTED]
This is an FAQ http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQURLRewriting View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947842#3947842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947842

[JBoss-user] [JBossWS] - Re: Upgrade from 4.0.4RC2 to 4.0.4.GA-ejb3 brokes running WS

2006-05-30 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-958 Please attach your wsdl to the issue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947840#3947840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947840

[JBoss-user] [JBoss jBPM] - Re: [jBPM][3.1.1] Transition with condition in decision

2006-05-30 Thread kukeltje
point taken, can you file a jira issue on this? There is already one with an issue about an empty transition name. Refer to this from the new issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947839#3947839 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [JBossWS] - Re: Marshalling annotated JAXB 2.0 objects

2006-05-30 Thread [EMAIL PROTECTED]
JAXB annotaions are not supported in jbossws-1.0.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947838#3947838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947838 --

[JBoss-user] [JBossWS] - Re: webservice

2006-05-30 Thread [EMAIL PROTECTED]
JBoss-WS4EE is deprecated. Please have a look at http://labs.jboss.com/portal/jbossws/user-guide/en/html/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947837#3947837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [EJB 3.0] - Re: @Local and @Remote on same interface

2006-05-30 Thread rpiaggio
After some tests, it seems you are wrong. I had a call to a session bean method explicitly through an interface that was annotated as @Local. The call passed a non-serializable Entity bean as a parameter. This worked OK. (Caller and callee are part of the same application and are in the same JA

[JBoss-user] [Clustering/JBoss] - Re: Cluster configuration/troubleshooting

2006-05-30 Thread roscoe
Hiran, were you ever able to resolve this? i am having a similar situation. although my product doesn't use beans, i get the same resuilt as you when stopping a node. thanks, Russ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947835#3947835 Reply to the

[JBoss-user] [JBossWS] - Re: Standalone client for JBoss hosted Web Service [using JB

2006-05-30 Thread [EMAIL PROTECTED]
Please note that standard JAXRPC DII clients do not have a notion of jaxrpc-mapping.xml. In other words they cannot know (or have to rely on guesswork) how to map wsdl constructs to java. This is why I recommend (a tiny) jboss on the client side. Alternatively you will have to use the propriata

[JBoss-user] [JBossWS] - Re: Basic question about jboss WS-Addressing samples

2006-05-30 Thread [EMAIL PROTECTED]
In the example its a static property, hence visible by all instances View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947832#3947832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947832

[JBoss-user] [JBossWS] - Re: wsdl2java and JSR181

2006-05-30 Thread [EMAIL PROTECTED]
JSR181 is about server side meta data. It does not need jaxrpc-mapping.xml. A WS client is fundametally disconnected and does not know nor care about the implementation details of the the server side. It relies on the abstract contract defined in wsdl and needs jaxrpc-mapping.xml to map wsdl con

[JBoss-user] [JBossWS] - Re: service not bound

2006-05-30 Thread [EMAIL PROTECTED]
JSR181 is about server side meta data. It does not need jaxrpc-mapping.xml. A WS client is fundametally disconnected and does not know nor care about the implementation details of the the server side. It relies on the abstract contract defined in wsdl and needs jaxrpc-mapping.xml to map wsdl con

[JBoss-user] [Beginners Corner] - JBoss technical support

2006-05-30 Thread barryc
We built a small application in Tomcat and realized that if we expanded it we'd be able to do lots more with the underlying business logic. So, we're looking at migrating to JBoss as a cost effective option (as opposed to a commercial product). Moving our prototype to JBoss seems pretty trivial

[JBoss-user] [JBossWS] - Re: specification versions

2006-05-30 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSSpecStatus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947827#3947827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947827 --

[JBoss-user] [Management, JMX/JBoss] - XMBean from EJB3 session bean?

2006-05-30 Thread osterday
I'm trying to create an XMBean from a EJB3 session bean. I've got my sar deploying with my ear and can see the method I wish to expose in the jmx console in JBoss (AS 4.0.4 CR2) but when I invoke the method, I get a handleInvocationExceptions exception with the root cause being a null pointer

[JBoss-user] [JBoss jBPM] - Re: Need to delegate ProcessLog.toString() and related subcl

2006-05-30 Thread [EMAIL PROTECTED]
The java.text package provides a general purpose framework for formatting and parsing objects. You can start from there. Create a subclass of Format that handles ProcessLog instances; say, ProcessLogFormat. You could further subclass ProcessLogFormat to deal with the different kinds of ProcessLo

[JBoss-user] [JBoss Portal] - Re: How can I delete portal users?

2006-05-30 Thread ArunBBatchu
Did someone try deleting rows from the jbp_users table? Would that do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947821#3947821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947821 ---

[JBoss-user] [JBoss Portal] - Re: cannot access default context

2006-05-30 Thread ArunBBatchu
Hello Folks, I was getting the same problems and here are the steps that fixed them: a) in the deploy directory, keep hsqldb-ds.xml. This defines a data source that some JCA adapters wanna use. b) use mysql 4.1.2 - not 5.x c) Change C:\jbossPortal\server\default\deploy\jboss-portal.sar\META-INF\

[JBoss-user] [JBoss Seam] - Re: Persistence context propagation.

2006-05-30 Thread iradix
I have no doubt that you are the man Gavin :) However is a seam managed entity manager considered an extended persistence context? What I've done to my code is to change: @PersistenceContext(type=EXTENDED) EntityManager entityManager; to: @In(create=true) EntityManager entityManager; along

  1   2   3   >