[jboss-user] [News & Announcements] - JBoss Messaging 1.2.0.Beta2 Released

2007-02-04 Thread [EMAIL PROTECTED]
JBoss Messaging 1.2.0.Beta2 has been released and it is available for download 
on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and 
sourceforge 
(http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261).

1.2.0.Beta2 is functionally complete, with the exception of the "unreliable 
link scenario" (http://jira.jboss.org/jira/browse/JBMESSAGING-676),
whose development is still on-going on a parallel branch.

Beta2 includes full clustering, with load balancing and transparent failover. 
However, it is still a preview release, not all functional, stress and smoke 
tests pass, so do not attempt to use it in production. Also, the integration 
with the AS (installation, etc.) is at the moment a bit rough.

The messaging team is currently concentrating on releasing an 
almost-production-ready 1.2.0.CR1 shortly (a week from now). For CR1, the plan 
is to have all tests passing, and integrate seamlessly with the AS, but we will 
be waiting for the community feedback for a while after release
before going GA.

The final 1.2.0.GA is expected to be out at the end of February 2007.

The Beta2 release ships with clustering examples (which also double as smoke 
tests) that demonstrate distributed destinations and transparent failover 
capabilities. For the transparent failover example, a vanilla JMS client 
creates a connection to the JMS provider and sends message
over that connection. Separately, we kill the cluster node managing the 
connection (using System.halt(), to simulate an abrupt VM failure), but the 
event goes unnoticed by the client, which continues to send and receive 
messages over the same connection. Obviously, the example requires a cluster of 
at least two nodes in order to work.

The Messaging road map is available here: 
http://jira.jboss.org/jira/browse/JBMESSAGING?report=com.atlassian.jira.plugin.system.project:roadmap-panel.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010729
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: How do I access security info in a Interceport class?

2007-02-04 Thread peixubin
Thanks.

My application is  EJB2.1 based ,it have some entity bean,session bean.
my securitydomain info is stored in jboss.xml,not use annotation.
I  want to use aop in the application. I wish to remove security check code 
from slsb ,and place them to another class.

  | ...
  | SecurityDomain domain = (SecurityDomain) 
advisor.resolveAnnotation(SecurityDomain.class);
  | ...
  | 
The AuthenticationInterceptorFactory class get SecurityDomain object by 
resolveAnnotation method, can it get correctly in my application?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010730
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - JBoss Messaging 1.2.0.Beta2 Released

2007-02-04 Thread [EMAIL PROTECTED]
JBoss Messaging 1.2.0.Beta2 has been released and it is available for download 
on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and 
sourceforge 
(http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261).

1.2.0.Beta2 is functionally complete, with the exception of the "unreliable 
link scenario" (http://jira.jboss.org/jira/browse/JBMESSAGING-676),
whose development is still on-going on a parallel branch.

Beta2 includes full clustering, with load balancing and transparent failover. 
However, it is still a preview release, not all functional, stress and smoke 
tests pass, so do not attempt to use it in production. Also, the integration 
with the AS (installation, etc.) is at the moment a bit rough.

The messaging team is currently concentrating on releasing an 
almost-production-ready 1.2.0.CR1 shortly (a week from now). For CR1, the plan 
is to have all tests passing, and integrate seamlessly with the AS, but we will 
be waiting for the community feedback for a while after release
before going GA.

The final 1.2.0.GA is expected to be out at the end of February 2007.

The Beta2 release ships with clustering examples (which also double as smoke 
tests) that demonstrate distributed destinations and transparent failover 
capabilities. For the transparent failover example, a vanilla JMS client 
creates a connection to the JMS provider and sends message
over that connection. Separately, we kill the cluster node managing the 
connection (using System.halt(), to simulate an abrupt VM failure), but the 
event goes unnoticed by the client, which continues to send and receive 
messages over the same connection. Obviously, the example requires a cluster of 
at least two nodes in order to work.

The Messaging road map is available here: 
http://jira.jboss.org/jira/browse/JBMESSAGING?report=com.atlassian.jira.plugin.system.project:roadmap-panel.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010728
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Seam, Icefaces and render response = null

2007-02-04 Thread [EMAIL PROTECTED]
Hi!

I'm getting more and more problems with icefaces and seam. 
The reason is that 
FacesContext.getCurrentInstance().getExternalContext().getResponse() gives you 
a null (damn AJAX :D) instead of a valid response object. In the consequence 
many seam features do not work at all (cookies, redirect etc.). 

Am I doing anything wrong? Or is this a known (icefaces or seam) issue? Is 
there any workaround? This is very annoying and I'm thinking of throwing 
icefaces away and going back to the simple roots.

-Chris




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010727
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Beginner in jbpm

2007-02-04 Thread saiful.raju
helo friends i am new in jbpm, last couple of days i have go through jbpm. this 
nice . but i need some real time example program, where some task node connect 
with database and some task node have email notification. plz can u tell me how 
get this. any help will be helpful.

where i will write my java code and how to link this with process definition xml
is there any complete deployable example


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010732
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: How do I access security info in a Interceport class?

2007-02-04 Thread peixubin
In addition, how to use "@security" annotation with precedence?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010740
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - SeeWhy and jBPM

2007-02-04 Thread saiful.raju
what  SeeWhy and jbpm do together. what is SeeWhy

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010753
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Enum as ID

2007-02-04 Thread rajuanye
 I want to map a table when ID is also an Enum:
code example:
@Id
@Column(name="Parameter_Name")  
@Enumerated (value=EnumType.STRING)

I get :
org.hibernate.type.SerializationException: could not deserialize

what should I do ,that I will have ID which is also an enum

thanks in advance :)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010750
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam Security on Glassfish problem -

2007-02-04 Thread [EMAIL PROTECTED]
You also need to configure your rule file in components.xml - it must have a 
component name of "securityRules":


  | 
  |/META-INF/security-rules.drl
  |
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010773
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - if any one would help me!!!!!!!!

2007-02-04 Thread saiful.raju

helo 
the dome program(jbpm) i got in jboss site and also in getting started guide is 
so simple. i need more real life example with sending emails, interacting with 
an ERP, ... (Programming logic layer) and optionally allow users to complete 
tasks by submitting forms (User interfaces layer).

plz help me in this regard. i am trying to do this for the last two weeks.
is it possible???

here is my gmail account [EMAIL PROTECTED] and i am available in yahoo and msn, 
[EMAIL PROTECTED] or [EMAIL PROTECTED]

i just need guide line

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010774
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread henrik.lindberg
The files are not opened by some other application (that I know of). 
Basically the things running/using/producing these files are Eclipse (JBoss 
IDE), and JBoss app server. 

At the moment, I can not trigger the problem on purpose - but I have a 
suspicion that it may have to do with having an automatic rebuild followed by a 
build clean and that the consequences of the first operation has not completed.

Thanks Gvin for fixing things with the exceptions. What I don't understand is 
how anyone can protect a page using the rules...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010778
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Help about permissions with seam-security

2007-02-04 Thread [EMAIL PROTECTED]
As far as debugging rules go, I'm no drools expert but I believe you can use 
org.drools.audit.WorkingMemoryFileLogger to log working memory events to file, 
which may be helpful for working through issues.  It should be a snap to set 
this up - simply create one when the user logs in:


  | WorkingMemoryFileLogger log = new 
WorkingMemoryFileLogger(Identity.instance().getSecurityContext());
  | log.setFileName("/my/logfile");
  | 

Then you need to call log.writeToDisk() to flush the logger's "buffer" to disk, 
or alternatively you can probably call log.setMaxEventsInMemory(0).

Please let me know if this is helpful (I haven't tried it myself :).

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010783
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.1.5, authentication, and writing an authenticatio

2007-02-04 Thread [EMAIL PROTECTED]
I've updated CVS with these changes - the authenticator method now takes no 
parameters (and returns boolean as before).  It's pretty much exactly how Gavin 
describes, except you call identity.addRole() for each role the user is a 
member of.  The docs in CVS have been updated with these changes, so check 
there for exact details.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010784
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam Security

2007-02-04 Thread [EMAIL PROTECTED]
I'm not sure what the problem is but one thing I noticed you mention is that 
you have the el-* jars in your war file - I'm pretty sure they need to be in 
the ear root (and registered in application.xml).

If this issue persists, feel free to post a working example to jira and I'd be 
happy to look at it for you.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010791
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread [EMAIL PROTECTED]
"henrik.lindberg" wrote : What I don't understand is how anyone can protect a 
page using the rules...

I've updated the seamspace example in CVS to include a default page restriction 
- take a look at the entry for /comment.xhtml in pages.xml, and the 
RestrictCommentPage rule in security-rules.drl.  If you browse directly to 
comment.xhtml, you are redirected to the registration page.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010798
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Maven support

2007-02-04 Thread fers
Hello,

I have created just another Seam Archetypes:
- one jar package with microcontainer

I have also packaged Seam 1.1.5.GA. It supports "profiles" - you just say "I 
want to use Drools" and it resolves all the dependencies.

You can find it on http://software.softeu.cz/seam/.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010799
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Beginner in jbpm

2007-02-04 Thread Saviola
Hi!
There is prety nice documentation guide that comes with the bundle and a lot of 
real examples there too. Look at them carefully, give them a try!
If you have something unclear after that use forum search functionality and try 
to find the answer you are looking for!
And just after you did all this come back to this forum, describe your problem 
and your environment (jBPM version, DB, app server, OS) and ask your question!
Also there is detailed wiki page where you can start at 
http://www.jboss.com/wiki/Wiki.jsp?page=JbpmWiki
All said counts for your next two posts!
Sorry for not being that polite but if you have some preliminary knowledge 
about jBPM and ask concrete questions we here at the forum will try to help you 
as fast as we can.

Rgs

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010805
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam mail - How to use the default

2007-02-04 Thread petemuir
Ah :)

Having looked JavaMail sendMessage() I was wondering how it was uisng mail.from 
to set the From: address (as opposed to the Return-path:)

I'm not really convinced that this is a good hack.  The same thing can be 
easily avoided with no recompilation: 

1) either edit a facelets template or

2) components.xml 

(n.b. you could easily use ant to do this)

Or, if you are really don't like this, extend UIMessage and in encodeEnd use 
something like:

if (findMimeMessage().getFrom() == null) {
  |mailFrom = getMailSession().getProperty("mail.from");
  |findMimeMessage().setFrom(new InternetAddress(mailFrom));
  | }
  | super.encodeEnd(contenxt);

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010806
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Accessing generated PDFs

2007-02-04 Thread petemuir
That's probably neater.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010807
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam Security

2007-02-04 Thread petemuir
Make sure you have the drools jars in your ear root/application.xml as well

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010811
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: TreeCache is missing in JBossCache-all-2.0.0.ALPHA2

2007-02-04 Thread gmeroz
I tried to follow the directions in this document (copied jar files to 
/deploy/lib) and copy one of the XML configuration from /etc.

I'm using jboss-4.0.3SP1.

i get the following exception:


  | 16:11:46,948 INFO  [ServiceConfigurator] Problem configuring service 
jboss.aop:service=AspectManager
  | org.jboss.deployment.DeploymentException: Exception setting attribute 
[EMAIL PROTECTED] on mbean jboss.aop:service=AspectManager; - nested throwable: 
(java.lang.NoSuchFieldError: prune)
  | at 
org.jboss.system.ServiceConfigurator.setAttribute(ServiceConfigurator.java:669)
  | at 
org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:314)
  | at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:442)
  | at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:153)
  | at 
org.jboss.system.ServiceController.install(ServiceController.java:215)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy4.install(Unknown Source)
  | at org.jboss.deployment.SARDeployer.create(SARDeployer.java:232)
  | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:935)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:789)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy9.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:319)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:507)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:192)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:265)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
  | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:943)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:428)
  | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
  | at 
sun.reflect.De

[jboss-user] [Clustering/JBoss] - Re: JBoss Apache load balancing problem

2007-02-04 Thread lhshin
Hi,

By the way, i am using sticky session and follow the configuration stated in 
"http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss";.

Thanks.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010844
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Help about permissions with seam-security

2007-02-04 Thread gaboo
Oops, my previous post has been cut off. It'snot posible to edit ?

anonymous wrote : Please let me know if this is helpful (I haven't tried it 
myself :)

Sure ! Thanks for the tip :)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010839
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - JBoss Apache load balancing problem

2007-02-04 Thread lhshin
Hi,

I have 1 apache(for ssl), another apache(for load-balancing) and 2 jboss 
instance running. The problem is when user access the website using a public 
domain "xxx.xxx.com/proj", and when user login the url changes to a local ip 
(192.168.x.x/proj), but user can still be able to navigate & use the website if 
manually change the url back to the public domain url (like 
xxx.xxx.com/proj/test.jsp). 

Once it is change back to public domain url, the whole thing runs as normal. So 
basically i would like to know what causes the url to change when user login? 
Or any solution for this? 

Thanks. 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010830
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Help about permissions with seam-security

2007-02-04 Thread gaboo
"[EMAIL PROTECTED]" wrote : 
  | Not much I can do about that. JSF forces me to swallow these things. I'm 
not going to do it silently, that's just dangerous.

Yes, but in the end, the security rule is not applied.

It's not a problem that's there's an exception raised. I guess there sould not 
be a exception in fact.

anonymous wrote : Please let me know if this is helpful (I haven't tried it 
myself :).

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010823
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: trouble on upgrading

2007-02-04 Thread eprst
Unfortunately it seems to be a very complex task. Can we try to debug it by 
enabling some tracing, examining broken bytecode or somehow else?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010819
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: TreeCache with INVALIDATION_SYNC mode and DB sync issue.

2007-02-04 Thread [EMAIL PROTECTED]
Hi
I am not sure I understand:
What do you suggest is that I will use a cache loader and wrap the the 
invalidation message with a transaction.
And since I am using a cache loader the object will be serialized to the DB 
(lets assume I am using JDBC cache loader) after the transaction is committed 
the other node will fetch the "fresh" copy from the cache loader DB table.
Is that what you mean?
Thanks
Avishay

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010855
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: hibernate AnnotationConfiguration rather than Configurat

2007-02-04 Thread crussell42
Submitted as feature request to jira

http://jira.jboss.com/jira/browse/JBPM-832

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010873
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread henrik.lindberg
Thanks, I will try that. It is different than what was said in the manual (in 
CVS) about putting the exceptions in exceptions.xml

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010876
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: JSF SaveState issues when el-ri.jar is in jsf-libs

2007-02-04 Thread dilator
Yes it did, thankyou!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010878
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: i got an error like 'DeploymentException: No Attribute

2007-02-04 Thread comegree
I used jsp to access EJB component,then use EJB to access JCA Resource Adapter, 
the configure file belows:

ejb-jar.xml


http://java.sun.com/dtd/ejb-jar_2_0.dtd";
>



 
DemoEJB
com.hellking.jca.ejb.DemoHome
com.hellking.jca.ejb.Demo
com.hellking.jca.ejb.DemoEJB
Stateless
Container

eis/DemoEISFactory
javax.resource.cci.ConnectionFactory
Container

 





jboss.xml




  false
  


  
  DemoEJB
ejb/demo
  
eis/DemoEISFactory
java:/NoTransDemo
  




here is the resource adapter's ra.xml:


http://java.sun.com/dtd/connector_1_0.dtd'>


  DemoRA
  HELLKING
  1.0
  NO TRANS
  1.2
  

com.hellking.jca.DemoManagedConnectionFactory

javax.resource.cci.ConnectionFactory

com.hellking.jca.DemoConnectionFactoryImpl
com.hellking.jca.DemoConnection

com.hellking.jca.DemoConnectionImpl
NoTransaction

  Server
  java.lang.String
  localhost


  Port
  java.lang.Integer
  2008

false
  


thanks for any help

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010880
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: request parameter gets ignored sometimes

2007-02-04 Thread codelion
Problem pinpointed better.  Now, is that a feature or a bug?

The problem is after the second time in the same conversation coming in with



when having

@Factory("car")
  | public Car initCar() {
  |   return getInstance();
  | }

then when that second time coming in with a different id then carHome.instance



is correct for new (second) id car, but the factory made car



still remains the same as for first time id.

Is that a feature or a bug?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010898
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: optimistic cache locking

2007-02-04 Thread edavis
Thanks for the response, to configure Hibernate to use 
OptmisticTreeCacheProvider do I just switch


  | 
  | 
with

  | 
  | 

in the persistance.xml?


for the record, my full persistance.xml atm is 


  | 
  |   
  | java:/Bligoo_MySqlDS
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010900
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - unexplode problems

2007-02-04 Thread henrik.lindberg
Quite frequently when doing a "build all" or "clean" in JBoss IDE, there are 
problems with unexplode.

This is what I get:


unexplode:
  [delete] Deleting 52 files from 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear
  [delete] Unable to delete file 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear\security.drl
  [delete] Deleting: 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite-dev-ds.xml
  [delete] Deleting directory 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear
  [delete] Unable to delete file 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear\security.drl
  [delete] Unable to delete directory 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear

As you can see there are several directories that can not be deleted.

When trying again it usually works, but it may take 2-3 rebuilds until it 
works. 

I do not have the directories or files open in some other tool.
I am using Seam 1.1.5.GA

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010901
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: unexplode problems

2007-02-04 Thread henrik.lindberg
Second attempt

unexplode:
  [delete] Deleting 52 files from 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear
  [delete] Deleting: 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite-dev-ds.xml
  [delete] Deleting directory 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear
  [delete] Unable to delete file 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear\antlr-2.7.6.jar
  [delete] Unable to delete directory 
C:\Dev\jboss-4.0.5.GA\server\default\deploy\cssite.ear


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010902
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: unexplode problems

2007-02-04 Thread henrik.lindberg
3d and 4th attempt produced the same result.
Then it worked.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010903
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: unexplode problems

2007-02-04 Thread henrik.lindberg
On the console - I sometimes get this:

17:56:16,875 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Incompletely deployed packages ---
[EMAIL PROTECTED] { 
url=file:/C:/Dev/jboss-4.0.5.GA/server/default/deploy/cssite.ear/ }
  deployer: [EMAIL PROTECTED]
  status: null
  state: FAILED
  watch: file:/C:/Dev/jboss-4.0.5.GA/server/default/deploy/cssite.ear/
  altDD: null
  lastDeployed: 1170608165515
  lastModified: 1170608164843
  mbeans:

And

17:57:06,953 ERROR [MainDeployer] Could not initialise deployment: 
file:/C:/Dev/jboss-4.0.5.GA/server/default/deploy/cssite.ear/
org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:133)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:872)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy8.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)

Usually, after having seen these exceptions it works better to build clean.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010904
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread [EMAIL PROTECTED]
Why don't you just try using current CVS, the docs in current CVS, and the 
example in current CVS, since we have fixed bugs and redesigned Seam exception 
handling.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010927
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2007-02-04 Thread fers
Hello,

I have created Seam Maven integration. I have created "profiles" - you just say 
"I want to use Seam with PDF" and it will add all required dependencies.

I have also created few archetypes. And now I am improving the dependencies and 
creating SeamGen for Maven.

See http://software.softeu.cz/seam/.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010921
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread henrik.lindberg
Which was the exception that I thought the declaration in pages.xml should 
handle.

But... maybe I am confused, and what Gavin said about "fixing the exception" 
actually ment that this (restricting a page as in the example) has no chance of 
working until  the problem with this exception is fixed.

Something telling is perhaps that it says 
check failed for expression [#{s:hasPermission('/settings.xhtml', 'ren
  | der', null)}]
with a 'null' at the end - the rule has 'granted == false'

Will test by removing that part...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010914
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread henrik.lindberg
Then, when I actually restrict the settings page (in pages.xml) like this:

  | 
  |   
  | 
  | 
Then I get

  | 18:00:36,890 ERROR [AbstractSeamPhaseListener] Swallowing exception thrown 
by page action
  | org.jboss.seam.security.AuthorizationException: Authorization check failed 
for expression [#{s:hasPermission('/settings.xhtml', 'ren
  | der', null)}]
  | at 
org.jboss.seam.security.Identity.checkRestriction(Identity.java:165)
  | at org.jboss.seam.pages.Page.enter(Page.java:185)
  | at org.jboss.seam.core.Pages.enterPage(Pages.java:239)
  | at 
org.jboss.seam.jsf.AbstractSeamPhaseListener.enterPage(AbstractSeamPhaseListener.java:241)
  | at 
org.jboss.seam.jsf.AbstractSeamPhaseListener.beforeRender(AbstractSeamPhaseListener.java:192)
  | at 
org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:53)
  | at 
org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersBefore(PhaseListenerManager.java:70)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:373)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:32)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:46)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  | at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:619)
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010911
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread henrik.lindberg
I tried it - does not work for me. Is it supposed to work for 1.1.5.GA, or does 
this depends on things only in CVS?

This is what I have done

In security.drl

  | canUserRenderSettings
  |   no-loop
  |   activation-group "permissions"
  | when
  | c: PermissionCheck(name == "/settings.xhtml" || "settings", action == 
"render", granted == false)
  | then
  | c.grant();
  | modify(c);
  | end;
  | 
I.e. a very lean rule, the user only has to be logged in. I added || "settings" 
because I wanted to try to check permission explicetly and use "settings" as 
the tag - have not tried that yet though.

I added the "no-loop", and "activation-group" from the example in CVS. Also 
added the "modify(c)" at the end. Don't know what they are supposed to do, but 
I can guess.

Then in pages.xml I have the two exception declarations:

  | 
  | 
  | 
  | You must be a member to use this feature
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | You do not have permission to do this
  | 
  | 
  | 
  | 
  | 

(to be continued in the next post...)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010910
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - EJB 3.0 to WebService

2007-02-04 Thread aerosteak2
Hello,

Let say I just deployed a EJB3.0 POJO with the @Service annotation. Now I would 
like to make this same POJO available as a WebService (WSDL, SOAP). 

How would I do that with the JBoss infrastructure?

Thank you


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010937
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS & JBossMQ] - Re: jboss startup with delveryactive set to FALSE

2007-02-04 Thread jlovelace70
Thanks for the info Elias. That seems to work fine.

Best Rgds

Jim

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010941
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread henrik.lindberg
Sounds like an idea worth trying :-)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010952
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - VMware instances would help newbies / evaluation process

2007-02-04 Thread jimisola
Hi,

I've haven't been able to find VMware instances of recent JBoss Portal 
versions. Are there any for 2.4 or, better yet, 2.6 alpha?

The only one I found was "Complete JBoss/Eclipse Integrated Development 
Environment" (http://www.vmware.com/vmtn/appliances/directory/362).

It would be very helpful if VMware instances of JBoss Portal (for use with 
VMPlayer) were made available.

A VMware instance would easy the process of evaluating JBoss Portal and JBoss 
AS a lot. Hopefully, that would result in more users as more people will try it 
out.

Regards,
Jimisola

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010958
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Accessing generated PDFs

2007-02-04 Thread [EMAIL PROTECTED]
Ok - done.  You are now getting an org.jboss.seam.pdf.DocumentData.  

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010962
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Conversational(initiator=true) when immediate=true

2007-02-04 Thread [EMAIL PROTECTED]
What behavior would you expect from initiator=true in pages.xml?  Which 
component should be considered the initiator?



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010965
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Web services and stateful session

2007-02-04 Thread [EMAIL PROTECTED]
Dwin is right. WS-Addressing is the right way to build conversational web 
services. Take a look at the user guide and the corresponding samples. It 
contains an example for a staful service. It's already supported for quiet some 
time now:
  http://labs.jboss.com/portal/jbossws/user-guide/en/html/wsaddressing.html

IMO passing the serialized handle around is not a good idea. I could picture a 
SLSB facade instead that keeps a UUID->Handle registry and delegates to the 
SFSB beans behind the scenes. You could hand out the UUID using WS-Adressing 
and internally rely on the ejb handle. You could even offer a simple API for 
clients to resign from their sessions. 



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010969
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-02-04 Thread [EMAIL PROTECTED]
This looks to me as if the client uses default names for wrapped parameters but 
the service impl uses named ones. It it a doclit/wrapped service? How did you 
create the client artefacts?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010971
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-02-04 Thread [EMAIL PROTECTED]
Sorry, i think that was complete BS. What mode are you using? 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010972
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WS Eventing client - basics question

2007-02-04 Thread [EMAIL PROTECTED]
Yes, tell us what you have come up with when it's working...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010973
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Dojo Integration

2007-02-04 Thread fhh
anonymous wrote : 
  | IMO, there really should be a dojofaces project which provides JSF versions 
of the Dojo wiidgets, effects etc.
  | 

Have you had a look at the jMaki project?

Regards

Felix

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010983
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: request parameter gets ignored sometimes

2007-02-04 Thread fhh
You are accessing two different objects: One is the car created by the factory 
method and then outjected into whatever scope you declared. The other is the 
member variable of the CarHome object. Since the last one is not outjected the 
scoped object is not replaced.

I'm just guessing. I have never used the home objects and you did not post your 
code.

Regards

Felix

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010984
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: request parameter gets ignored sometimes

2007-02-04 Thread codelion
I only got the idea to do it that way because of shorter syntax promised in 
seam_reference, in chapter 10.2 Home objects, "adding a @Factory".

If I think of what a factory normally does, how contexts normally work, etc. 
then of course it seems I should stick with carHome.instance.

Now, having fallen into that trap, and now knowing to stick to using 
carHome.instance, what will happen with that chapter 10.2 suggestion to use a 
factory for shorter syntax?

Will the recommendation to use a factory be removed? Will it get a use warning? 
Or will Seam be changed to allow some shorter syntax to work in more/all cases?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011004
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread [EMAIL PROTECTED]
One other important thing to note - the following rule doesn't require the user 
to be logged in (there is no role check in the conditions)  - the permission 
will be granted no matter what:


  | canUserRenderSettings
  |   no-loop
  |   activation-group "permissions"
  | when
  | c: PermissionCheck(name == "/settings.xhtml" || "settings", action == 
"render", granted == false)
  | then
  | c.grant();
  | modify(c);
  | end;
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011013
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2007-02-04 Thread mzeijen
Very nice :D. I will check it out, tomorrow. Did you solve the problems with 
the dependencies? I mean those libraries that contain a lot of other libraries 
within them?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011017
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cant start Jboss 4.0.3 with Jboss-IDE 2.00 beta

2007-02-04 Thread azreal
I have the same problem.
I know how to get to Twiddle/Stop Args but I'm not sure how to setup password 
there.

Could you please give me some directions?
Thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011041
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Maximize concurrent users?

2007-02-04 Thread rutfield

We have a working prototype and a desire to create a production release.
The major concern is the resource utilization per user.

I am relatively comfortable with the J2EE scalability and the ability to 
distribute the load, but are there any known large scale JBP implementations 
that can be referenced? White papers?
Are there any configuration or coding guidelines to have an application with 
MySpace-like scalability?

Are there any comparisons of resource utilization of JSF vs Struts or even 
other approaches, such as PHP?

Any help or guidance would be appreciated.

Thank you.
CR

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011042
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - configuring seam security

2007-02-04 Thread damatrix
Hi,

I'm using seam 1.1.5.GA. I've written my own class to authenticate my users and 
created a login page as per the example in the reference manual. However i have 
a few problems

1. i have a main.xhtml page that i want to be accessed only after user is 
logged in, irrespective of their role. I've tried putting this in pages.xml


  | 
  | 
  | 
  | 

but the page is rendered without requiring any authentication.

2. I don't know how to let seam security know what login page to use when 
authentication or authorization is required. I didn't see anything like it in 
the reference manual. Does it use the login-config in web.xml? If so what realm 
do i use?

Any ideas welcome. 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011052
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: SchemaTypeCreator.introspectJavaProperties Exception w/

2007-02-04 Thread aschmidt1978
Adding a "serializable" child element to the "globalBindings" xjc annotation in 
the schema seemed to resolve the problem. For compatibility with .NET apps, I 
also added the following annotation to element collections throughout the 
schema, as generic collections didn't seem to be picked up when adding a web 
reference to a project.



Given that I found a workaround, I haven't taken the opportunity to see if this 
issue is resolved without the workaround in jbossws 1.2, but I would hope that 
it's been resolved either inherently or as a bugfix.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011053
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread henrik.lindberg
ok thanks - I wondered about that - now I know. Will add that.

Also made an attempt to build from CVS (which worked fine), but I did not 
figure out how to use what was built instead of the 1.1.5.GA I am using in my 
project. So, I continued with other things for the time being.

Any pointer or suggestion on how to "build from CVS and get it into your 
project so you can test the latest and greates against your code" ? 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011076
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Major problem using error-page element in web.xml

2007-02-04 Thread flarosa
Hi,

I have a JBoss installation running on SUSE Linux which has been running 
without problems for many months.

A few days ago, I added a simple  element to the web.xml file of 
one of my applications:

   
  |   404
  |   /default.jsp
  |

A few hours after adding this, my server stopped responding. I checked the logs 
and found a whole slew of "too many open files" errors. I did not think this 
was related to my error page at the time. I upped the open file limit on my 
server from 1024 to 32768, and restarted JBoss.

Three days later, the same error has appeared. At the same time, I am also 
noticing thousands of these errors in my log:

2007-02-04 00:04:27,892 WARN  
[org.apache.catalina.core.ContainerBase.[jboss.web].[june.zanne.com]] Exception 
Processing 
ErrorPage[errorCode=404, location=/default.jsp]
ClientAbortException:  java.net.SocketException: Connection reset
at 
org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:327)
at 
org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293)
at 
org.apache.catalina.connector.Response.flushBuffer(Response.java:534)
at 
org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:285)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.valves.FastCommonAccessLogValve.invoke(FastCommonAccessLogValve.java:481)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:619)

I have never seen this kind of exception in my logs before.

My suspicion is that the problems are related - that the Socket exception is 
leaking file handles, which eventually leads to all my file handles being 
exhaused.

Has anyone seen this before?

Thanks,
Frank

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011073
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Browsing application context path always redirect

2007-02-04 Thread fernando_jmt
After I tried all things you comment here, I was geeting the same error.

But, 4 hours later I tried to enter the same URL using Internet Explorer. And 
it works like a charm. 
Then I understood that the problem was the FireFox cache. Because the first 
time I deployed the application index.html redirects to home.seam, and I 
accessed with FireFox, I think FF caches it, then when I change the index.html 
in order to redirect to login.jsf even cleaning tomcat directories FF was 
always returning the first cached index.html (even refreshing the browser F5).

So, I clean the FF cache and it is working well.

Thanks for the help.


Best regards.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011068
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-02-04 Thread Juergen.Zimmermann
I'm using an EJB3 stateless session bean annotated with:

@WebService(name="KundenverwaltungSEI", serviceName="KundenverwaltungService")
  | @SOAPBinding(style=RPC)
  | @Stateless(name="KundenverwaltungService")
  | @Remote(KundenverwaltungService.class)
  | @RolesAllowed(ROLLE_MITARBEITER)
  | @PortComponent(contextRoot="/hska/KundenverwaltungService", 
urlPattern="/*", authMethod="BASIC", transportGuarantee="NONE")
  | @SecurityDomain(LOGIN_DOMAIN_HSKA)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011082
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - SEO and Clean Urls possible

2007-02-04 Thread bossfan2000
I finally did some reading on Seam last week, and must say it looked very 
interesting. I had never been a fan of JSF, but Seam seems to fix a lot of the 
stuff i didnt like.

So..it looks like apps do NOT have to store any session info beyond the 
request, which is good. However, i did have a couple more questions i hoped 
someone could answer.

1) I had read that javascript can sometimes cause problems for search bots. 
Does the javascript generated by seam (jsf?) cause search bot issues, or are 
they able to follow links with no problem?

1a) Could it be possible to avoid the js for submits for non-form links (like 
links to other pages, breadcrumbs, etc)

2) Are clean urls possible, without requiring the redirect stuff? I guess this 
is related to 1a) above. We generally prefer urls that just look like 
/some/url, and /some/other/url, and /some/url?param1=bobĀ¶m2=steve

Anyone have any info on the questions above that they could provide?

thanks!
-jeff

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

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

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


[jboss-user] [JBoss Seam] - Re: configuring seam security

2007-02-04 Thread [EMAIL PROTECTED]
1) Try #{identity.loggedIn}
2) Configure exceptions.xml to redirect NotLoggedInException to your login 
page, you can look at seamspace for an example.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011085
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: configuring seam security

2007-02-04 Thread [EMAIL PROTECTED]
Sorry, the xml got cut off - for 1) try this:


  | #{identity.loggedIn}
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011086
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception for authorization attempt

2007-02-04 Thread [EMAIL PROTECTED]
"henrik.lindberg" wrote : 
  | Any pointer or suggestion on how to "build from CVS and get it into your 
project so you can test the latest and greates against your code" ? 


It should just be a matter of replacing the seam jars with the ones that you 
build from cvs.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011087
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF Deployment Problem

2007-02-04 Thread [EMAIL PROTECTED]
Just seeing this now.  I don't know which version of JBoss you are using, but 
you certainly shouldn't be trying to use 
com.sun.faces.config.GlassFishConfigureListener.

If you are using JBoss 4.2 or JBoss 5 then you don't need to declare any 
ConfigureListener in your web.xml.  If you declare the FacesServlet in web.xml 
then JBoss will automatically invoke JBossJSFConfigureListener.

If you are using an earlier version of JBoss then you should be using the 
config listener for MyFaces.

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

Stan

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011091
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Can I use @EJB in pojo to invoke remote ejb?

2007-02-04 Thread kuisong.tong
I use seam in my portlet,  and want to invoke remote ejb on remote application 
server, how can i invoke it in my pojo seam action?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011104
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Problem using javascript files in Portal

2007-02-04 Thread chuaky
hi berniemiller,

Maybe your issue is related to this one:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=93920

It suggest to use jboss-portlet.xml to inject the headers, but but still no 
reply yet.

Cheers.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011105
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-04 Thread chuaky
hi all,

I'm also facing the same problem with the missing "" when injecting the headers 
in jboss-portlet.xml.

By the way, one of the sample portlet HeaderContentPortlet doesn't seem to be 
working for me.  What i see is a blank page.  This portlet is activated by 
clicking on "Test" in the portal navigation bar and then select "header test".  
This portlet has the following definition in its jboss-portlet.xml

   
  HeaderContentPortlet
  false
  
 
 
 
  
   


Any advice on this issue is most welcomed.
Thanks in advance.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011106
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Problem when getting Portlet Markup using WSRP

2007-02-04 Thread giahieu2710
Hi,
I try to invoke portlet from JBoss Portal and I keep receiving an exception 
org.Jboss.Portal.wsrp.core.OperationFailedFault. And this is the stack trace:

Exceptions
   at 
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
 message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
methodName, Object[] parameters)
   at Pavonis.Wsrp.Proxy.WSRP_v1_Markup_Binding_SOAP.getMarkup(getMarkup 
getMarkup1) in C:\WSRP\WsrpViewerControl2005\WsrpService\WsrpProxy.cs:line 601
   at Pavonis.Wsrp.WsrpService.wsrpGetMarkup() in 
C:\WSRP\WsrpViewerControl2005\WsrpService\WsrpService.cs:line 1525
A first chance exception of type 'System.Net.WebException' occurred in 
System.dll
A first chance exception of type 'System.Web.Services.Protocols.SoapException' 
occurred in System.Web.Services.dll
A first chance exception of type 'System.NullReferenceException' occurred in 
Wsrp.Service.dll
A first chance exception of type 'Pavonis.Wsrp.WsrpServiceException' occurred 
in Wsrp.Service.dll



I still can get the list of Remote Portlet offered by JBoss Portal like Weather 
Portlet or News Feed, Test Portlet etc, but none of them can display because I 
can't get the correct Markup. Any idea that I can fix it. 
Thank you very much.
PS: I'm using an example of writing WSRP Consumer from MSDN Magazine and it 
works well with Portlets from NetUnity website, but not from my local Jboss 
Portal. This is the link: 
http://msdn.microsoft.com/msdnmag/issues/06/02/wsrp/default.aspx

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011107
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-02-04 Thread chuaky
Report :)

hi all,

I'm also facing the same problem when the  is not there during 
injection of the headers in jboss-portlet.xml.

By the way, one of the sample portlet HeaderContentPortlet doesn't seem to be 
working for me.  What i see is a blank page.  This portlet is activated by 
clicking on "Test" in the portal navigation bar and then select "header test".  
This portlet has the following definition in its jboss-portlet.xml


  |
  |   HeaderContentPortlet
  |   false
  |   
  |  
  |  
  |  
  |   
  |
  | 

Any advice on this issue is most welcomed.
Thanks in advance.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011109
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Jboss-4.0.3SP1 shutting down itself without any explicit

2007-02-04 Thread harsh.nsit
Now the machine is on public IP and the jboss 8180 port is also public, 
therefore anybody can access it. But we faced this problem earlier when the 
machine was not on public IP.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=401
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: multiple @Logger annotations in one class

2007-02-04 Thread raghinii
is there anything wrong with  attaching a logger as  static member like so ? 


  | @Logger 
  | private Log log;
  | 
  | private static Log authLog = Logging.getLog("LoginLog");
  |  


would it be better to attach it as  an instance member ? 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011123
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: when eviction is configured in the clustered environment

2007-02-04 Thread [EMAIL PROTECTED]
It's not clear to me what's going on in the messages you log.  Apparently 
JGroups is reading a packet(s) with null data; that's what's causing the NPEs 
mentioned in the error messages.  Perhaps this is preventing the threads 
associated with the UDP protocol stopping properly.  But what the root issue is 
I don't know.

Can you try a more recent JGroups release? Basically any subsequent release is 
compatible with JBC 1.3.0.SP2, so I'd say try 2.4.1. (See 
http://labs.jboss.com/portal/jbosscache/compatibility/index.html for 
compatibility listings.)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011124
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: SEO and Clean Urls possible

2007-02-04 Thread [EMAIL PROTECTED]
Look at  it does not use js.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011125
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Can I use @EJB in pojo to invoke remote ejb?

2007-02-04 Thread [EMAIL PROTECTED]
This is a good question. Currently there is no simplified way to call a plain 
EJB from a Seam JavaBean component. Please add a feature request to JIRA, 
thanks.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011126
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: multiple @Logger annotations in one class

2007-02-04 Thread [EMAIL PROTECTED]
The intended use is as an instvar.

But actually I could implement "static injection" of the logger object ... and 
perhaps I will go do that now...

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011127
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Data Corruption

2007-02-04 Thread chrisbitmead

I've been a happy user of JBoss and container persistence for quite a while, 
but I've come across something really wierd. On a particular field on a 
particular container managed object, whenever I set the field to a new value, 
it gets corrupted. So if I set this string field to "ABCDEFG", I check the 
value immedietely before calling commit and all is well. Immediately after the 
commit, the first 3 characters are corrupted in the object like this: [EMAIL 
PROTECTED] The corrupt value is written into the database.

I'm at a loss what to do now. Any suggestions? using JBoss 4.0.4GA



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

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

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


[jboss-user] [JBoss Seam] - Re: deploy jboss seam application on oc4j server

2007-02-04 Thread merajcal
Hi yuan,
I did not get any response from your side, regarding deployment of seam 
application on oc4j , even I had provided you required configuration of 
oc4j
thanks
Meraj

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011133
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: Jboss Caching issue

2007-02-04 Thread bhavranjan
I gone through the JBoss 4.0.5  GA server . For caching it requires 
jboss-cache.jar 1.4.1 .That is still in QA . So Ithink its the issue of version 
compatiblity

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011134
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: multiple @Logger annotations in one class

2007-02-04 Thread [EMAIL PROTECTED]
Oh I misread. Logging.getLog() should work fine.

Oh and I implemented startup-time injection into static fields. And yes, you 
can have as many of them as you like (as long as they are static) :-)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011135
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Error when trying to stop JBoss

2007-02-04 Thread namitkarlekar
This problem had been bothering me for ages... Thanx a bunch..

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011143
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - JBoss Queries

2007-02-04 Thread nb123
Hi i am new to Jboss...i have the following queries regarding Jboss.

1. Is it possible to upload the war file through the admin console in Jboss 
like it happens in TOmcat 5.5 ?
If possible please guide me through it.

2. Is it possible to create different users with different priveleges in Jboss? 
if so please tell me the requred steps.

3. Can anyone please give me an example of a sample entity beans and message 
driven beans code which i can deploy on Jboss using Ant? 

Thanks. hope someone can help. 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011142
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-04 Thread nirajal
I tried changing the jgroups version. Currently I am using 2.2.9 version. The 
earlier problem has been resolved.

Now I am getting the following problem:
 

11:27:58,298 ERROR [RpcDispatcher] 
exception=java.lang.IllegalArgumentException: Marshaller.extractFqn(): Unknown 
method call

 id: -1

11:27:58,298 INFO  [TxInterceptor] There was a problem handling this request

java.io.NotSerializableException: RpcDispatcher returned a null.  This is most 
often caused by args for _clusteredGet(_getDat

a(/__JBossInternal__/__RefMap__), false) not being serializable.

I am using the ClusteredCacheLoader for my application. The error tends to come 
when the changes are being replicated to the other machine in the cluster.
Any help in this regard will be appreciated.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011149
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: Jboss Caching issue

2007-02-04 Thread [EMAIL PROTECTED]
AS 4.0.5 does not require 1.4.1; it ships with 1.4.0.SP1.

As Manik said, use the CODE button when posting XML.

>From the garbled post I'm *guessing* that your problem is you are using 
>org.jboss.cache.TreeCacheMBean as the value of the "code" attribute of the 
>"mbean" element.  If so, that's incorrect.  You should use 
>org.jboss.cache.TreeCache.

For example:


  | 
  | 
  | 
  | 
  | ...
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011152
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Problems with Jboss and Sun's 1.6 JDK

2007-02-04 Thread akirainoue
Can you share how to implement web service client stub as an EJB, generated by 
sun jwsdp (wscompile) in jboss?

My EJB is calling web service to 3rd party provider. The client stub is 
generated through Sun's jwsdp. However I encountered the following exception:
java.lang.ClassCastException: org.jboss.ws.soap.SOAPMessageImpl
at com.sun.xml.rpc.client.StubBase._postSendingHook(StubBase.java:231)
at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:324)

I added the following jar from jwsdp to the lib dir:
FastInfoset.jar
jaxrpc-impl.jar
jaxrpc-spi.jar
jsr173_api.jar
saaj-impl.jar

I am running jboss-4.0.5.GA.

How can I resolve the problem? Can the stub generated by jwsdp be used in JBoss 
or any application other the Sun? 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011153
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Error in deployment

2007-02-04 Thread merajcal
Whaen I am trying to deploy Icefaces example I am facing foloowing error

2007-02-05 12:00:48.687 ERROR J2EE EJB3027 [seam-icefaces] An error occured 
deploying EJB module: javax.ejb.EJBException: @PersistenceContext annotation 
can only be used when a javax.spi.PersistenceProvider is installed.; nested 
exception is: java.lang.InstantiationException: @PersistenceContext annotation 
can only be used when a javax.spi.PersistenceProvider is installed.
2007-02-05 12:00:48.718 NOTIFICATION application : seam-icefaces is in failed 
state
Feb 5, 2007 12:00:48 PM com.evermind.server.Application setConfig
WARNING: Application: seam-icefaces is in failed state as initialization 
failedjava.lang.InstantiationException: Error initializing ejb-modules: 
@PersistenceContext annotation can only be used when a 
javax.spi.PersistenceProvider is installed.; nested exception is: 
java.lang.InstantiationException: @PersistenceContext annotation can only be 
used when a javax.spi.PersistenceProvider is installed.
07/02/05 12:00:48 oracle.oc4j.admin.internal.DeployerException: 
java.lang.InstantiationException: Error initializing ejb-modules: 
@PersistenceContext annotation can only be used when a 
javax.spi.PersistenceProvider is installed.; nested exception is: 
java.lang.InstantiationException: @PersistenceContext annotation can only be 
used when a javax.spi.PersistenceProvider is installed.
07/02/05 12:00:48   at 
oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:510)
07/02/05 12:00:48   at 
oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:191)
07/02/05 12:00:48   at 
oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
07/02/05 12:00:48   at 
oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
07/02/05 12:00:48   at 
oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
07/02/05 12:00:48   at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
07/02/05 12:00:48   at java.lang.Thread.run(Thread.java:595)
07/02/05 12:00:48 Caused by: java.lang.InstantiationException: Error 
initializing ejb-modules: @PersistenceContext annotation can only be used when 
a javax.spi.PersistenceProvider is installed.; nested exception is: 
java.lang.InstantiationException: @PersistenceContext annotation can only be 
used when a javax.spi.PersistenceProvider is installed.
07/02/05 12:00:48   at 
com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1056)
07/02/05 12:00:48   at 
com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:210)
07/02/05 12:00:48   at 
com.evermind.server.Application.setConfig(Application.java:391)
07/02/05 12:00:48   at 
com.evermind.server.Application.setConfig(Application.java:308)
07/02/05 12:00:48   at 
com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1771)
07/02/05 12:00:48   at 
oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:507)
07/02/05 12:00:48   ... 6 more

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011155
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: Jboss Caching issue

2007-02-04 Thread bhavranjan

  |  Thanks for ur reply
  | 
  | I have already checked that , here is my confi.xml  files
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |
  | 
  | 
  |
  |
  |
  | 
  |
  | 
  |   jboss:service=Naming
  |   jboss:service=TransactionManager
  | 
  |   
  |   org.jboss.cache.JBossTransactionManagerLookup
  | 
  |   
  |   REPEATABLE_READ
  | 
  |   
  |   
  | 
  |  LOCAL
  | 
  | 
  | 
  | 
  | 
  | false
  | /demo
  | false
  | 
  | 
  | 
  | org.jboss.cache.loader.FileCacheLoader
  | 
  | 
  | location=/tmp/bhavFileStore
  | 
  |
  | 
  | true
  | 
  | false
  | 
  | false
  | 
  | 
  |
  | 
  | 
  |  
  | 
  |   
  |   2
  | 
  |   
  |   15000
  | 
  |   
  |   1
  | 
  | 
  |   
  |   
  |
  | 
  | 
  | jboss:service=invoker,type=jrmp
  | jboss.cache:service=TreeCache
  | TreeCache true org.jboss.cache.TreeCacheMBean
  |  
  | org.jboss.proxy.ClientMethodInterceptor
  | org.jboss.proxy.SecurityInterceptor
  | org.jboss.invocation.InvokerInterceptor
  |  
  | jboss:service=invoker,type=jrmp
  | jboss.cache:service=TreeCache
  | 
  | 
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011156
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Major problem using error-page element in web.xml

2007-02-04 Thread flarosa
Here's some more information about my issue -

I've determined that the problem occurs when a request for a document in a 
non-existent directory is received, and replaced with /default.jsp.

Default.jsp contains relative references to a CSS file and some image files. 
When the browser tries to get these, it tries to get them out of the 
non-existent directory specified in the original URL; this is when the 
exceptions occur in the log.

I would guess that what is happening is this:
(a) The browser tries to retrieve the image from the bad URL;
(b) The server starts serving up the default.jsp page instead;
(c) The browser sees that it's getting HTML instead of an image, and closes its 
socket;
(d) The server gets an exception while trying to write to the socket, and in 
doing so, fails to release some resource.

Changing the references in default.jsp to absolute references does prevent the 
problem from occuring regularly. Still, if this is really what is happening, 
it's very troubling. There are lots of other ways sockets can close early, not 
to mention the potential for someone to write a program specifically to exploit 
the problem.

In fact, a check of my logs shows that I'm still getting the exception but in 
much smaller numbers. Probably because web pages unknown to me are linking to 
bad images (there was an old web site at the same domain name for many years, 
hence the need for the 404 redirect).

Frank

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011157
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Error in deployment

2007-02-04 Thread [EMAIL PROTECTED]
Is it ONLY the icefaces example that fails?  

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011158
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Deployment Error

2007-02-04 Thread merajcal
While deploying icefaces example on oc4j server, facing following errror


2007-02-05 12:20:22.921 ERROR J2EE EJB3027 [seam-icefaces] An error occured 
deploying EJB module: 
com.evermind.server.ejb.deployment.InvalidEJBAssemblyException: Unknown 
assembly-descriptor subtag: interceptor-binding, see section 22.5 of the EJB 
specification
2007-02-05 12:20:22.921 NOTIFICATION application : seam-icefaces is in failed 
state
Feb 5, 2007 12:20:22 PM com.evermind.server.Application setConfig
WARNING: Application: seam-icefaces is in failed state as initialization 
failedjava.lang.InstantiationException: Error initializing ejb-modules: Unknown 
assembly-descriptor subtag: interceptor-binding, see section 22.5 of the EJB 
specification
07/02/05 12:20:22 oracle.oc4j.admin.internal.DeployerException: 
java.lang.InstantiationException: Error initializing ejb-modules: Unknown 
assembly-descriptor subtag: interceptor-binding, see section 22.5 of the EJB 
specification
07/02/05 12:20:22   at 
oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:510)
07/02/05 12:20:22   at 
oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:191)
07/02/05 12:20:22   at 
oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
07/02/05 12:20:22   at 
oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
07/02/05 12:20:22   at 
oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
07/02/05 12:20:22   at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
07/02/05 12:20:22   at java.lang.Thread.run(Thread.java:595)
07/02/05 12:20:22 Caused by: java.lang.InstantiationException: Error 
initializing ejb-modules: Unknown assembly-descriptor subtag: 
interceptor-binding, see section 22.5 of the EJB specification
07/02/05 12:20:22   at 
com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1056)
07/02/05 12:20:22   at 
com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:210)
07/02/05 12:20:22   at 
com.evermind.server.Application.setConfig(Application.java:391)
07/02/05 12:20:22   at 
com.evermind.server.Application.setConfig(Application.java:308)
07/02/05 12:20:22   at 
com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1771)
07/02/05 12:20:22   at 
oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:507)
07/02/05 12:20:22   ... 6 more
07/02/05 12:20:22 Caused by: 
com.evermind.server.ejb.deployment.InvalidEJBAssemblyException: Unknown 
assembly-descriptor subtag: interceptor-binding, see section 22.5 of the EJB 
specification
07/02/05 12:20:22   at 
com.evermind.server.ejb.deployment.EJBPackage.parseAssemblyDescriptor(EJBPackage.java:665)
07/02/05 12:20:22   at 
com.evermind.server.ejb.deployment.EJBPackage.parseEJBModule(EJBPackage.java:481)
07/02/05 12:20:22   at 
com.evermind.server.ejb.EJBPackageDeployment.parseMetaData(EJBPackageDeployment.java:973)
07/02/05 12:20:22   at 
com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:831)
07/02/05 12:20:22   ... 11 more
2007-02-05 12:20:22.984 NOTIFICATION Application Deployer for seam-icefaces 
FAILED.
2007-02-05 12:20:22.984 NOTIFICATION Application UnDeployer for seam-icefaces 
STARTS.
2007-02-05 12:20:23.046 NOTIFICATION Removing all web binding(s) for 
application seam-icefaces from all web site(s)
2007-02-05 12:20:23.250 ERROR java.lang.InstantiationException: Error 
initializing ejb-modules: Unknown assembly-descriptor subtag: 
interceptor-binding, see section 22.5 of the EJB specification
2007-02-05 12:20:23.281 NOTIFICATION Application UnDeployer for seam-icefaces 
COMPLETES.
2007-02-05 12:20:23.281 WARNING java.lang.InstantiationException: Error 
initializing ejb-modules: Unknown assembly-descriptor subtag: 
interceptor-binding, see section 22.5 of the EJB specification

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011164
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Deployment Error

2007-02-04 Thread [EMAIL PROTECTED]
Ahem. Looks like Oracle is a bit behind the final release of the spec

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011167
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Eclipse IDE (users)] - JBossIDE-2.0.0.Beta2-Bundle-win32 + eclipse bpel designer +

2007-02-04 Thread erkinda
hi
my config:
jboss-4.0.5.GA + jbpm-3.1.4 + jbpm-bpel-1.1.Beta3
JBossIDE-2.0.0.Beta2-Bundle-win32
eclipse bpel designer installed from 
http://download.eclipse.org/technology/bpel/update-site/
 by software updates

in my workspace I have installed runtime based on jboss-4.0.5.GA
and server Jboss Inc/Jboss AS 4.0

when I try to create BPEL 2.0 new project and select jboss-4.0.5.GA target 
runtime, I can't select BPEL 2.0 Facet.

It means org.eclipse.bpel.runtimes_0.2.0 plugin don't work with jboss
or I am mistaken?

thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011170
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4.1 User Portlet not working with MySQL 5

2007-02-04 Thread dleerob
Yes I did take into account the MySQL 5 data truncation issue, thanks. Still 
have the problem.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011175
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Importing Users into JBoss Portal 2.4.1

2007-02-04 Thread dleerob
Thanks, will take a look into it.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011176
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Multiple @Factory methods in one SFSB?

2007-02-04 Thread SmokingAPipe
Is there any reason not to have multiple methods with the @Factory annotation 
within the same SFSB?  I looked at all the docs and it didn't say anything 
about this.  I assume that Seam figures out which values have factories and 
calls the factories as needed and doesn't care too much which SFSB they are in, 
or if they're in components.xml or whatever?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011181
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


  1   2   >