[jboss-user] [Beginner's Corner] - Re: Looking for Examples

2010-09-09 Thread Peter Johnson
Peter Johnson [http://community.jboss.org/people/peterj] created the discussion

"Re: Looking for Examples"

To view the discussion, visit: http://community.jboss.org/message/561218#561218

--
Hmm, I found that the SeamBay application was fairly decent for putting the 
system under stress. Of course, I modified it to use mySQL, fixed a bug in the 
schema, changed the auction time to a much higher value, and loaded the 
database with 5000 users and 15,000 auction items.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561218#561218]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Problem with naming an resource injection on AS 6.0.0.M4

2010-09-09 Thread Frank Langelage
Frank Langelage [http://community.jboss.org/people/lafr] created the discussion

"Re: Problem with naming an resource injection on AS 6.0.0.M4"

To view the discussion, visit: http://community.jboss.org/message/561213#561213

--
JBoss 6.0.0.M4 is already using JBossWS-CXF 3.4.0.Beta2.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561213#561213]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Unable to Add New Queue through Admin Console (AS 5.1)

2010-09-09 Thread William Folger
William Folger [http://community.jboss.org/people/whf3] created the discussion

"Unable to Add New Queue through Admin Console (AS 5.1)"

To view the discussion, visit: http://community.jboss.org/message/561212#561212

--
In the process of evaluating JBoss AS for SOA platform.  Anyway, just installed 
JBoss AS 5.1 and went to the admin console and tried to add a queue @ JMS 
Destinations > Queues.

When I try to add one I get the following error:

Failed to add Resource (see app server log  for additional details):  
java.lang.RuntimeException:Failed to process  template. ->  
java.lang.RuntimeException:java.io.FileNotFoundException:  
C:\Software\JBoss\jboss-5.1.0.GA\server\default\deploy\queue\Test-service.xml  
(The system cannot find the path specified) ->  
java.io.FileNotFoundException:C:\Software\JBoss\jboss-5.1.0.GA\server\default\deploy\queue\Test-service.xml 
 (The system cannot find the path specified)

I understand the error and even tried a work around by manually creating that 
XML but then the queue was not bound when I did the jndi lookup.  In any event, 
I would assume that adding a queue through the Admin Console would be straight 
forward and without such errors?  Is there somethign wrong with my install?  
Any thoughts?
--

Reply to this message by going to Community
[http://community.jboss.org/message/561212#561212]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Create GWT Projects with JBoss Tools and Eclipse WTP

2010-09-09 Thread Andre Dietisheim
Andre Dietisheim [http://community.jboss.org/people/adietish] modified the 
document:

"Create GWT Projects with JBoss Tools and Eclipse WTP"

To view the document, visit: http://community.jboss.org/docs/DOC-15794

--
h1. Use Eclipse WTP, get there with the standard
If you want to create GWT applications you unfortunately cannot do it the WTP 
way and create a so called dynamic web project. The Google plugins implement 
their own set of views, wizards, launchers and mostly duplicate what's already 
present and defacto standard in WTP. The consequence is that you'd have to deal 
with workarounds if you want to get functionalities (run/deploy on JBoss etc.) 
Google does not offer.
We therefore developed an experimental integration plugin for GWT that allows 
you to create GWT projects in the way most Eclipse users are used to: by 
creating Dynamic Web Projects.

h1. Preface

Eclipse offers nice tools to create web applications. The base framework's what 
we call the Eclipse Web Tools Platform (WTP). Eclipse WTP delivers a standard 
for most aspects involved when you create web applications.
The google web toolkit, GWT, is a nice framework to develop web applications. 
Google delivers a plugin for Eclipse and developing with GWT is a very pleasant 
experience. The GWT plugin uses an embedded jetty to run the application that 
you develop. Google unfortunately did not base its work on Eclipse WTP and does 
not comply to the Eclipse project structure for web application. So if you want 
to use JBoss instead of jetty, the approach to take is not as handy and 
intuitive as it could be.  Furthermore there's no way to use and integrate into 
plugins that other solution providers offer. You mostly have to proceed by 
workarounds to get what Google does not offer.
We developed a set of (experimental) plugins that create GWT projects by 
extending Eclipse WTP. Our plugins implement well known usage patterns and 
integrate well with all Eclipse components that use the common standard for web 
projects. The most obvious benefit is that deploying to JEE application servers 
(and JBoss partcullarly) is as easy as it is with any other web project.

h1. Solution
Install and use the JBoss GWT Integration. You'll then be able to create GWT 
projects the WTP way and fully enjoy it's full-blow features and standardized 
usage patterns.
This How-To shows you all the steps to install the plugins and how to create a 
dynamic web project that's GWT enabled.

h2. Install JBoss GWT Integration

Add the Google Eclipse Plugins update site:
>  http://dl.google.com/eclipse/plugin/3.6/ 
> http://dl.google.com/eclipse/plugin/3.6/

Add the JBoss Tools update site:
>  http://download.jboss.org/jbosstools/updates/nightly/jbosstools-3.2.0.M2/ 
> http://download.jboss.org/jbosstools/updates/nightly/jbosstools-3.2.0.M2/

And Install the JBoss GWT Integration

 http://community.jboss.org/servlet/JiveServlet/showImage/6254/Picture+4.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6254/Picture+4.png 

h2. Create a Dynamic Web Application Project

Make sure you have a JEE server (JBoss application server for instance) in your 
Eclipse environment. If not, download and declare it to your Eclipse IDE:

 http://community.jboss.org/servlet/JiveServlet/showImage/6260/Picture+12.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6260/Picture+12.png
 

 http://community.jboss.org/servlet/JiveServlet/showImage/6259/Picture+11.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6259/Picture+11.png
 

You're now ready to create a *Dynamic Web Project*.
 http://community.jboss.org/servlet/JiveServlet/showImage/6256/Picture+5.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6256/Picture+5.png 
The wizard picks your server (runtime) and allows you to configure the various 
characteristic of your web project.

The *configuration* group allows you to pick the different facets of your 
project. We provide a *Google Web Toolkit* facet that will configure the GWT 
related characteristics.
Hit *Modify...*

 
http://community.jboss.org/servlet/JiveServlet/showImage/102-15794-16-6263/Picture+13.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/102-15794-16-6263/436-600/Picture+13.png
 
and select the *Google Web Toolkit* facet.
 http://community.jboss.org/servlet/JiveServlet/showImage/6262/Picture+14.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6262/Picture+14.png
 
A few wizard steps further, you may choose to get some GWT *sample code*.

 
http://community.jboss.org/servlet/JiveServlet/showImage/6411/generate-sample.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6411/generate-sample.png
 

You get the Hello World sample that you get when you use the Google Wizard. We 
just put it to the *WebContent* folder you configured in your Dynamic Web 
Project wizard (WTP default opposed to wh

[jboss-user] [JBoss Tools] - Re: Could not detect registered XULRunner to use: Please help

2010-09-09 Thread Denis Golovin
Denis Golovin [http://community.jboss.org/people/dgolovin] created the 
discussion

"Re: Could not detect registered XULRunner to use: Please help"

To view the discussion, visit: http://community.jboss.org/message/561205#561205

--
Maxim is right, Windows x86_64 is not supported yet for xulrunner. Try to run 
Eclipse with Java for Windows x86 it should help.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561205#561205]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: How do I get a pointer to the root token in jBPM4 ?

2010-09-09 Thread Alejandro Guizar
Alejandro Guizar [http://community.jboss.org/people/alex.guizar%40jboss.com] 
created the discussion

"Re: How do I get a pointer to the root token in jBPM4 ?"

To view the discussion, visit: http://community.jboss.org/message/561134#561134

--
In v4 the process instance is  
http://www.google.com/dictionary?aq=f&langpair=en|en&q=coterminous&hl=en 
coterminous with the root token. Tokens are called executions in v4. Therefore 
to get the root execution you simply call execution.getProcessInstance()
--

Reply to this message by going to Community
[http://community.jboss.org/message/561134#561134]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Is jBPM supposed to...

2010-09-09 Thread Tomás Lobo
Tomás Lobo [http://community.jboss.org/people/jtomaslobo] created the discussion

"Re: Is jBPM supposed to..."

To view the discussion, visit: http://community.jboss.org/message/561197#561197

--
Are you sure? because I've been told that is supposed to do so...
Then, is there any jBOSS product that could do the job?

Thanks
--

Reply to this message by going to Community
[http://community.jboss.org/message/561197#561197]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - JBoss Tools 3.2.0.M2 Delta Cloud, GWT, Teiid and more

2010-09-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] commented on

"JBoss Tools 3.2.0.M2 Delta Cloud, GWT, Teiid and more"

To view all comments on this blog post, visit: 
http://community.jboss.org/community/jbosstools/blog/2010/09/09/jboss-tools-320m2-big-mama#comment-4084

--
Max, the link to  
https://jira.jboss.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JBIDE+AND+fixVersion+%3D+%223.2.0.M2%22+ORDER+BY+status+DESC%2C+priority+DESC&mode=hide
 What's New and Noteworthy actually is broken and links to JIRA. I guess it 
should be   http://docs.jboss.org/tools/whatsnew/index.html 
http://docs.jboss.org/tools/whatsnew/index.html
--

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: jBPM + Eclipse = 1000+ Errors

2010-09-09 Thread Maria Webster
Maria Webster [http://community.jboss.org/people/mmwebster] created the 
discussion

"Re: jBPM + Eclipse = 1000+ Errors"

To view the discussion, visit: http://community.jboss.org/message/561192#561192

--
Alejandro, thank you for responding. I attempted to add the user library "jBPM 
Library" to my build path, but received an error/notification that the path 
already exists.
 
http://community.jboss.org/servlet/JiveServlet/showImage/2-561192-6463/jBPM_LibPathError.jpg
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-561192-6463/450-311/jBPM_LibPathError.jpg
  
As you can see, the errors are still extensive. Additionally, the reason I 
added the comment about the runtime location is because my preferences window 
doesn't include jBPM at all, even though it's installed.

Any other suggestions? Of course I want to get the GPD working!

-- MMWebster
--

Reply to this message by going to Community
[http://community.jboss.org/message/561192#561192]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Ejb3.0 jndi lookup problem

2010-09-09 Thread Wolfgang Knauf
Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] created the 
discussion

"Re: Ejb3.0 jndi lookup problem"

To view the discussion, visit: http://community.jboss.org/message/561189#561189

--
By the way: I think JBoss 4.2.x does not support EJB injection in the client. 
So, here you will have to do a JNDI lookup.

If you upgrade to JBoss 5.1, injection will work. I would suggest you use the 
most recent JBoss version, as the 4.2 branch is no longer maintained.

Best regards

Wolfgang
--

Reply to this message by going to Community
[http://community.jboss.org/message/561189#561189]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Ejb3.0 jndi lookup problem

2010-09-09 Thread Wolfgang Knauf
Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] created the 
discussion

"Re: Ejb3.0 jndi lookup problem"

To view the discussion, visit: http://community.jboss.org/message/561188#561188

--
Hi,

it is your decision whether you want to use injection (using the "@EJB" 
annotation) or whether you want to perform a JNDI lookup.

A file "jboss.xml" is not needed in both ways.

If you want to use injection: import the sample attached to the wiki document 
("Stateless.ear") into Eclipse. Now you will find a project consisting of three 
modules. Take a look at the code and the configuration, and then try to run my 
sample as described. You might take a look at this page:  
http://www.cs.hs-rm.de/~knauf/KomponentenArchitekturen2008/stateless/index.html#appclientstart
 
http://www.cs.hs-rm.de/~knauf/KomponentenArchitekturen2008/stateless/index.html#appclientstart 
 - it is german, but there are some screenshots which will show you some 
important settings.

If you don't want to inject, but perform a JNDI lookup, you need this code 
snippet:


Properties props = new Properties();
    props.setProperty(Context.INITIAL_CONTEXT_FACTORY, 
"org.jnp.interfaces.NamingContextFactory");
    props.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming.client");
    props.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099");
    
    InitialContext initialContext = new InitialContext(props);
    StatelessSessionExampleRemote sessionBeanBean = 
(StatelessSessionExampleRemote) 
initialContext.lookup("java:InsertYourBeanNameHere");


This should do it. Instead of passing Properties to the "InitialContext", you 
could use a "jndi.properties" file, as Wolf-Dieter suggests.
The JNDI name of the bean defaults to "insertearname/insertbeanclass/remote".

Hope this helps

Wolfgang
--

Reply to this message by going to Community
[http://community.jboss.org/message/561188#561188]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Create GWT Projects with JBoss Tools and Eclipse WTP

2010-09-09 Thread Andre Dietisheim
Andre Dietisheim [http://community.jboss.org/people/adietish] modified the 
document:

"Create GWT Projects with JBoss Tools and Eclipse WTP"

To view the document, visit: http://community.jboss.org/docs/DOC-15794

--
h1. Use Eclipse WTP, get there with the standard
If you want to create GWT applications you unfortunately cannot do it the WTP 
way and create a so called dynamic web project. The Google plugins implement 
their own set of views, wizards, launchers and mostly duplicate what's already 
present and defacto standard in WTP. The consequence is that you'd have to deal 
with workarounds if you want to get functionalities (run/deploy on JBoss etc.) 
Google does not offer.
We therefore developed an experimental integration plugin for GWT that allows 
you to create GWT projects in the way most Eclipse users are used to: by 
creating Dynamic Web Projects.

h1. Preface

Eclipse offers nice tools to create web applications. The base framework's what 
we call the Eclipse Web Tools Platform (WTP). Eclipse WTP delivers a standard 
for most aspects involved when you create web applications.
The google web toolkit, GWT, is a nice framework to develop web applications. 
Google delivers a plugin for Eclipse and developing with GWT is a very pleasant 
experience. The GWT plugin uses an embedded jetty to run the application that 
you develop. Google unfortunately did not base its work on Eclipse WTP and does 
not comply to the Eclipse project structure for web application. So if you want 
to use JBoss instead of jetty, the approach to take is not as handy and 
intuitive as it could be.  Furthermore there's no way to use and integrate into 
plugins that other solution providers offer. You mostly have to proceed by 
workarounds to get what Google does not offer.
We developed a set of (experimental) plugins that create GWT projects by 
extending Eclipse WTP. Our plugins implement well known usage patterns and 
integrate well with all Eclipse components that use the common standard for web 
projects. The most obvious benefit is that deploying to JEE application servers 
(and JBoss partcullarly) is as easy as it is with any other web project.

h1. Solution
Install and use the JBoss GWT Integration. You'll then be able to create GWT 
projects the WTP way and fully enjoy it's full-blow features and standardized 
usage patterns.
This How-To shows you all the steps to install the plugins and how to create a 
dynamic web project that's GWT enabled.

h2. Install JBoss GWT Integration

Add the Google Eclipse Plugins update site:
>  http://dl.google.com/eclipse/plugin/3.6/ 
> http://dl.google.com/eclipse/plugin/3.6/

Add the JBoss Tools update site:
>  http://download.jboss.org/jbosstools/updates/nightly/jbosstools-3.2.0.M2/ 
> http://download.jboss.org/jbosstools/updates/nightly/jbosstools-3.2.0.M2/

And Install the JBoss GWT Integration

 http://community.jboss.org/servlet/JiveServlet/showImage/6254/Picture+4.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6254/Picture+4.png 

h2. Create a Dynamic Web Application Project

Make sure you have a JEE server (JBoss application server for instance) in your 
Eclipse environment. If not, download and declare it to your Eclipse IDE:

 http://community.jboss.org/servlet/JiveServlet/showImage/6260/Picture+12.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6260/Picture+12.png
 

 http://community.jboss.org/servlet/JiveServlet/showImage/6259/Picture+11.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6259/Picture+11.png
 

You're now ready to create a *Dynamic Web Project*.
 http://community.jboss.org/servlet/JiveServlet/showImage/6256/Picture+5.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6256/Picture+5.png 
The wizard picks your server (runtime) and allows you to configure the various 
characteristic of your web project.

The *configuration* group allows you to pick the different facets of your 
project. We provide a *Google Web Toolkit* facet that will configure the GWT 
related characteristics.
Hit *Modify...*

 
http://community.jboss.org/servlet/JiveServlet/showImage/102-15794-13-6263/Picture+13.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/102-15794-13-6263/436-600/Picture+13.png
 
and select the *Google Web Toolkit* facet.
 http://community.jboss.org/servlet/JiveServlet/showImage/6262/Picture+14.png  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6262/Picture+14.png
 
A few wizard steps further, you may choose to get some GWT *sample code*.

 
http://community.jboss.org/servlet/JiveServlet/showImage/6411/generate-sample.png
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/6411/generate-sample.png
 

You get the Hello World sample that you get when you use the Google Wizard. We 
just put it to the *WebContent* folder you configured in your Dynamic Web 
Project wizard (WTP default opposed to wh

[jboss-user] [JBoss Web Services] - Re: MTOM interop issue with WCF

2010-09-09 Thread Guzman Llambi­as
Guzman Llambi­as [http://community.jboss.org/people/gllambi] created the 
discussion

"Re: MTOM interop issue with WCF"

To view the discussion, visit: http://community.jboss.org/message/561185#561185

--
Hi Alessio!

I tried using the JbossWS-Native 3.3.0 and worked fine! Thank you very much!!

Although, I have to previously update to version 3.2.2 because when I tried to 
update from 3.2.1 I had some errors similar to 
http://community.jboss.org/thread/152599 
http://community.jboss.org/thread/152599 

Thanks for all!
Guzmán
--

Reply to this message by going to Community
[http://community.jboss.org/message/561185#561185]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Need help implementing email attachment capability in JBPM 3

2010-09-09 Thread Alejandro Guizar
Alejandro Guizar [http://community.jboss.org/people/alex.guizar%40jboss.com] 
created the discussion

"Re: Need help implementing email attachment capability in JBPM 3"

To view the discussion, visit: http://community.jboss.org/message/561170#561170

--
> Correct me if im wrong, but JBPM 3 doesnt support attachments for the 
> mail-node, right?
> 
Right, it does not  :( 
> Im not able to update to a newer version of JBPM right now so I figured I 
> could look at how its done in JBPM 4 and use that code to extend 
> org.jbpm.mail.Mail (see:  
> http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#customizingmailsupport 
> http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#customizingmailsupport).
>  But version 3 and 4 differed a lot so I cant really see a direct way of 
> doing this.
> 
> I wonder if any of you have done this before or if you perhaps have any 
> suggestions on how to do this (ie. implement email attachment support for 
> JBPM 3)?
The key aspect to realize is that the Mail class is a plain action handler. 
Setting the configuration entry jbpm.mail.class.name allows you to point to a 
subclass with additional fields. Unfortunately there is no way to read custom 
attributes into the mail delegation other than reading the process definition 
with a JpdlXmlReader subclass that overrides readMailDelegation(). Real bummer.

I recently implemented  http://https://jira.jboss.org/browse/JBPM-2852 CC 
support in jBPM3, which suprisingly enough had not been requested earlier. If 
your attachment requirements are satisfied by what jBPM4 offers it should be 
relatively straightforward to backport the feature. If you are interested, 
please create a JIRA issue.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561170#561170]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Problem in configuring JBoss in Helios

2010-09-09 Thread Venkata Pachawa
Venkata Pachawa [http://community.jboss.org/people/vpachawa] created the 
discussion

"Re: Problem in configuring JBoss in Helios"

To view the discussion, visit: http://community.jboss.org/message/561169#561169

--
Thanks Denis.

I have one more question:
How can I do the same thing (making war's accessible from outside) in NetBeans 
IDE as well?

Thanks.

Appreciate it.

Regards,
Venkata
--

Reply to this message by going to Community
[http://community.jboss.org/message/561169#561169]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - JBoss Tools 3.2.0.M2 is out

2010-09-09 Thread Max Andersen
Max Andersen [http://community.jboss.org/people/max.andersen%40jboss.com] 
created the discussion

"JBoss Tools 3.2.0.M2 is out"

To view the discussion, visit: http://community.jboss.org/message/561160#561160

--
See  
http://community.jboss.org/community/jbosstools/blog/2010/09/09/jboss-tools-320m2-big-mama
 JBoss Tools 3.2.0.M2 Delta Cloud, GWT, Teiid and more
--

Reply to this message by going to Community
[http://community.jboss.org/message/561160#561160]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: " new user library fileset" missing from project archive context menu

2010-09-09 Thread Denis Golovin
Denis Golovin [http://community.jboss.org/people/dgolovin] created the 
discussion

"Re: "new user library fileset" missing from project archive context 
menu"

To view the discussion, visit: http://community.jboss.org/message/561159#561159

--
Verified that by installing into clean Eclipse SDK from JBoss Tools Development 
update site. It has JBoss Tools 3.2.0.M2 published today. I have "New User 
Library Fileset" action after installation.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561159#561159]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] Announcement: JBoss Tools 3.2.0.M2 is out!

2010-09-09 Thread Max Andersen
Max Andersen [http://community.jboss.org/people/max.andersen%40jboss.com] 
posted the announcement

Announcement: "JBoss Tools 3.2.0.M2 is out!"

To view the announcement, visit: http://community.jboss.org/community/jbosstools

--
See  
http://community.jboss.org/community/jbosstools/blog/2010/09/09/jboss-tools-320m2-big-mama
 JBoss Tools 3.2.0.M2 Delta Cloud, GWT, Teiid and more
--

Announcement expires on  October 10, 2010

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] Announcement: JBoss Tools 3.2.0.M1 (Eclipse 3.6/Helios) is out

2010-09-09 Thread Max Andersen
Max Andersen [http://community.jboss.org/people/max.andersen%40jboss.com] 
updated the announcement

Announcement: "JBoss Tools 3.2.0.M1 (Eclipse 3.6/Helios) is out"

To view the announcement, visit: http://community.jboss.org/community/jbosstools

--
See  
http://community.jboss.org/community/jbosstools/blog/2010/07/22/jboss-tools-320m1-eclipse-36helios
 JBoss Tools 3.2.0.M1 (Eclipse 3.6/Helios) about details
--

Announcement expires on  September 9, 2010

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - JBoss Tools 3.2.0.M2 Delta Cloud, GWT, Teiid and more

2010-09-09 Thread Max Andersen
Max Andersen [http://community.jboss.org/people/max.andersen%40jboss.com] 
modified the blog post:

"JBoss Tools 3.2.0.M2 Delta Cloud, GWT, Teiid and more"

To view the blog post, visit: 
http://community.jboss.org/community/jbosstools/blog/2010/09/09/jboss-tools-320m2-big-mama

--
Time for Milestone 2 of JBoss Tools, the Eclipse plugin suite for JBoss and 
related technologies.

 http://in.relation.to/service/File/10824  
http://in.relation.to/service/File/10824 
h4. 3.2.0.M2
[ http://www.jboss.org/tools/download Download] [ 
http://download.jboss.org/jbosstools/updates/development Update Site]  [ 
http://docs.jboss.org/tools/whatsnew What's New] [ 
http://docs.jboss.org/tools/movies/ Movies] [ 
http://docs.jboss.org/tools/3.1.0.GA/ Documentation (not updated yet)]  [ 
http://www.jboss.com/index.html?module=bb&op=viewforum&f=201 Forums]  [ 
http://jira.jboss.com/jira/browse/JBIDE JIRA] [ http://twitter.com/jbosstools 
Twitter]

h3. New Features Overview
We have a lot of different fixes and improvements in this release and I only 
touch upon a little in the following; you can see the full  
https://jira.jboss.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JBIDE+AND+fixVersion+%3D+%223.2.0.M2%22+ORDER+BY+status+DESC%2C+priority+DESC&mode=hide
 change log and  
https://jira.jboss.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JBIDE+AND+fixVersion+%3D+%223.2.0.M2%22+ORDER+BY+status+DESC%2C+priority+DESC&mode=hide
 What's New and Noteworthy for screenshots.

h3. Usage Tracking
By default we now bundle a Usage Plugin that gathers anonymous usage 
statistics. You will see a dialog box when you start your Eclipse instance 
which will ask if you wish to send statistics or not; it is voluntary to 
participate but we hope you will since it makes us happy to know how and where 
JBoss Tools are used worldwide.

You can see details on how this work  http://jboss.org/tools/usage here.

h3. Remote Deployment
JBoss AS Servers now has direct support for doing remote deployment via Eclipse 
Remote System Explorer (RSE), making any host with a RSE filesystem (SCP, FTP, 
etc.) a possible target for deploying resources. This can be used to deploy to 
remote system on the local network or on systems available in the cloud to 
which you have SCP or FTP access.

h3. Runtime Detection
You no longer have to manually configure individual runtimes within JBoss 
Tools. We have moved our runtime detection from JBoss Developer Studio into 
JBoss Tools it self, allowing you to point to a JBoss AS, EAP, SOA-P or EPP 
installation and have all the supported runtimes (Seam, Drools, etc.) 
configured inside Eclipse automatically.
h3. Delta Cloud
We are including the first public version of our tooling for  
http://deltacloud.org Delta Cloud. The Delta Cloud tooling allows you to browse 
a Delta Cloud installation, manage images, start/stop instances and make them 
easily available in Eclipse Remote System Explorer which you then can use as 
targets for the JBoss AS Remote deployment.

h3. Teiid
The Teiid Designer is now bundled in JBoss Tools  allowing you to utilize  
http://jboss.org/teiid Teiid's features for federating data and query  its 
virtualized data models. Going forward there will be even more  integration 
between Teiid and the rest of the plugin suite, i.e. easy  usage of Teiid 
datasources when using Hibernate Tools and Seam Entities  generation.

h3. DocBook Editor
There is now a designated editor supporting DocBook documents. Should remove 
some of the problems users were reporting trying to use the HTML Visual Page 
Editor for editing DocBook.

h3. Context Dependency Injection
The CDI/Seam team have been providing a lot of feedback to the CDI tooling and 
this release therefore have a lot of improvements in context of validation 
messages, Open On's and wizards for CDI.

The Maven integration now also automatically configures CDI and Hibernate if 
your pom.xml files references CDI or Hibernate artifacts.
h3. Google Web Tool Kit (Experimental)
We have added a GWT Facet to this release allowing you to use Google's (free, 
but not open) GWT Eclipse tooling in Eclipse WTP projects without manually 
configuration. This allows you to easily enable GWT for Dynamic Web Projects 
and deploy it to any WTP enabled server such as JBoss, Tomcat, Glassfish etc.

It is marked Experimental since we hope to convince Google to adopting this 
into their tooling instead of only having their Google AppEngine limited 
wizards (cross your fingers  :) ). If you want to try it see this  
http://community.jboss.org/docs/DOC-15794 wiki.

h3. ..and More - Now Go get it!
As always feedback is welcome and we look forward to hear your input and other 
contributions.

Have Fun!
--

Comment by going to Community
[http://community.jboss.org/community/jbosstools/blog/2010/09/09/jboss-tools-320m2-big-mama]

__

[jboss-user] [jBPM] - Re: Joining of non-concurrent decision paths seems to be broken in 4.4

2010-09-09 Thread Peter Horvath
Peter Horvath [http://community.jboss.org/people/h.peter] created the discussion

"Re: Joining of non-concurrent decision paths seems to be broken in 4.4"

To view the discussion, visit: http://community.jboss.org/message/561147#561147

--
Hi Maciej,

Sorry for the delay, I've been really busy.

This is an interesting idea and I believe that internally it could work like 
that. But assuming there is a way you can always deciede wheter to set this 
flag or not, I think the engine should be responsible for doing that - having 
to "hint" it if the concurrent executions have to be ended or not does not seem 
to be the way it should work.

Basically the question is that if there is any algorithm you can use to figure 
out whether the concurrent executions should be ended or not. I believe the 
answer is yes: my understanding is that this error happens if you have more 
join nodes than fork nodes on the path of the current execution. In that case 
jBPM could simply traverse the graph of the execution to check the number of 
fork and join nodes hit so far and set this flag accordingly which then could 
drive the decision whether the concurrent executions are to be ended or not.

Let me know what you think about this approach
--

Reply to this message by going to Community
[http://community.jboss.org/message/561147#561147]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Validating Hibernate takes hours for 128k of xml, need help

2010-09-09 Thread Denis Golovin
Denis Golovin [http://community.jboss.org/people/dgolovin] created the 
discussion

"Re: Validating Hibernate takes hours for 128k of xml, need help"

To view the discussion, visit: http://community.jboss.org/message/561144#561144

--
Sad to say, but that's correct.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561144#561144]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Problem with securing web service with ws security ( username token )

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: Problem with securing web service with ws security ( username token )"

To view the discussion, visit: http://community.jboss.org/message/561132#561132

--
On server side, try adding the requirement for , so:


   
  
    
  

--

Reply to this message by going to Community
[http://community.jboss.org/message/561132#561132]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Jaxws native Webservices libraries

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: Jaxws native Webservices libraries"

To view the discussion, visit: http://community.jboss.org/message/561139#561139

--
Proper jaxws libraries are bundled into the application server. Just be sure 
you're properly setting the endorsed dir to JBOSS_HOME/lib/endorsed when using 
jdk 6.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561139#561139]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Problem in configuring JBoss in Helios

2010-09-09 Thread Denis Golovin
Denis Golovin [http://community.jboss.org/people/dgolovin] created the 
discussion

"Re: Problem in configuring JBoss in Helios"

To view the discussion, visit: http://community.jboss.org/message/561151#561151

--
That's because you mounted remote jboss server and it is like your local server 
now. It starts on your local host. By default it uses "-b localhost" option to 
start and that makes it unreachable from other hosts. What you need to do are:
1. Go to Servers View and Open Server Configuration Editor (by double 
clicking/selecting server and pressing F3/selecting Open from context menu)
2. Change "Host name" field to 0.0.0.0 and save the editor
3. Restart server

Server will start with "-b 0.0.0.0" and that should make it accessible outside, 
you just have to provide right resolvable name or IP address along with port 
number if different from default one. Do not forget to check if your port is 
open on firewall.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561151#561151]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: " new user library fileset" missing from project archive context menu

2010-09-09 Thread Denis Golovin
Denis Golovin [http://community.jboss.org/people/dgolovin] created the 
discussion

"Re: "new user library fileset" missing from project archive context 
menu"

To view the discussion, visit: http://community.jboss.org/message/561154#561154

--
How did you install JBoss Archives Tools?
Did you install it in Eclipse SDK or Eclipse for JEE Developers?
--

Reply to this message by going to Community
[http://community.jboss.org/message/561154#561154]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Problem in configuring JBoss in Helios

2010-09-09 Thread Venkata Pachawa
Venkata Pachawa [http://community.jboss.org/people/vpachawa] created the 
discussion

"Re: Problem in configuring JBoss in Helios"

To view the discussion, visit: http://community.jboss.org/message/561055#561055

--
Hi Max,

Thank you for the reply appreciate it.
I tried mounting the remote jboss server as a drive and it works.

But I am not able to access the resource from other computers. I have to use  
http://localhost/test http://localhost/test to see the output.
What should I do in order to make the resource available to all network 
computers?

Thank you.

Appreciate your help.

Regards,
Venkata.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561055#561055]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: how to use hibernate with JBoss Portal ?

2010-09-09 Thread antoine seilles
antoine seilles [http://community.jboss.org/people/natoine] created the 
discussion

"Re: how to use hibernate with JBoss Portal ?"

To view the discussion, visit: http://community.jboss.org/message/561102#561102

--
Hi,
How to do the same with GateIn now ?

Thanks for your time.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561102#561102]

Start a new discussion in JBoss Portal at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: How to cache some xml file after the jboss server starts up..?

2010-09-09 Thread Wolf-Dieter Fink
Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the 
discussion

"Re: How to cache some xml file after the jboss server starts up..?"

To view the discussion, visit: http://community.jboss.org/message/561064#561064

--
As I said in your thread ' *http://community.jboss.org/message/560819#560819 
How  to implement the cache in jboss?i want the steps to make cache some file'*
 https://community.jboss.org/message/560819#560819 
https://community.jboss.org/message/560819#560819
Access to filesystem is not allowed, you should implement a MBean to hold this 
information.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561064#561064]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Poincut Expression

2010-09-09 Thread Kabir Khan
Kabir Khan [http://community.jboss.org/people/kabir.khan%40jboss.com] created 
the discussion

"Re: Poincut Expression"

To view the discussion, visit: http://community.jboss.org/message/561038#561038

--
You need to specify the return type for methods. So 

"execution(* com.mycompany.*->*(..))"

should work (notice the extra '* ' before 'com.mycompany'
--

Reply to this message by going to Community
[http://community.jboss.org/message/561038#561038]

Start a new discussion in JBoss AOP at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Spring Integration] - Re: Application with ws client return an exception with spring

2010-09-09 Thread Ales Justin
Ales Justin [http://community.jboss.org/people/alesj] created the discussion

"Re: Application with ws client return an exception with spring"

To view the discussion, visit: http://community.jboss.org/message/561032#561032

--
Caused by: java.lang.ClassNotFoundException:  
org.springframework.beans.BeansException from  
baseclassloa...@1069693{vfs:///C:/Desarrollo/jboss-6.0.0.201  
00721-M4/server/default/conf/jboss-service.xml}

This is the classloader that gets used, and it obviously cannot find the Spring 
class.
Where do you have your spring.jar placed?
Inside app won't do, or you need to use different classloader --> app's CL.
Placing it into server//lib or common/lib would work as well, but then 
it's shared with all apps.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561032#561032]

Start a new discussion in Spring Integration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Effective way of forming a WebService client

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: Effective way of forming a WebService client"

To view the discussion, visit: http://community.jboss.org/message/561135#561135

--
Depending on the usage of your client code, please take a look at the FAQ 
regarding thread safety of client artifacts:  
http://community.jboss.org/docs/DOC-13646 
http://community.jboss.org/wiki/JBossWS-FAQ#What_client_artifacts_are_thread_safe

Generally speaking, a widely used strategy is creating a Service just once, 
then create a pool of proxies to be used by the client.

Regarding the Cannot close output stream message, it's difficult to tell what's 
happening exactly; generally speaking consider moving to recent JBoss AS / WS 
versions.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561135#561135]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: jbpm console interprets special characters in password

2010-09-09 Thread Maciej Swiderski
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: jbpm console interprets special characters in password"

To view the discussion, visit: http://community.jboss.org/message/561079#561079

--
ok, fixed and patch uploaded to jira, but the fix is for BPM console 2.1.1 so 
hopefully will be shipped with next jBPM (4.5) release.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561079#561079]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Disable DTD declaration

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: Disable DTD declaration"

To view the discussion, visit: http://community.jboss.org/message/561137#561137

--
This vulnerability is fixed from JBossWS 3.3.1.GA
--

Reply to this message by going to Community
[http://community.jboss.org/message/561137#561137]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: MessageConsumer.close hangs forever

2010-09-09 Thread Yong Hao Gao
Yong Hao Gao [http://community.jboss.org/people/gaohoward] created the 
discussion

"Re: MessageConsumer.close hangs forever"

To view the discussion, visit: http://community.jboss.org/message/561057#561057

--
Do you have the thread dump?

If you are using EAP, you should have commerical support.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561057#561057]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Poincut Expression

2010-09-09 Thread Buddhadeb Ghosh
Buddhadeb Ghosh [http://community.jboss.org/people/bghosh1] created the 
discussion

"Re: Poincut Expression"

To view the discussion, visit: http://community.jboss.org/message/561060#561060

--
Kabir

Thanks..The issue finally got resolved after your answer.. though I tried the 
same expression earlier but was getting some error.

Once I saw your answer, I looked back at the error and saw I was getting 
stackoverflow exception. The reason behind is
that since it was a small POC, I kept the logger aspect right under package 
com.mycompany and hence the log method was getting called recursively.
I was so stupid to do that.
Initially I did not look at the error as I did not have enough confidence on 
the correctness of that expr.

Sorry for bothering you and placing the discussion in wrong forum. :(
--

Reply to this message by going to Community
[http://community.jboss.org/message/561060#561060]

Start a new discussion in JBoss AOP at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Problem with naming an resource injection on AS 6.0.0.M4

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: Problem with naming an resource injection on AS 6.0.0.M4"

To view the discussion, visit: http://community.jboss.org/message/561129#561129

--
Please try installing JBossWS-CXF 3.4.0.Beta2, as this should have been fixed 
there, see  https://jira.jboss.org/browse/JBWS-2596 
https://jira.jboss.org/browse/JBWS-2596
--

Reply to this message by going to Community
[http://community.jboss.org/message/561129#561129]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: NamedQuery problem: TABLE is not mapped

2010-09-09 Thread Daniel Winz
Daniel Winz [http://community.jboss.org/people/danwin] created the discussion

"Re: NamedQuery problem: TABLE is not mapped"

To view the discussion, visit: http://community.jboss.org/message/561113#561113

--
Detection of entity and binding to table works ...
> 2010-09-09 16:47:57,886 DEBUG [org.hibernate.ejb.Ejb3Configuration] (main) 
> Detect class: true; detect hbm: false
> 2010-09-09 16:47:57,907 INFO  [org.hibernate.ejb.Ejb3Configuration] (main) 
> found EJB3 Entity bean: employee.EmployeeEntity
> 2010-09-09 16:47:57,920 WARN  [org.hibernate.ejb.Ejb3Configuration] (main) 
> Persistence provider caller does not implements the EJB3 spec correctly. 
> PersistenceUnitInfo.getNewTempClassLoader() is null.
> 2010-09-09 16:47:58,005 INFO  [org.hibernate.cfg.Configuration] (main) 
> Reading mappings from resource : META-INF/orm.xml
> 2010-09-09 16:47:58,014 INFO  [org.hibernate.ejb.Ejb3Configuration] (main) 
> [PersistenceUnit: Employee-Details] no META-INF/orm.xml found
> 2010-09-09 16:47:58,019 DEBUG [org.hibernate.cfg.AnnotationConfiguration] 
> (main) Execute first pass mapping processing
> 2010-09-09 16:47:58,080 DEBUG [org.hibernate.cfg.AnnotationConfiguration] 
> (main) Process hbm files
> 2010-09-09 16:47:58,080 DEBUG [org.hibernate.cfg.AnnotationConfiguration] 
> (main) Process annotated classes
> 2010-09-09 16:47:58,086 INFO  [org.hibernate.cfg.AnnotationBinder] (main) 
> Binding entity from annotated class: employee.EmployeeEntity
> 2010-09-09 16:47:58,115 DEBUG [org.hibernate.cfg.Ejb3Column] (main) Binding 
> column DTYPE unique false
> 2010-09-09 16:47:58,140 DEBUG [org.hibernate.cfg.annotations.EntityBinder] 
> (main) Import with entity name=EmployeeEntity
> 2010-09-09 16:47:58,145 INFO  [org.hibernate.cfg.annotations.EntityBinder] 
> (main) Bind entity employee.EmployeeEntity on table employee
> 

First when I execute a hql statement I get the error.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561113#561113]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Unsupported assertion. Policy not supported

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: Unsupported assertion. Policy not supported"

To view the discussion, visit: http://community.jboss.org/message/561119#561119

--
JBossWS-Native 3.1.1 simply didn't support that policy assertion. You need to 
use a more recent JBossWS / AS versions.
If you don't want to update the stack on AS 5 or 6, you could just download 
JBoss AS 6 M4 which comes with JBossWS-CXF 3.4.0.Beta1. That supports for sure 
all the most common policy assertions.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561119#561119]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Ejb3.0 jndi lookup problem

2010-09-09 Thread santhosh pulichinthala
santhosh pulichinthala [http://community.jboss.org/people/santhoshreddy747] 
created the discussion

"Re: Ejb3.0 jndi lookup problem"

To view the discussion, visit: http://community.jboss.org/message/561089#561089

--
Hi Wolf-Dieter,
Thanks for the response.Im using java 1.5 and jboss 4.2.2 GA.Im using eclipse 
which has server pulgin so i added the jboss to the eclipse and i depoly the 
ejb application on jboss through eclise then i called the client example.I dont 
set any jndi.properties file.If i want to test with lookup i need the jndi name 
but i dont know  where to  define my jndi name in 3.0.

Thanks
santhosh
--

Reply to this message by going to Community
[http://community.jboss.org/message/561089#561089]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: How to switch Jboss-ws stacks

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: How to switch Jboss-ws stacks"

To view the discussion, visit: http://community.jboss.org/message/561138#561138

--
Take a look at the user guide regarding installation. You basically just 
install JBossWS-Native on top your JBossAS with JBossWS-CXF. The installer 
takes care of everything, just be sure the version you're installing supports 
your target container:  http://community.jboss.org/docs/DOC-13569 
http://community.jboss.org/wiki/JBossWS-SupportedTargetContainers
--

Reply to this message by going to Community
[http://community.jboss.org/message/561138#561138]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: MTOM interop issue with WCF

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: MTOM interop issue with WCF"

To view the discussion, visit: http://community.jboss.org/message/561120#561120

--
Which JBossWS version are you using? I think this is what's been addressed and 
fixed in  https://jira.jboss.org/browse/JBWS-2903 
https://jira.jboss.org/browse/JBWS-2903, released in JBossWS-Native 3.3.0
--

Reply to this message by going to Community
[http://community.jboss.org/message/561120#561120]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - Use JBoss Tools with Google GWT Plugin

2010-09-09 Thread Florian Sauter
f.sauter [http://community.jboss.org/people/f.sauter] commented on the document

"Use JBoss Tools with Google GWT Plugin"

To view all comments on this document, visit: 
http://community.jboss.org/docs/DOC-15593#comment-4082

--
Very nice tutorial! Thanks!

Can you maybe write another tutorial for adding GWT to a already generated seam 
gen (2) project? Particularly with hosted mode? Would be great!
--

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Could not detect registered XULRunner to use: Please help

2010-09-09 Thread Maxim Areshkau
Maxim Areshkau [http://community.jboss.org/people/mareshkau] created the 
discussion

"Re: Could not detect registered XULRunner to use: Please help"

To view the discussion, visit: http://community.jboss.org/message/561036#561036

--
Hi Raj.
There no support for windows x64, try to use x86 version instead.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561036#561036]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: JBoss (sub)Tools for Facelets assistance in Eclipse Helios

2010-09-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: JBoss (sub)Tools for Facelets assistance in Eclipse Helios"

To view the discussion, visit: http://community.jboss.org/message/561027#561027

--
You need JBoss Tools RichFaces.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561027#561027]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Ejb3.0 jndi lookup problem

2010-09-09 Thread santhosh pulichinthala
santhosh pulichinthala [http://community.jboss.org/people/santhoshreddy747] 
created the discussion

"Re: Ejb3.0 jndi lookup problem"

To view the discussion, visit: http://community.jboss.org/message/561097#561097

--
Hi Wolfgang,
Im new ejb3.0.I used to work on ejb2.0 the i used to add jndi name in 
deployment descriptor.But now in ejb3.0 someone is putting the jndi name in 
mappedname.someone is saying if you use @Ejb it will automatically create th 
jndi name and lookup creation.I want to know if i want to
run the ejb applications localy what type jndi name is the best i mean mapped 
name or @Ejb.But if ejb application is running remotly where to create the jndi 
name and lookup.Please help me with this.I saw your url but i tried the example 
it was giving same error as above.
Thanks
santhosh
--

Reply to this message by going to Community
[http://community.jboss.org/message/561097#561097]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: 64 bit xulrunner - has anyone got one, or detailed steps to build one?

2010-09-09 Thread Maxim Areshkau
Maxim Areshkau [http://community.jboss.org/people/mareshkau] created the 
discussion

"Re: 64 bit xulrunner - has anyone got one, or detailed steps to build one?"

To view the discussion, visit: http://community.jboss.org/message/561035#561035

--
Hi, Steve.
Unfortunetly there isn't exist any build of XR for windows x64. Try to use x32 
java, eclipse and XR for XR for x86 platform.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561035#561035]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Remoting] - Re: Too many thread in Jboss 4.2.2

2010-09-09 Thread Sebastien Degardin
Sebastien Degardin [http://community.jboss.org/people/sebastiendeg] created the 
discussion

"Re: Too many thread in Jboss 4.2.2"

To view the discussion, visit: http://community.jboss.org/message/561104#561104

--
Thanks very much.

I'll try upgrading jboss remoting asap.

Regards,
Sebastien
--

Reply to this message by going to Community
[http://community.jboss.org/message/561104#561104]

Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: deactivate Seam validator

2010-09-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: deactivate Seam validator"

To view the discussion, visit: http://community.jboss.org/message/561030#561030

--
No.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561030#561030]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: Choreography Implementation

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: Choreography Implementation"

To view the discussion, visit: http://community.jboss.org/message/561140#561140

--
http://community.jboss.org/thread/155808 
http://community.jboss.org/thread/155808?tstart=0
--

Reply to this message by going to Community
[http://community.jboss.org/message/561140#561140]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - javax.jms.IllegalStateException: The durable subscription is already in use.

2010-09-09 Thread Dipendra Chauhan
Dipendra Chauhan [http://community.jboss.org/people/dchauhan] created the 
discussion

"javax.jms.IllegalStateException: The durable subscription is already in use."

To view the discussion, visit: http://community.jboss.org/message/561078#561078

--
Hi,

I am getting the following exception.
What could be the proposed solution to resolve this issue?

---
2010-08-11 20:13:52.558,DBG,COM,  Server,ionRecreator,Attempting to 
recreate topic subscriber session.,
2010-08-11 20:13:52.558,DBG,COM,  Server,ionRecreator,Created topic 
subscriber session.,
2010-08-11 20:13:52.573,ERR,COM,  
Server,ionRecreator,SessionRecreator->run(): Error recreating session.,
2010-08-11 20:13:52.573,ERR,COM,  Server,ionRecreator,The durable 
subscription is already in use. DurableSubscription[clientId=ID:1 
selector=((DEST_ID = 000) OR (DEST_ID IS NULL)) AND ( location LIKE % 000,% )]
*javax.jms.IllegalStateException: The durable subscription is already in use*. 
DurableSubscription[clientId=ID:1 selector=((DEST_ID = 000) OR (DEST_ID IS 
NULL)) AND ( location LIKE % 000,% )]
  at org.jboss.mq.server.JMSTopic.addSubscriber(JMSTopic.java:93)
  at 
org.jboss.mq.server.ClientConsumer.addSubscription(ClientConsumer.java:156)
  at 
org.jboss.mq.server.JMSDestinationManager.subscribe(JMSDestinationManager.java:596)
  at 
org.jboss.mq.server.JMSServerInterceptorSupport.subscribe(JMSServerInterceptorSupport.java:171)
  at 
org.jboss.mq.security.ServerSecurityInterceptor.subscribe(ServerSecurityInterceptor.java:157)
  at 
org.jboss.mq.server.TracingInterceptor.subscribe(TracingInterceptor.java:643)
  at 
org.jboss.mq.server.JMSServerInvoker.subscribe(JMSServerInvoker.java:177)
  at 
org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:188)
  at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:419)
  at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:398)
  at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
  at java.lang.Thread.run(Thread.java:619)
-

Thanks,
Dipendra
--

Reply to this message by going to Community
[http://community.jboss.org/message/561078#561078]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Portal in JBoss 5.1.x

2010-09-09 Thread Thomas Heute
Thomas Heute [http://community.jboss.org/people/thomas.heute%40jboss.com] 
created the discussion

"Re: Portal in JBoss 5.1.x"

To view the discussion, visit: http://community.jboss.org/message/561085#561085

--
As we moved to GateIn development, those efforts were not pursued
--

Reply to this message by going to Community
[http://community.jboss.org/message/561085#561085]

Start a new discussion in JBoss Portal at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: How to implement the cache in jboss?i want the steps to make cache some file

2010-09-09 Thread swaroop kumar
swaroop kumar [http://community.jboss.org/people/swaroopp] created the 
discussion

"Re: How to implement the cache in jboss?i want the steps to make cache some 
file"

To view the discussion, visit: http://community.jboss.org/message/561105#561105

--
I am referring to Jboss Cache...
How it makes cache of objects?
--

Reply to this message by going to Community
[http://community.jboss.org/message/561105#561105]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: " new user library fileset" missing from project archive context menu

2010-09-09 Thread Steve Maring
Steve Maring [http://community.jboss.org/people/stevemaring] created the 
discussion

"Re: "new user library fileset" missing from project archive context 
menu"

To view the discussion, visit: http://community.jboss.org/message/561063#561063

--
btw ... I do NOT see a  org.jboss.ide.eclipse.archives.jdt.integration folder 
anywhere in my installation, I only see an org.jboss.ide.eclipse.archives.core 
folder in my plugins dir
--

Reply to this message by going to Community
[http://community.jboss.org/message/561063#561063]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Re: RestEasy stopping a try-catch from completing ?

2010-09-09 Thread Alessio Soldano
Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] 
created the discussion

"Re: RestEasy stopping a try-catch from completing ?"

To view the discussion, visit: http://community.jboss.org/message/561117#561117

--
Please post this to the RESTEasy forum section.
--

Reply to this message by going to Community
[http://community.jboss.org/message/561117#561117]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: code completion derived from ui:param

2010-09-09 Thread Alexey Kazakov
Alexey Kazakov [http://community.jboss.org/people/akazakov] created the 
discussion

"Re: code completion derived from ui:param"

To view the discussion, visit: http://community.jboss.org/message/561042#561042

--
We have such a feature request in the JIRA -   
https://jira.jboss.org/browse/JBIDE-3526 
https://jira.jboss.org/browse/JBIDE-3526 But I can't say when it is going be 
implemented  :(
--

Reply to this message by going to Community
[http://community.jboss.org/message/561042#561042]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - How do I get a pointer to the root token in jBPM4 ?

2010-09-09 Thread Francis Tellina
Francis Tellina [http://community.jboss.org/people/francis1972] created the 
discussion

"How do I get a pointer to the root token in jBPM4 ?"

To view the discussion, visit: http://community.jboss.org/message/561070#561070

--
Hi all,
as I stated in the subject, I'd need to get a reference to the root token. In 
jBPM3 that was quite easy but in jBPM4 the only useful
method I've found is: 

Execution executionInA = processInstance.findActiveExecutionIn("NodeName");

What if I don't know the NodeName...is there a safe way to get a pointer to 
the root token ?
thanks a lot
Francis
--

Reply to this message by going to Community
[http://community.jboss.org/message/561070#561070]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Spring Integration] - Re: Application with ws client return an exception with spring

2010-09-09 Thread Ales Justin
Ales Justin [http://community.jboss.org/people/alesj] created the discussion

"Re: Application with ws client return an exception with spring"

To view the discussion, visit: http://community.jboss.org/message/561029#561029

--
This is *free* forum support, so if you need feedback in less than 4h, try 
buying some here:  http://www.jboss.com/services/subscriptions/ 
http://www.jboss.com/services/subscriptions/ ;-)
--

Reply to this message by going to Community
[http://community.jboss.org/message/561029#561029]

Start a new discussion in Spring Integration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Need help implementing email attachment capability in JBPM 3

2010-09-09 Thread Rex Esse
reec [http://community.jboss.org/people/reec] created the discussion

"Need help implementing email attachment capability in JBPM 3"

To view the discussion, visit: http://community.jboss.org/message/561092#561092

--
Hello
 
Correct me if im wrong, but JBPM 3 doesnt support attachments for the 
mail-node, right?
 
Im not able to update to a newer version of JBPM right now so I figured I could 
look at how its done in JBPM 4 and use that code to extend org.jbpm.mail.Mail 
(see:  
http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#customizingmailsupport 
http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#customizingmailsupport). 
But version 3 and 4 differed a lot so I cant really see a direct way of doing 
this.
 
So I wonder if any of you have done this before or if you perhaps have any 
suggestions on how to do this (ie. implement email attachment support for JBPM 
3)?
 
 
Regards
 
Hello

Correct me if im wrong, but JBPM 3 doesnt support attachments for the 
mail-node, right?

Im not able to update to a newer version of JBPM right now so I figured I could 
look at how its done in JBPM 4 and use that code to extend org.jbpm.mail.Mail 
(see:  
http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#customizingmailsupport 
http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#customizingmailsupport). 
But version 3 and 4 differed a lot so I cant really see a direct way of doing 
this.

I wonder if any of you have done this before or if you perhaps have any 
suggestions on how to do this (ie. implement email attachment support for JBPM 
3)?


Best regards
--

Reply to this message by going to Community
[http://community.jboss.org/message/561092#561092]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [EJB 3.0] - Simple LDAP Authentication for EJB3

2010-09-09 Thread Jamie S
Jamie S [http://community.jboss.org/people/jamie.s] commented on the document

"Simple LDAP Authentication for EJB3"

To view all comments on this document, visit: 
http://community.jboss.org/docs/DOC-15790#comment-4078

--
Thanks for this post.
I had everything except the @SecurityDomain, and so my @RolesAllowed was not 
working.

With that in place, my EJBs are properly secured.
--

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Poincut Expression

2010-09-09 Thread Kabir Khan
Kabir Khan [http://community.jboss.org/people/kabir.khan%40jboss.com] created 
the discussion

"Re: Poincut Expression"

To view the discussion, visit: http://community.jboss.org/message/561039#561039

--
BTW you should use the user forums for this, not the design forums. I'm moving 
this thread there
--

Reply to this message by going to Community
[http://community.jboss.org/message/561039#561039]

Start a new discussion in JBoss AOP at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: How to implement the cache in jboss?i want the steps to make cache some file

2010-09-09 Thread swaroop kumar
swaroop kumar [http://community.jboss.org/people/swaroopp] created the 
discussion

"Re: How to implement the cache in jboss?i want the steps to make cache some 
file"

To view the discussion, visit: http://community.jboss.org/message/560874#560874

--
How  a jboss cache can be used in standalone,non clustered environments to 
cache frequently accessed data in memory...
--

Reply to this message by going to Community
[http://community.jboss.org/message/560874#560874]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: How to encapsulate JBPM process into web serivce?

2010-09-09 Thread Maciej Swiderski
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: How to  encapsulate JBPM process into web serivce?"

To view the discussion, visit: http://community.jboss.org/message/560417#560417

--
When using BPM Console it exposes some PVM functionalities as web service 
(REST) so this can do some work for you.
Take a look at description of BPM Console components:
 http://community.jboss.org/docs/DOC-12879 
http://community.jboss.org/wiki/BPMConsole
--

Reply to this message by going to Community
[http://community.jboss.org/message/560417#560417]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: Error initializing socket factory SSL context: Cannot find truststore url.

2010-09-09 Thread dhaval joshi
dhaval joshi [http://community.jboss.org/people/dhaval0129] created the 
discussion

"Re: Error initializing socket factory SSL context: Cannot find truststore url."

To view the discussion, visit: http://community.jboss.org/message/560659#560659

--
Yes i did everything correctly, but i do not know whats wrong.  This error 
occurs when I use jboss remoting to call another jboss 5.1.0 server logs
--

Reply to this message by going to Community
[http://community.jboss.org/message/560659#560659]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - RestEasy stopping a try-catch from completing ?

2010-09-09 Thread Craig Horrell
Craig Horrell [http://community.jboss.org/people/crashmeister] created the 
discussion

"RestEasy stopping a try-catch from completing ?"

To view the discussion, visit: http://community.jboss.org/message/560317#560317

--
I have the following code in a RS POJO:
try {
  x = this.get(MyClass).myMethod();
} catch (MyException me) {
  System.out.println(me.getMessage());
}

myMethod throws a MyException, but the catch never gets executed. Instead I get:
org.jboss.resteasy.spi.UnhandledException: Message from MyException
...
Root CauseMessage from MyException
  com.myco.MyClass.myMethod(MyClass.java:2)
  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)
  org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:252)
  org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:217)
  org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:206)
  
org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:514)
  
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:491)
  
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:120)
  
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:200)
  
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:48)
  
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:43)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

Any ideas on how to get reasteasy to let the catch handle the error ?
Thanks,
Craig.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560317#560317]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Remoting] - Re: Unable to find Remoting services in Jboss 5.1.0

2010-09-09 Thread dhaval joshi
dhaval joshi [http://community.jboss.org/people/dhaval0129] created the 
discussion

"Re: Unable to find Remoting services in Jboss 5.1.0"

To view the discussion, visit: http://community.jboss.org/message/560345#560345

--
I think no one is active on Jboss Remote forums
--

Reply to this message by going to Community
[http://community.jboss.org/message/560345#560345]

Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AS Documentation] - Re: Trying to get Duke's Bank to start

2010-09-09 Thread John Stoner
John Stoner [http://community.jboss.org/people/jstoner99] created the discussion

"Re: Trying to get Duke's Bank to start"

To view the discussion, visit: http://community.jboss.org/message/560535#560535

--
Thanks much!

I feel like I blundered into trying the Duke Bank example. I suppose there are  
a number of paths into the JBoss website, and it's a little confusing. I'm not 
exactly a JBoss newb--I worked for years at a company that used JBoss but 
wrapped everything in its own corporate APIs. Is anyone looking at the newb 
path into JBoss and maybe smoothing the developer experience a bit? If so I can 
certainly help.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560535#560535]

Start a new discussion in JBoss AS Documentation at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2079]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.

2010-09-09 Thread jaikiran pai
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback 
not implemented."

To view the discussion, visit: http://community.jboss.org/message/560351#560351

--
You can safely ignore that log message
--

Reply to this message by going to Community
[http://community.jboss.org/message/560351#560351]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - How to cache some xml file after the jboss server starts up..?

2010-09-09 Thread swaroop kumar
swaroop kumar [http://community.jboss.org/people/swaroopp] created the 
discussion

"How to cache some xml file after the jboss server starts up..?"

To view the discussion, visit: http://community.jboss.org/message/560988#560988

--
Hi


My requirement is after the jboss server starts it should cache some xml file 
for some specified amount of time...
Also help me in the below issue...
Actually i was trying to some sample xml file but i am getting some exception...
I attached the file..


Thanks & Regards
Swaroop
--

Reply to this message by going to Community
[http://community.jboss.org/message/560988#560988]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Can I get dynamically the URL of EJB server?

2010-09-09 Thread Wolf-Dieter Fink
Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the 
discussion

"Re: Can I get dynamically the URL of EJB server?"

To view the discussion, visit: http://community.jboss.org/message/560566#560566

--
Hi Roque,
if I understand right, you deploy an application to a JBoss server and use 
other applications at different JBoss servers.

IMHO there is the following option:
* all JBoss instances build a cluster (set UDP-address/port and partition name 
equal)
the applications are still deployed as before
in this case JBoss will detect the required bean for you

But from my point of view it will be dangerous for transactions if you try to 
use it.

I decide to deploy all applications within one JBoss together (mean all EARs 
together at one instance).
In this case you do not need to think about how to find the other application. 
Also you don't have remote calls.

Drawback is the influence between the applications (JVM, GC, MemoryLeak ...)
--

Reply to this message by going to Community
[http://community.jboss.org/message/560566#560566]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AS Documentation] - Re: Trying to get Duke's Bank to start

2010-09-09 Thread jaikiran pai
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: Trying to get Duke's Bank to start"

To view the discussion, visit: http://community.jboss.org/message/560490#560490

--
> John Stoner wrote:
> 
> Thanks. I'm actually not, I'm much more interested in Hibernate. I'm just 
> following the tutorial step-by-step. If you have any recommendations for 
> Hibernate instead, I'd appreciate it.
I have seen many users running into problems with the Duke bank example with 
AS-5. So that's why I don't really recommend it. As for Hibernate tutorials, 
see if this helps  http://docs.jboss.org/hibernate/core/3.5/reference/en/html/ 
http://docs.jboss.org/hibernate/core/3.5/reference/en/html/

The rest of the docs on Hibernate are here  http://docs.jboss.org/hibernate/ 
http://docs.jboss.org/hibernate/
--

Reply to this message by going to Community
[http://community.jboss.org/message/560490#560490]

Start a new discussion in JBoss AS Documentation at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2079]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: " new user library fileset" missing from project archive context menu

2010-09-09 Thread Rob Stryker
Rob Stryker [http://community.jboss.org/people/rob.stryker%40jboss.com] created 
the discussion

"Re: "new user library fileset" missing from project archive context 
menu"

To view the discussion, visit: http://community.jboss.org/message/560395#560395

--
Sadly this works for me, but looking at the dependency files, I do see a 
possible sticking point. The dependency file is listing specific versions 
required, and this might be mucking things up. The file currently reads as 
follows:

Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.jdt.core;bundle-version="3.4.4",
 org.eclipse.jdt.ui;bundle-version="3.4.2",
 org.eclipse.core.resources;bundle-version="3.4.2",
 org.jboss.ide.eclipse.archives.core;bundle-version="2.0.0",
 org.jboss.ide.eclipse.archives.ui;bundle-version="1.0.0",
 org.eclipse.ui.navigator;bundle-version="3.3.102"

This is listed in the org.jboss.ide.eclipse.archives.jdt.integration plugins' 
META-INF/MANIFEST.MF file. It's possible that removing the  
";bundle-version="etc" part of the line and replacing it with a comma will fix 
it.

But I'm not even noticing any errors in my console log.

Either way I'm going to push this change to trunk immediately and remove these 
hard-coded version dependencies. I'm not sure if it will fix the problem but 
it's obvious they don't belong there.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560395#560395]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: JBPM 3.2.5, MSSQL 2005 - blocking in JBPM_JOB table

2010-09-09 Thread Alejandro Guizar
Alejandro Guizar [http://community.jboss.org/people/alex.guizar%40jboss.com] 
created the discussion

"Re: JBPM 3.2.5,MSSQL 2005 - blocking in JBPM_JOB table"

To view the discussion, visit: http://community.jboss.org/message/560975#560975

--
> Is it safe to to set transaction isolation level to READ_UNCOMMITTED? 
No, it is not. HSQLDB supports read-uncommitted isolation only and jBPM 
exhibits erratic behavior in concurrent processes, particularly in process 
variables and join nodes. Apart from HSQLDB, jBPM is  
http://hudson.jboss.org/hudson/view/jBPM/job/jbpm3-db/ continuously tested with 
READ_COMMITTED isolation.
> Is there another, safer solution to this problem?
Yes. Try a  
https://repository.jboss.org/nexus/content/groups/public/org/jbpm/jbpm3/jbpm-distribution/3.2.9/
 newer jBPM version. At least  https://jira.jboss.org/browse/JBPM-2790 one fix 
has gone towards improving job execution.
> Looks like the issue is with having a lot jobs that execute quickly,  which 
> results in a lot of inserts and deletes, which then results in a  lot of 
> updates to the indexes.  Having removed all the indexes in the  jbpm_job 
> table has greatly reduced blocking issues, but not eliminated  them. Is there 
> anyway to configure jbpm not to delete jobs, but just mark them as complete?
No, but it would make a fine addition. At some point I thought of a 
configuration switch to delete process instances once they finished, to avoid 
filling up the database. Along with a switch to +not+ delete jobs and a 
procedure to clean up old jobs and, optionally, process instances, jBPM would 
have a complete  cleaning solution.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560975#560975]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Business Calendar - Saturday Working Day

2010-09-09 Thread Adwait Chitaley
Adwait Chitaley [http://community.jboss.org/people/achitaley] created the 
discussion

"Business Calendar - Saturday Working Day"

To view the discussion, visit: http://community.jboss.org/message/560486#560486

--
The following is the content of my *jbpm.businesscalendar.cfg.xml*
*
*


http://jbpm.org/xsd/cfg";>
    
    
    
    
    
    
    
    
    
    
    



We require SATURDAY as a working day.

I have therefore appended saturday as a working day above, which, in the 
example in User Guide was restricted upto Friday only.

When I execute the above settings and specify duedate="2 business hours" in a 
task, saturday is not considered as a working day.

1) Is the method of including Saturday as a working day specified above 
incorrect?

2) In what manner can the above be accomplished?


Thanks in advance.

Adwait Chitaley
--

Reply to this message by going to Community
[http://community.jboss.org/message/560486#560486]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: Looking for Examples

2010-09-09 Thread Wolf-Dieter Fink
Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the 
discussion

"Re: Looking for Examples"

To view the discussion, visit: http://community.jboss.org/message/560824#560824

--
Hi Marco,
an example to put the JBoss under heavy load is very simple and very complex ;-)
So IMHO 'the general example' you want does not exists.

It depends to the application and the requirements do you have.
We have simple SLSB (stateless session beans) and the server run performant and 
stable with about 500req/sec and some complex where the garbage collector will 
reach the limit below 50req/sec.
So you can't give an answer to this question without knowing the requirement.

If you will implement have a performant application you should pay attention to 
the scalability, JEE support this but not without any costs.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560824#560824]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Cache] - Re: JDBC Loader doesn't create table?

2010-09-09 Thread Sehee Lee
Sehee Lee [http://community.jboss.org/people/tosehee75] created the discussion

"Re: JDBC Loader doesn't create table?"

To view the discussion, visit: http://community.jboss.org/message/560291#560291

--
Thanks. I will give that a try.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560291#560291]

Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2052]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services] - Problem with securing web service with ws security ( username token )

2010-09-09 Thread Łukasz Marczuk
Łukasz Marczuk [http://community.jboss.org/people/lmarczuk] created the 
discussion

"Problem with securing web service with ws security ( username token )"

To view the discussion, visit: http://community.jboss.org/message/560597#560597

--
Hello,

I'am trying to secure web service ( from ejb 3.0 stateless bean) and it is not 
working.

here is my code :

Bean : 

@Stateless
@SOAPBinding(style=SOAPBinding.Style.RPC)
@SecurityDomain("JBossWS")
@EndpointConfig(configName = "Standard WSSecurity Endpoint")
@WebService(name="Hello",targetNamespace = " http://test 
http://test",serviceName = "HelloWSSService")
public class HelloBean implements IHello {
 
@WebMethod
public String sayHello(String aName) {
return "siemanko " + aName;
}
 
}
// ... some imports
 
@Stateless
@SOAPBinding(style=SOAPBinding.Style.RPC)
@SecurityDomain("JBossWS")
@EndpointConfig(configName = "Standard WSSecurity Endpoint")
@WebService(name="Hello",targetNamespace = "http://test",serviceName = 
"HelloWSSService")
public class HelloBean implements IHello {
 
   �...@webmethod
 public String sayHello(String aName) {
  return "siemanko " + aName;
 }
 
}



interface : 


@SOAPBinding(style = SOAPBinding.Style.DOCUMENT)
@EndpointConfig(configName = "Standard WSSecurity Endpoint")
@WebService(name="Hello",targetNamespace = "http://test",serviceName = 
"HelloWSSService")
public interface IHello  {
 
 
 String sayHello( String name);
}



In my META-INF folder i put jboss-wsse-server.xml file :


http://www.jboss.com/ws-security/config";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://www.jboss.com/ws-security/config
  
http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd";>
 
  
  
 



Now i deploy my app on server and i test it from SoapUI. 


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:test="http://test";>
   
   
  
 ?
  
   



And anser : 


http://schemas.xmlsoap.org/soap/envelope/";>
   
  http://www.w3.org/2000/09/xmldsig#"; 
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";>
 
    2010-09-06T11:41:38.621Z
    2010-09-06T11:46:38.621Z
 
  
   
   
  http://test";>
 siemanko ?
  
   



Got any idea why i can't secure my web service like that? i tryid it on jboss 
4.2.3  , 5.01, 5.1, and 6 actually i work on 5.0.1 with JBoss Web Services - 
Native Server 3.3.1.GA. 

Mayby i'm skipping some step or jboss-wsse-server.xml is incorect ? 
when i put to jboss-wsse-server.xml this :

http://www.jboss.com/ws-security/config";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://www.jboss.com/ws-security/config
  
http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd";>
  
    
    
  
    
  

 
 
 

Also nothing happend and i'am albe to get response without puting principals in 
header.

JBossWS is good configured in login-config.xml

Please help.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560597#560597]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Session EJB and MDB Configuration

2010-09-09 Thread Simon Cigoj
Simon Cigoj [http://community.jboss.org/people/SimonCigoj] created the 
discussion

"Re: Session EJB and MDB Configuration"

To view the discussion, visit: http://community.jboss.org/message/561001#561001

--
I have the same problem any solution to this?
--

Reply to this message by going to Community
[http://community.jboss.org/message/561001#561001]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Security principal propagation accross ejb3 modules

2010-09-09 Thread Davide Tabarelli
Davide Tabarelli [http://community.jboss.org/people/giantPM] created the 
discussion

"Re: Security principal propagation accross ejb3 modules"

To view the discussion, visit: http://community.jboss.org/message/560570#560570

--
Hi Kobi.

I simply install on JBoss 5 the HornetQ module following instructions at  
http://www.jboss.org/hornetq/docs.html http://www.jboss.org/hornetq/docs.html

Bye.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560570#560570]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Datasource Configuration] - Re: Exception when testing Oracle datasource connections

2010-09-09 Thread Fibber McGee
fibber [http://community.jboss.org/people/fibber] created the discussion

"Re: Exception when testing Oracle datasource connections"

To view the discussion, visit: http://community.jboss.org/message/560463#560463

--
It seems to be a problem with the *testConnection()* method in 
*org.jboss.resource.connectionmanager.JBossManagedConnectionPool* because 
that's where the stack trace is pointing:

 
@ManagementOperation(description="Test if a connection can be obtained",
  impact=Impact.WriteOnly)

    public boolean  testConnection()
    {
   boolean result = false;
   ConnectionListener cl = null;

   // first try to get connection with Subject
   if (poolingStrategy instanceof BasePool)
   {
  BasePool basePool = (BasePool)poolingStrategy;
  if (basePool.clf instanceof BaseConnectionManager2)
  {
 try {
    BaseConnectionManager2 baseConnectionMgr = 
(BaseConnectionManager2)basePool.clf;


 
*    // This is the line that is throwing the exception*
*    Subject subject = 
baseConnectionMgr.getSubjectFactory().createSubject(baseConnectionMgr.getSecurityDomainJndiName());*
 
 

    result = internalTestConnection(subject);
 }
 catch ( Exception ignored )  // createSubject could throw security 
exception, ignore it
 {
 }
  }
   }


   // then try to get connection without Subject
   if (!result)
   {
  result = internalTestConnection(null);
   }
   return result;
    } http://grepcode.com/images/1x1.gif  (http://grepcode.com/images/1x1.gif)
 
 
 
 



Although I don't know why ignoring a security exception is a good thing, I find 
it strange that the exception is logged before being thrown - not always the 
best practice.  In any event, I'd like to know why this exception is occurring 
and how to get rid of it, if possible.  Of course, it's always possible that 
the answer is that this is simply a manifestation of some sloppiness or defect 
in the design, and I'll need to ignore exceptions created when I test my Oracle 
connection.
 
 



The reason that I can't currently accept this explanation is that the DefaultDS 
does not throw the exception when testing its connection, which leads me to 
believe that there is either something wrong with my Oracle datasource setup, 
or that the DefaultDS setup includes additional security configurations that 
I'm not aware of.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560463#560463]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: jms and jbpm

2010-09-09 Thread Alejandro Guizar
Alejandro Guizar [http://community.jboss.org/people/alex.guizar%40jboss.com] 
created the discussion

"Re: jms and jbpm"

To view the discussion, visit: http://community.jboss.org/message/560991#560991

--
Uwe, your design is unnecessarily complex because you are trying to incorporate 
jBPM internals which are not meant for external usage. I would model the 
process as follows.

 
  
 
 
  
 
 


Once the user performs the work indicated in the email, application B should 
send a plain message to a queue with a long property set to the token ID. In 
addition you should code a simple MDB that reads  this message, loads the 
referenced token and signals it. That's all. You should not try to involve 
JmsMessageServiceFactory.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560991#560991]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: WEB-INF/lib remains empty after deployment

2010-09-09 Thread henk de boer
henk de boer [http://community.jboss.org/people/henk53] created the discussion

"Re: WEB-INF/lib remains empty after deployment"

To view the discussion, visit: http://community.jboss.org/message/560540#560540

--
Unfortunately I have to report that the bug is still there, as it has more or 
less mysteriously returned on my OS X system.

After being able to work with Eclipse/JBoss tools for some time without any 
problems, the missing WEB-INF/lib directory after a fresh start of Eclipse 
suddenly returned. I did make one change to my installation recently, and that 
is install MercurialEclipse. In an existing workspace, I deleted the SVN 
projects I normally worked on, and cloned those again from our central 
Mercurial repository (my company has migrated from SVN to Mercurial). A little 
later, although not immediately I got the missing WEB-INF/lib again.

The problem seems to be 100% reproducible. Every time I start Eclipse I have 
the problem. The old trick of closing and opening a project, followed by a 
clean (redeploy) brings WEB-INF/lib back. The problem doesn't surface again as 
long as I don't restart Eclipse.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560540#560540]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - JBPM 4.4 and Spring 3

2010-09-09 Thread Donald Walters
Donald Walters [http://community.jboss.org/people/dondragon2] created the 
discussion

"JBPM 4.4 and Spring 3"

To view the discussion, visit: http://community.jboss.org/message/560650#560650

--
For days now I am struggling with this issue of integrating Spring 3 and JBPM 4.

Apparently the application fails each time when I try to perform an action on 
one of the services, such as the repository service or the execution service.
By doing form search I found out that there is a documented issue JBPM-2710.

I have tried the solution as documented below.

 http://diversit.eu/2010/01/10/jbpm-4-3-with-spring/comment-page-1/#comment-403 
http://diversit.eu/2010/01/10/jbpm-4-3-with-spring

still the problem persists. I tried to step through the code and I found that 
the issue is in the SpringTransactionIntercepter. Apparently no matter what I 
set in the jbpm.cfg.xml the transactionName is always null.

JBPM CFG
===


 
    
    
    
    
    
    
    
    
 
    
    
    
    
    
    
    
 
    
    
    
    
    
    
 
    
    
    
    

 



    
    
    
    
    
    
    
    

    
    
    
    
    
    
    

    
    
    
    
    
    

    
    
    
    





Spring Config
=


http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans";
   xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance 
http://www.w3.org/2001/XMLSchema-instance";
   xmlns:context=" http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context";
   xsi:schemaLocation=" http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans  
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd 
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
     http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context  
http://www.springframework.org/schema/context/spring-context-3.0.xsd 
http://www.springframework.org/schema/context/spring-context-3.0.xsd";>


    
    

    
    
    
    
    jbpm.repository.hbm.xml
    jbpm.execution.hbm.xml
    jbpm.history.hbm.xml
    jbpm.task.hbm.xml
    jbpm.identity.hbm.xml
    
    
    
    
    ${hibernate.dialect}
    ${hibernate.show_sql}
    ${hibernate.hbm2ddl.auto}
    
    
    


    
    
    
    




Class
=
...

  @Autowired
    @Qualifier("jbpmExecutionService")
    private ExecutionService executionService;

...

executionService.startProcessInstanceByKey(name, variables); 

[jboss-user] [Beginner's Corner] - How to implement the cache in jboss?i want the steps to make cache some file

2010-09-09 Thread swaroop kumar
swaroop kumar [http://community.jboss.org/people/swaroopp] created the 
discussion

"How to implement the cache in jboss?i want the steps to make cache some file"

To view the discussion, visit: http://community.jboss.org/message/560710#560710

--
I am new to jboss and my boss has asked me to implement the cache using jboss...
--

Reply to this message by going to Community
[http://community.jboss.org/message/560710#560710]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Variables from HistoryService are always Strings

2010-09-09 Thread Philipp Ossler
saig0 [http://community.jboss.org/people/saig0] created the discussion

"Variables from HistoryService are always Strings"

To view the discussion, visit: http://community.jboss.org/message/560391#560391

--
Hi all!

I'm using jBPM 4.4 and try to get different variables from an ended process 
instance with the HistoryService.
The problem is that the HistoryService only get variables with type String. 
When I try to get a variable with an other type, it transfer the variable into 
String.
If the variable is a number, I'm able to cast it into number. But in case the 
variable is a Boolean, I get "T" or "F". And if the variable is a date, it will 
cast into an unusual format.
It seems that the variable will be transform into String with a toString() 
method, when the process instance end.

Is this behavior correct? If it is correct, the return type of getVariable() 
from HistoryService have to change from Object to String.

Thank you for answer!
Phil
--

Reply to this message by going to Community
[http://community.jboss.org/message/560391#560391]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: JBPM 3.2.5, MSSQL 2005 - blocking in JBPM_JOB table

2010-09-09 Thread Sash K
Sash K [http://community.jboss.org/people/swishey] created the discussion

"Re: JBPM 3.2.5,MSSQL 2005 - blocking in JBPM_JOB table"

To view the discussion, visit: http://community.jboss.org/message/560920#560920

--
A bit more information.  Looks like the issue is with having a lot jobs that 
execute quickly, which results in a lot of inserts and deletes, which then 
results in a lot of updates to the indexes.  Having removed all the indexes in 
the jbpm_job table has greatly reduced blocking issues, but not eliminated 
them.  Is there anyway to configure jbpm not to delete jobs, but just mark them 
as complete?  I would rather have a cleanup script to remove completed jobs on 
a cycle and reduce index locking frequency.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560920#560920]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: getting " Message to JBossTopic ... not processed"

2010-09-09 Thread ranjix
ranjix [http://community.jboss.org/people/ranjix] created the discussion

"Re: getting "Message to JBossTopic ... not processed""

To view the discussion, visit: http://community.jboss.org/message/560311#560311

--
just a last FYI, JBoss created a JIRA task for the issue -  
https://jira.jboss.org/browse/JBMESSAGING-1818 
https://jira.jboss.org/browse/JBMESSAGING-1818
--

Reply to this message by going to Community
[http://community.jboss.org/message/560311#560311]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Variables from HistoryService are always Strings

2010-09-09 Thread Maciej Swiderski
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Variables from HistoryService are always Strings"

To view the discussion, visit: http://community.jboss.org/message/560416#560416

--
yes, history variables are always represented as string, and this is correct 
bahaviour at least for the time being.
I agree that the interface shall be changed.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560416#560416]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Dead Link in Documents

2010-09-09 Thread Max Andersen
Max Andersen [http://community.jboss.org/people/max.andersen%40jboss.com] 
created the discussion

"Re: Dead Link in Documents"

To view the discussion, visit: http://community.jboss.org/message/560356#560356

--
yeah, sorry about that you should be able to get it here:  
http://anonsvn.jboss.org/repos/jbosstools/trunk/documentation/guides/GettingStartedGuide/en-US/database.zip
 
http://anonsvn.jboss.org/repos/jbosstools/trunk/documentation/guides/GettingStartedGuide/en-US/database.zip

Its a mistake that the link is absolute to the svn location and not simply 
relative to the documentation location. Being looked into for the next update.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560356#560356]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: NamedQuery problem: TABLE is not mapped

2010-09-09 Thread Wolfgang Knauf
Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] created the 
discussion

"Re: NamedQuery problem: TABLE is not mapped"

To view the discussion, visit: http://community.jboss.org/message/560423#560423

--
So you have JBoss 6.0? "J2EE SDK 6" sound like you use the sun app server, but 
I assume you mean JBoss 6 ;-)?

I fear I cannot provide you with more help, maybe you found a JBoss bug and 
hopefully one of the developers can comment on this...

Best regards

Wolfgang
--

Reply to this message by going to Community
[http://community.jboss.org/message/560423#560423]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Datasource Configuration] - Is background connection validation without on-the-fly validation possible?

2010-09-09 Thread Bojan Dolinar
Bojan Dolinar [http://community.jboss.org/people/bodzolca] created the 
discussion

"Is background connection validation without on-the-fly validation possible?"

To view the discussion, visit: http://community.jboss.org/message/560596#560596

--
Hi!

I want background validation only and I expected this to be the motivation for 
background-validation tag. When enabled, however, this option works only with 
check-valid-connection-sql, but this always comes with validation on connection 
check-out. Doesn't this defeat the purpose of background-validation? What am I 
missing?

I'm using JBoss AS 4.2.2.GA.

This is part of configuration that I'm using:
5


true
1

Thx for help!
--

Reply to this message by going to Community
[http://community.jboss.org/message/560596#560596]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.

2010-09-09 Thread jaikiran pai
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback 
not implemented."

To view the discussion, visit: http://community.jboss.org/message/560493#560493

--
Just because the log message and the exception stacktrace has the word 
"callback" doesn't mean they are related

> dhaval joshi wrote:
> 
>  2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) 
> org.jboss.remoting.callback.HandleCallbackException: Error handling callback
> 2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at 
> org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:866)
> 2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at 
> org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:694)
> 2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at 
> com.icrco.remoting.Tail.newLogFileLine(Tail.java:70)
> 2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at 
> com.icrco.remoting.LogFileTailer.fireNewLogFileLine(LogFileTailer.java:82)
> 2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at 
> com.icrco.remoting.LogFileTailer.run(LogFileTailer.java:138)
> 2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) Caused by: 
> org.jboss.remoting.callback.HandleCallbackException: Unable to persist 
> callback and will not be able to deliver.
> 2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) at 
> org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:779)
> 2010-09-02 11:08:01,143 ERROR [STDERR] (Thread-20) ... 4 more
Please post the entire exception stacktrace. That one looks like just a part of 
the stacktrace (or maybe the exception is not being logged?). Also the error 
seems to originate from a non-JBoss file which probably is your application's 
class:

at com.icrco.remoting.LogFileTailer.run(LogFileTailer.java:138)

You'll have to check what's going on in that code. Also a bit more details 
about your application will help in understanding the context of this exception.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560493#560493]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Ejb3.0 jndi lookup problem

2010-09-09 Thread Wolf-Dieter Fink
Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the 
discussion

"Re: Ejb3.0 jndi lookup problem"

To view the discussion, visit: http://community.jboss.org/message/560408#560408

--
I suppose you 'HelloClient' is a different JVM, not JBossAppServer.

Do you have a jndi.properties file with the servers information?
SystemProperties set?
If you do a lookup in you code do you receive the reference and can call it?

jboss.xml is a deployment descriptor, not for jndi naming.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560408#560408]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Remoting] - Re: Dynamic classloading issue

2010-09-09 Thread v a
v a [http://community.jboss.org/people/hipa] created the discussion

"Re: Dynamic classloading issue"

To view the discussion, visit: http://community.jboss.org/message/560348#560348

--
Finally, got it. It's not a Remoting problem. I wrote a simple client that 
connects on the loaderport and successfully loads the class. So the remoting 
classloading really works (sorry for wasting your time). But when I tried to 
load something through InitialContext.lookup the weird exception (see above) 
occurred. However, I still have no idea how to deal with the isolated 
classloader because the example from the documentation does not work.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560348#560348]

Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Datasource Configuration] - Verified MS Sqlserver2005 XA datasource config

2010-09-09 Thread Thunder Lei
Thunder Lei [http://community.jboss.org/people/Thunder.Farmer] created the 
discussion

"Verified MS Sqlserver2005 XA datasource config"

To view the discussion, visit: http://community.jboss.org/message/560664#560664

--
When I try to config xa datasource for MS sqlserver 2005 driver, I encounter 
some issues, and I see there are a lot of people have the similar issue.
Eventually after I google and test, I make it.
post the config here for reference, maybe it's not best practice, but it works.


  
    peoplesoftXA
    
    
    false
    
com.microsoft.sqlserver.jdbc.SQLServerXADataSource
    @peoplesoft-database-server@
    @peoplesoft-database-port@
    @peoplesoft-database-name@
    cursor
    @peoplesoft-connection-pool-user-name@
@peoplesoft-connection-pool-password@
 
  
  
 MS SQLSERVER2005
  
  


  
    jndiName
    
    false
    
com.microsoft.sqlserver.jdbc.SQLServerXADataSource
    DB Host
    1344
    DB Name
    cursor
    user
 password
 
  
  
 MS SQLSERVER2005
  
  


SQL Server JDBC Driver version, 2005 - 1.2.2828
--

Reply to this message by going to Community
[http://community.jboss.org/message/560664#560664]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: problem with getVariable of serializable Object value

2010-09-09 Thread Karoly Torok
Karoly Torok [http://community.jboss.org/people/r0nan] created the discussion

"Re: problem with getVariable of serializable Object value"

To view the discussion, visit: http://community.jboss.org/message/560852#560852

--
Hi Leonardo,

Im facing with the same problem. Can you share me what was the location of your 
unique place where you put the class?

Thanks.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560852#560852]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Datasource Configuration] - Re: Exception when testing Oracle datasource connections

2010-09-09 Thread Thunder Lei
Thunder Lei [http://community.jboss.org/people/Thunder.Farmer] created the 
discussion

"Re: Exception when testing Oracle datasource connections"

To view the discussion, visit: http://community.jboss.org/message/560362#560362

--
to me the exception has nothing to do with datasource config. Seems caused by 
JBoss SX.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560362#560362]

Start a new discussion in Datasource Configuration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: How to implement the cache in jboss?i want the steps to make cache some file

2010-09-09 Thread jaikiran pai
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: How to implement the cache in jboss?i want the steps to make cache some 
file"

To view the discussion, visit: http://community.jboss.org/message/560820#560820

--
That's a very unclear requirement. What exactly do you mean by "JBoss"? Are you 
referring to JBoss Application Server or JBoss Cache (now known as Infinispan  
http://jboss.org/infinispan http://jboss.org/infinispan)?
--

Reply to this message by going to Community
[http://community.jboss.org/message/560820#560820]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Is jBPM supposed to...

2010-09-09 Thread Tomás Lobo
Tomás Lobo [http://community.jboss.org/people/jtomaslobo] created the discussion

"Is jBPM supposed to..."

To view the discussion, visit: http://community.jboss.org/message/560978#560978

--
Hello guys,

I've been asked to research on GUI automation tools for a software enterprise. 
They asked me to find a tool that could be able to:

- Record a mouse-keyboard sequence on ASPx and VB 6 screens, which will 
generate me some results that must be automatically checked
- Query data from a database or a notepad, so it can be used as input to obtain 
some screen output that also must be checked

Is jBPM suitable for this job? 

I would really appreciate your help.
--

Reply to this message by going to Community
[http://community.jboss.org/message/560978#560978]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - EJB3 call via plain RMI?

2010-09-09 Thread Eugene Romanenko
Eugene Romanenko [http://community.jboss.org/people/eugene-71] created the 
discussion

"EJB3 call via plain RMI?"

To view the discussion, visit: http://community.jboss.org/message/560528#560528

--
It's possible for client call remote EJB3 via plain RMI, without using JBoss 
client libraries? (JBoss version 5 or 6)
If possible, which configuration needed on JBoss?
--

Reply to this message by going to Community
[http://community.jboss.org/message/560528#560528]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


  1   2   >