[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 the server, I get an exception reported as follows:
java.sql.SQLException: Table 'jbossportal.jbp_users' doesn't exist

However, when I log into mysql -uportal -p, the table has been successfully 
created, but there are 0 records.

Is there anything I am missing here?  I seem to have followed the instructions 
correctly.

Thanks
Prem


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947938#3947938

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947938


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.0.3SP1




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947937#3947937

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947937


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 list the 
handler in some build/config file somewhere
Cheers.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947936#3947936

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947936


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.html?module=bb&op=posting&mode=reply&p=3947935


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 around when this code is executed i want to have a 
processInstance id of 2.


bpmContext context1 = null;
try
{
ProcessDefinition pd = 
ProcessDefinition.parseXmlResource("FileSplitter.par/processdefinition.xml");
context1 = this.jbpmConfiguration.createJbpmContext();


ProcessInstance instance = new ProcessInstance(pd);
context1.deployProcessDefinition(pd);
   
instance.getContextInstance().setVariable(Constants.IS_PROCESSING_FILE,f);
context1.save(instance);
instance.signal();
context1.save(instance);

 } catch (Exception e)
 {
e.printStackTrace();
}finally {
 context1.close();
}
}



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947934#3947934

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947934


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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&p=3947933


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 static.
* The methods must throw the java.rmi.RemoteException or one of its 
subclasses. (The methods may also throw service-specific exceptions.)
* Method parameters and return types must be supported JAX-RPC types (see 
Types Supported by JAX-RPC).

but with EJB3 and POJO  the RemoteException is optional ,
And the methods may also throw service-specific exceptions

I have a class  : MyApplicationExceptionBase extends Exception
that I use in my code , 

In the EJB3 statless remote interface I have declered 



  | public MyData getData(int key, String user) throws 
MyApplicationExceptionBase ...
  | 
  | 

and in the Statless implementaion class  I have declered 


  | 
  | 
  | @WebMethod
  | public MyData getData(int key, String user) throws 
MyApplicationExceptionBase ...
  | 

I should be able to do that .




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947930#3947930

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947930


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.html?module=bb&op=posting&mode=reply&p=3947929


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 to the another one.Incase of 
forward() the request has to be forwarded to the same web application

Here's the thread, from where i got the above comments:

http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=7&t=016977



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947928#3947928

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947928


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947927


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947926


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947924#3947924

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947924


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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#3947923

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947923


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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/index.html?module=bb&op=posting&mode=reply&p=3947922


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 webapps?

Thx for your help,

Vianney

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947921#3947921

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947921


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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/index.html?module=bb&op=viewtopic&p=3947916#3947916

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947916


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3947914


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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/index.html?module=bb&op=viewtopic&p=3947909#3947909

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947909


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 contains an array of the invokers it sees locally at 
that point in time).  The detector that receives this detection message will 
check its internal list of detection messages and check to see if the hash of 
the previous detection message is different from the one it just got.  If so, 
will tell the NetworkRegistry that an update has occured (which then emits the 
UPDATED notification).  The hash is calculated by simply adding the hash codes 
of all the invokers in they array within the detection message.  

My guess there is a problem within calculating the hash in this case.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947906#3947906

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947906


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 gone secure, especially if you've initialized your session securely.  
Most web providers don't regenerate your sessionid when you switch between 
secure and insecure transports.  Sending your sessionid over an insecure 
transport opens you up to session hijacking attacks.

Be careful what you wish for.  You should probably just leave things the way 
they are.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947904#3947904

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947904


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=posting&mode=reply&p=3947903


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3947902


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947901#3947901

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947901


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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:service=InvalidationBridge,type=JavaGroups
  State: FAILED
  Reason: javax.naming.NameNotFoundException: ConnectionFactory not bound
  I Depend On:
jboss.cache:service=InvalidationManager
jboss.mq.destination:service=Topic,name=JMSCacheInvalidationBridge

--- MBEANS THAT ARE THE ROOT CAUSE OF THE 

PROBLEM ---
ObjectName: jboss.cache:service=InvalidationBridge,type=JavaGroups
  State: FAILED
  Reason: javax.naming.NameNotFoundException: ConnectionFactory not bound
  I Depend On:
jboss.cache:service=InvalidationManager
jboss.mq.destination:service=Topic,name=JMSCacheInvalidationBridge




Thanks
Regards
-Shiv


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947899#3947899

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947899


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 
allowing users to login after several failed attempts. And here comes my 
question. I would like to know how can I display the information about the 
reason of login failure? Right now it's redirecting the users to the error page.

Does any1 have any hints how can I customise this error page and display the 
failure reason on it ?

Thanks a lot in advance,

Karol

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947898#3947898

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947898


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947897


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the way
the client actively send its ip to the server side,  For some reasons, it isn't
appropriate for my request. i all along thought that i can find a method from 
the jms mechanism to solve this problem, but i didn't.   any replys will be 
very appreciated about how
to get client ip from server side.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947896#3947896

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947896


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 destination of the same name, or if I remove this 
queue from the local configuration, I get

2006-05-31 12:04:30,091 WARN  [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
JMS provider failure detected for RemoteQueue
org.jboss.deployment.DeploymentException: Error during queue setup; - nested 
throwable: (javax.jms.InvalidDestinationException: The destination 
QUEUE.RemoteQueue does not exist !)

The remote queue is set up and has messages ready to deliver; There just seems 
to be a missing link somewhere.  The wiki page mentioned above only references 
the queuehost in the JNDI lookup.  Is is really that simple?  Why won't it work 
for me!

I've tried this with 4.0.2 and 4.0.4.  The MDB works fine when configured for a 
local queue.  Does anyone have a working example of remote mdb that they can 
share, or a moment to enlighten me as to what I've missed out?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947895#3947895

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947895


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.DeploymentException: expected one enterprise-beans tag


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947893#3947893

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947893


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3947892#3947892

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947892


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 cluster nicely in the same 
environment as my app. i can also get my app to load balance so i the machines 
are seeing / talking to one another. we are pretty sure it's a simple setup 
issue but cannot figure it out.   

this may help:  for our DefaultPartition we are using JBoss or tomcat 
clustering (developer was not sure but it's the default from All 
configuration). Then we use Oscache for our application and also setup some 
group cache stuff so our app can find the correct configuration server.  to 
acheive that we modified jndi-naming in the jboss-service.xml file to assign ip 
addresses and cluster for our apps.

can you offer any suggestions? 

thanks

Russ


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947891#3947891

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947891


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 problem I reported before.

In Tomcat server deployment compliing the new bean file and packaging it into 
the webapps direcroy works correct.

Thanks for your help.
-Siv


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947890#3947890

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947890


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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/index.html?module=bb&op=viewtopic&p=3947888#3947888

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947888


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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. Sometimes eclipse can recognize a 
mismatch between what code you're browsing and what is actually being executed, 
but it will not be able to show you the code from the server. 

Hope this helps. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947887#3947887

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947887


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=viewtopic&p=3947885#3947885

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947885


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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...

maven says:


  | ---
  |  T E S T S
  | ---
  | Running org.jboss.tutorial.junit.EmbeddedEjb3TestCase
  | WARN  31-05 01:11:02,955 (BeanSchemaBinding.java:init:227)  -You should use 
the 2.0 version of the Microcontainer xml. xmlns='urn:jboss:bean-deployer:2.0'
  | Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 3.489 sec 
<<< FAILURE!
  | 
  | Results :
  | Tests run: 2, Failures: 0, Errors: 2, Skipped: 0
  | 
  | [INFO] 

  | [ERROR] BUILD FAILURE
  | [INFO] 

  | [INFO] There are test failures.
  | [INFO] 

  | [INFO] Trace
  | org.apache.maven.BuildFailureException: There are test failures.
  | at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:552)
  | at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:472)
  | at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:451)
  | at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:303)
  | at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270)
  | at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139)
  | at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
  | at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
  | at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
  | at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
  | at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
  | at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
  | Caused by: org.apache.maven.plugin.MojoFailureException: There are test 
failures.
  | at 
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:403)
  | at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:415)
  | at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531)
  | ... 16 more
  | [INFO] 

  | 

can you help me?

thanks,
teo

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947884#3947884

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947884


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947883


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 would be cool if your guide was a Wiki so I could make this change myself.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947882#3947882

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947882


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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-starters-kit-3.1.1\jbpm-designer\jbpm-gpd-feature\readme.html 
implies that all that is needed is to unzip \plugins and \features into one's 
eclipse directory. This is not the case. After doing so, I receieved this NPE 
when attempting to read a process definition with the special plugin (note that 
the "New JBPM Project" feature works fine):

java.lang.NullPointerException
at 
org.jbpm.ui.editor.DesignerContentProvider.addProcessDiagramDimension(Unknown 
Source)
at org.jbpm.ui.editor.DesignerContentProvider.addGraphicalInfo(Unknown 
Source)
at org.jbpm.ui.editor.DesignerContentProvider.addGraphicalInfo(Unknown 
Source)
at org.jbpm.ui.editor.DesignerContentProvider.addGraphicalInfo(Unknown 
Source)
at org.jbpm.ui.editor.DesignerGraphicalEditorPage.initInput(Unknown 
Source)
at org.jbpm.ui.editor.DesignerGraphicalEditorPage.init(Unknown Source)
at 
org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:152)
at org.jbpm.ui.editor.DesignerEditor.addGraphPage(Unknown Source)
at org.jbpm.ui.editor.DesignerEditor.createPages(Unknown Source)
at 
org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
at 
org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
at 
org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
at 
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at 
org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:223)
at 
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2362)
at 
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
at 
org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at 
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:279)
at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:271)
at 
org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:178)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at 
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947881#3947881

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947881


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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] log4j:ERROR The class 
"org.apache.log4j.spi.ErrorHandler" was loaded by 
17:00:17,876 ERROR [STDERR] log4j:ERROR [WebappClassLoader
  delegate: false
  repositories:
/WEB-INF/classes/
--> Parent Classloader:
[EMAIL PROTECTED]
] whereas object of type 
17:00:17,876 ERROR [STDERR] log4j:ERROR 
"org.jboss.logging.util.OnlyOnceErrorHandler" was loaded by [EMAIL PROTECTED]
17:00:17,976 ERROR [STDERR] log4j:ERROR Could not create an Appender. Reported 
error follows.
17:00:17,976 ERROR [STDERR] java.lang.ClassCastException: 
org.jboss.logging.appender.DailyRollingFileAppender
.
.
.


My war does ship commons-logging and log4j in its WEB-INF/lib directory.  Can 
someone give me a clue on what's changed?

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947880#3947880

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947880


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.  

Any ideas as to why hibernate is trying to update the child's primary keys to 
null and stead of the delete?

ab

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947875#3947875

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947875


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 of complex-types (that are de/serialized without any extra effort with 
document-style), I can't generate a client stub with C#-based wsdl.exe.

Is there any good documentation on wstools, the various interface(?) styles and 
how they interoperate with other technologies?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947873#3947873

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947873


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the client/server), I can see that the 
Perl SOAP client posts the following message:


  | POST /j2eehello/1.0?wsdl HTTP/1.1
  | TE: deflate,gzip;q=0.3
  | Connection: TE, close
  | Accept: text/xml
  | Accept: multipart/*
  | Accept: application/soap
  | Host: mwood0205:8080
  | User-Agent: SOAP::Lite/Perl/0.66.1
  | Content-Length: 432
  | Content-Type: text/xml; charset=utf-8
  | SOAPAction: "#hello"
  | 
  | 
  |http://www.w3.org/2001/XMLSchema-instance";
  |   xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
  |   xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  |   
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
  |   xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  |   
  |  
  | Melinda
  |  
  |   
  |
  | 

With this request, the 4.0.2-backed request behaves as expected.  When changing 
to JBoss 4.0.4.GA, the same client sending posting exactly the same thing 
receives the following error response:


  | HTTP/1.1 500 Internal Server Error
  | Server: Apache-Coyote/1.1
  | X-Powered-By: Servlet 2.4; JBoss-4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA 
date=200605151000)/Tomcat-5.5
  | Set-Cookie: JSESSIONID=9075EE0705C5B3C8648C57AB6EFEB619; Path=/
  | Content-Type: text/xml;charset=UTF-8
  | Date: Tue, 30 May 2006 21:08:18 GMT
  | Connection: close
  | 
  | 
  |
  |
  |   
  |  env:Client
  |  Endpoint 
{http://acxiom.com/j2eehello/1.0}J2EEHelloPort does not contain operation meta 
data for: hello
  |   
  |
  | 
  | 

In contrast, a Java client, which works with both JBoss 4.0.2 and 4.0.4.GA, 
posts the following:


  | POST /j2eehello/1.0 HTTP/1.1
  | Content-Type: text/xml; charset=utf-8
  | Content-Length: 392
  | SOAPAction: ""
  | User-Agent: Java/1.4.2_11
  | Host: mwood0205:8080
  | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
  | Connection: keep-alive
  | 
  | 
  |http://schemas.xmlsoap.org/soap/envelope/";
  |  xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  |  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |  xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/";
  |  xmlns:ns0="http://acxiom.com/j2eehello/1.0";>
  |   
  |  
  | Melinda
  |  
  |   
  |
  | 

The extra namespace definition on the hello object appears to be the answer to 
the immediate problem, but does this mean that JBoss 4.0.4 is more strict than 
the JBoss 4.0.2 version?  Furthermore, does anyone have any suggestions on how 
I might find a work around for the Perl client when using JBoss 4.0.4.GA?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947870#3947870

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947870


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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?module=bb&op=viewtopic&p=3947869#3947869

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947869


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947867#3947867

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947867


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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: "This file is located in 
JBOSS_HOME/server/default/deploy/jboss-portal-exploded.sar/conf/login-config.xml,
 or in the source bundle, 
core/src/resources/portal-core-sar/META-INF/jboss-service.xml." - both of which 
are FILES, not FOLDERS.

Does the author(s) mean to say that the MBeans LDAPConnectionModule, 
LDAPUserModule and LDAPRoleModule should be added to a jboss-service.xml file 
in the /conf/ or /META-INF/ folders?

I am using the compiled sar folder so I'm assuming that this jboss-service.xml 
file goes in the ..\default\deploy\jboss-portal.sar\META-INF folder. BUT that 
doesn't work: 

2006-05-30 16:31:46,656 DEBUG [org.jboss.deployment.SARDeployer] create 
operation failed for package 
file:/C:/Dev/jboss404ga/server/default/deploy/jboss-portal.sar/
org.jboss.deployment.DeploymentException: No ClassLoaders found for: 
org.jboss.portal.core.impl.conn.LDAPConnectionModule; - nested throwable: 
(java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.portal.core.impl.conn.LDAPConnectionModule)

Nor does it work putting the jboss-service.xml file in the 
..\default\deploy\jboss-portal.sar\conf folder.

So: 1) do all three mbeans go in the same file? 2) in which folder(s)?

NOTE: I did add the line

remote

to the login-config.xml file. That part is for the most clear, though the text 
gives the fully qualified file name in both locales rather than just a folder 
path.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947866#3947866

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947866


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 test successfully installs a notification listener and that listener 
successfully sees the ADDED and UPDATED messages when I start up both servers.  
I first get the ADDED notification after I start the first server invoker - it 
indicates that my VM is seen as a new server that came online.  The second 
UPDATED notification is sent once I start that second server - it updates my 
server VM with the second server invoker.

However, once the unit test shuts down the second server invoker and sleeps for 
up to 20 seconds, it still never receives an UPDATED notification to indicate 
that second invoker is down?  I was assuming I would get an UPDATED 
notification once a server invoker (i.e a Connector) is shutdown.

Is that not true?  What is supposed to happen if my server VM has multiple 
Connectors and one of those Connectors is shutdown?  Does a network 
notification get emitted or no?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947865#3947865

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947865


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3947862


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947859


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947858#3947858

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947858


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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,890 ERROR [[FacesServlet]] Servlet.service() for servlet FacesServlet t
hrew exception
javax.faces.FacesException: Error calling action method of component with id _id
14
at org.apache.myfaces.application.ActionListenerImpl.processAction(Actio
nListenerImpl.java:74)
at javax.faces.component.UICommand.broadcast(UICommand.java:106)
at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:9
0)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1
64)
at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(Lifecycl
eImpl.java:271)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java
:86)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFi
lter.java:55)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
lter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrinc
ipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
yAssociationValve.java:159)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
e.java:59)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:744)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWor
kerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.faces.el.EvaluationException: Exception while invoking expressi
on #{homeBean.sendMail}
at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java
:165)
at org.apache.myfaces.application.ActionListenerImpl.processAction(Actio
nListenerImpl.java:63)
... 34 more
Caused by: java.lang.NoSuchMethodException: org.jbpm.webapp.bean.HomeBean.sendMa
il()
at java.lang.Class.getMethod(Class.java:1581)
at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java
:118)
... 35 more

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947857#3947857

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947857


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourc

[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 Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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&op=posting&mode=reply&p=3947854


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 code from it to grab a 
local copy of the jaxrpc-mapping.xml (sitting in the same directory as the 
JUnit's class file).  Here is my code:

public void testEchoString() throws Exception {
  | ServiceFactoryImpl factory = new ServiceFactoryImpl();
  | URL wsdlLocation = new 
URL("http://jbertr1005:8080/jbossTest2/JBossTest2?wsdl";);
  | ClassLoader cl = Thread.currentThread().getContextClassLoader();
  | URL mappingLocation = cl.getResource("jaxrpc-mapping.xml");
  | QName serviceName = new 
QName("http://us.mycompany.com/jbosstest2/1.0";, "JBossTest2");
  | ServiceImpl service = (ServiceImpl) 
factory.createService(wsdlLocation, serviceName, mappingLocation);
  | Call call = service.createCall();
  | QName operationName = new 
QName("http://us.mycompany.com/jbosstest2/1.0";, "prescreen");
  | call.setOperationName(operationName);
  | call.setProperty(Call.USERNAME_PROPERTY, "webServiceTestUser");
  | call.setProperty(Call.PASSWORD_PROPERTY, "webServicePassword");
  | assertFalse(call.isParameterAndReturnSpecRequired(operationName));
  | Object retObj = call.invoke(new Object[] { new JBossTest2Request() 
});
  | }

However, I am still getting:

org.jboss.ws.WSException: Cannot obtain java type mapping for: 
{http://us.mycompany.com/jbosstest2/1.0}prescreen
  | at 
org.jboss.ws.metadata.JSR109MetaDataBuilder.buildParameterMetaDataDoc(JSR109MetaDataBuilder.java:442)
  | at 
org.jboss.ws.metadata.JSR109MetaDataBuilder.setupOperationsFromWSDL(JSR109MetaDataBuilder.java:193)
  | at 
org.jboss.ws.metadata.JSR109ClientMetaDataBuilder.buildMetaDataInternal(JSR109ClientMetaDataBuilder.java:207)
  | at 
org.jboss.ws.metadata.JSR109ClientMetaDataBuilder.buildMetaData(JSR109ClientMetaDataBuilder.java:122)
  | at 
org.jboss.ws.metadata.JSR109ClientMetaDataBuilder.buildMetaData(JSR109ClientMetaDataBuilder.java:78)
  | at org.jboss.ws.jaxrpc.ServiceImpl.(ServiceImpl.java:96)
  | at 
org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:157)
  | at 
org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:142)
  | at com.acxiom.us.test.ws.WSTestCase.testEchoString(WSTestCase.java:64)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at junit.framework.TestCase.runTest(TestCase.java:154)
  | at junit.framework.TestCase.runBare(TestCase.java:127)
  | at junit.framework.TestResult$1.protect(TestResult.java:106)
  | at junit.framework.TestResult.runProtected(TestResult.java:124)
  | at junit.framework.TestResult.run(TestResult.java:109)
  | at junit.framework.TestCase.run(TestCase.java:118)
  | at junit.framework.TestSuite.runTest(TestSuite.java:208)
  | at junit.framework.TestSuite.run(TestSuite.java:203)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
  | at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947851#3947851

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947851


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=posting&mode=reply&p=3947852


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3947847#3947847

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947847


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3947846


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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?module=bb&op=posting&mode=reply&p=3947844


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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/index.html?module=bb&op=posting&mode=reply&p=3947839


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=reply&p=3947837


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 JAR, in the same EAR, in other words, a local call is 
possible).

However, when I added the @Remote annotation, I started getting a 
NonSerializableException. Serialization is only needed for the Remote call. 
Therefore, when I have both annotations it seems that @Local is just ignored, 
at least on JBoss.

Someone from the JBoss team cares to answer if this is the expected behavior or 
if we have a bug here?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947836#3947836

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947836


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947835


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 propriatary ServiceFactoryImpl API.

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQClientModel

http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/main/java/org/jboss/ws/jaxrpc/ServiceFactoryImpl.java?r=275

I also appologize for not making this clear in the DII section of the user 
guide. It will be updated with jbossws-1.0.1 shortly

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947834#3947834

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947834


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 contructs to 
the java.

With JSR109 the server also obtains the meta data from wsdl + jaxrpc-mapping.xml



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947830#3947830

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947830


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 contructs to 
the java.

With JSR109 the server also obtains the meta data from wsdl + jaxrpc-mapping.xml

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947829#3947829

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947829


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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, just tweak a few things 
like file and path names and maybe some other simple code and we should be 
running right away.  As we start exploiting JBoss technology though we're 
probably going to need support. Since we're not sure where we're going with 
this yet, I'd hate to get a sales person all excited. 

Does anyone have any insights into what the various JBoss support subscriptions 
cost (at least the entry pricing)? I've been reading the forums, and it looks 
like there are lots of partners hanging around. Do you folks offer support 
other than the subscriptions? How would that be different?

Thanks for your help everyone.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947828#3947828

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947828


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 
exception.  Can this work?  Maybe the session is not being instantiated 
properly?  I'm not sure how to debug this, so any help is appreciated.

Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947824#3947824

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947824


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 ProcessLogs.

Whatever you do... please consider contributing back :-)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947822#3947822

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947822


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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-service.xml
 to 
(add the DefaultDS depends...its not there in the supplied config file)

   
jboss.jca:service=DataSourceBinding,name=PortalDS
jboss.jca:service=DataSourceBinding,name=DefaultDS


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947820#3947820

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947820


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 with the other relevant configuration for Seam managed persistence and 
now the persistence context does not appear to be propagating to the SLSBs.  If 
it was I don't see how I could get the LazyInitializationException.

I have little doubt that I am either doing something wrong or not understanding 
something correctly, but I'm a bit stumped at the moment as to where I've gone 
wrong.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947819#3947819

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947819


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   >