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

2006-07-16 Thread manishpaliwal007
Hi,

I am manish from delhi. I am new for JBoss. I want to know some queries about 
JBoss which are given below :-
   
  1. Can i use JSF in JBOSS?

  2. Is JBOSS suitable for an Enterprise Applicaion. I mean to say that if i 
build an Online Business Managment Applicaion using Servlet/JSP/JSF/EJB and 
more J2EE tools. Then is can be run easliy on this Application Server?

  3. What are the drawback of JBoss?
  
 

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

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


[jboss-user] [JBoss jBPM] - Alternate UI for designing workflow in jBPM?

2006-07-16 Thread vishal_salian
Hi All,

Is there an UI other than the eclipse plugin available to design workflows 
using jBPM?

Basically we want our customers to create workflows without using eclipse 
plugins.

Appreciate your help for my query above.

Thanks,
Vishal


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

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


[jboss-user] [JBoss Portal] - Re: download non-html file from portlet

2006-07-16 Thread hubertg
Ok, I will try that! Thanks for the quick answer!

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

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


[jboss-user] [JBoss Portal] - I am getting "Object not found erroe"

2006-07-16 Thread Leonardpaul
Hi

I am getting an error 


11:35:28,943 INFO  [Http11BaseProtocol] Starting Coyote HTTP/1.1 on 
http-0.0.0.0-8080
11:35:29,068 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
11:35:29,599 INFO  [JkMain] Jk running ID=0 time=0/562  config=null
11:35:29,615 INFO  [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: 
CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 36s:839ms
11:35:40,265 ERROR [CoreController] Object not found
org.jboss.portal.core.ObjectNotFoundException: Not allowed to access 
resourceDefault page does not exist
at 
org.jboss.portal.core.model.portal.DefaultPortalCommandMapper.doMapping(DefaultPortalCommandMapper.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


let me know why it happen. thanks

Regards
A.Peter

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

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


[jboss-user] [Remoting] - Re: jboss-jmx-remoting in JBoss 4.0.4.GA

2006-07-16 Thread [EMAIL PROTECTED]
The jmx remoting component within JBoss 3.2.5 was a proprietary predecessor to 
the JMX Remoting spec (JSR-160).  Since the spec came out, the effort for jmx 
remoting implementation (targeted for JBoss 5.0 as you mentioned) has been 
based on this spec.  The MBeanTracker (and most of the other classes in the 
older releases) are no longer being developed or supported.

However, for the moment, the code for this still exists within the 4.0 branch.  
It is not part of the default build or distribution though.  It might be 
possible to get what you need from there. 

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

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


[jboss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn problem

2006-07-16 Thread roberto
I try to change FORM authentication to BASIC in web xml, and now it works. But 
i need to use FORM authentication.

What this means? i need to do additional operation in my code or there is a bug 
or is not supported ?

Best Regards,
Roberto

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

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


[jboss-user] [Remoting] - Re: using one port for multiple TransporterServer and Connec

2006-07-16 Thread [EMAIL PROTECTED]
In the 2.0 release, will be able to re-use the same transporter and add 
multiple target pojo's, which will have them using the same port (as will be 
using the same Connector underneath).  However, if try to create two 
transporter servers with the same locator url, will get an exception because 
the second will try to create a new Connector with the same locator url (i.e. 
port).

If you have a use case to be able to do this (where transporter server is smart 
enough to find and re-use existing Connector of another transporter server), 
pleaes open a feature request in jira and put in use case.  Also, put in what 
expected behavior should be when try adding the same pojo target twice (once 
for each transporter server instance).

Also, won't be able to do any of this in 1.4.4.  It is just a minor patch 
release to the 1.4 branch.  No new development is being done on that branch 
(but 2.0 should be release within a few weeks... God willing ;) ).

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

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


[jboss-user] [Performance Tuning] - Re: OutOfMemoryError: unable to create new native thread

2006-07-16 Thread jaikiran
Have a look at:

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



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

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


[jboss-user] [Remoting] - Re: hosting hmailserver on jboss

2006-07-16 Thread [EMAIL PROTECTED]
If business logic implemented as ejbs, can access via JRMP/IIOP invoker or via 
web services.  This will be your best bet.

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

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


[jboss-user] [JNDI/Naming/Network] - Re: JNDI between 2 JBoss instances

2006-07-16 Thread jaikiran
Similar question was asked here:

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



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

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


[jboss-user] [Remoting] - Re: Client connections.

2006-07-16 Thread [EMAIL PROTECTED]
Think there are only two ways to do this.  First is to create an interceptor on 
client and server side that embeds client id in the Invocation object.  The 
second would be to modify 
org.jboss.aspects.remoting.AOPRemotingInvocationHandler.  It's invoke() method 
receives a org.jboss.remoting.InvocationRequest as it's parameter.  The 
InvocationRequest already contains the remoting client id, which can get by 
calling getSessionId() on it.

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

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


[jboss-user] [Remoting] - Re: Servlet and HTTP invoket does't throw remote method Exce

2006-07-16 Thread [EMAIL PROTECTED]
This sounds like a perfect solution for everyone.

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

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


[jboss-user] [Remoting] - Re: binding multicast detector

2006-07-16 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-545

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

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


[jboss-user] [JBoss Seam] - Self-referencing foreign keys

2006-07-16 Thread markfoerstein
I used the CRUD generator to create an app based on the Employees table 
provided by Oracle. After a few adjustments, I got it working pretty nice.

This table has a foreign key (manager_id) that references the primary key of 
the same table (employee_id). That is, an employee can manage many employees 
(one-to-many) and this very same employee can be managed by another employee 
(many-to-one).

In the application, I can successfully:
- Search for existing employees.
- Create/Update/Delete employees.
- Select a manager for an existing employee or when creating a new employee.

The problem I will describe could be easily solved by getting rid of the "View 
Manager", "View Employee" and "Create Employee" buttons shown in the figure. 
But I would like to know if there is a possible solution.

http://images.tigratuning.com.br/misc/seamapp.jpg

When I click one of these buttons, essentially what happens on all of them is 
that I need to get a new editor for a employee different than the one I'm 
currently editing.

I can't use the same employeeEditor, because I will certainly get a concurrent 
call exception.

There's no way to create editors for the manager or managed employee, since, 
well, you can imagine where this would take us... an endless mess.

Is there a way out of this? Any possible solution?

Thanks in advance.

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

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


[jboss-user] [Remoting] - Re: Servlet and HTTP invoket does't throw remote method Exce

2006-07-16 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-544

So now http(s) and servlet(sslservlet) will now throw exception by default, 
just like other transports.  Can be configured to not throw exception (like was 
in past) as well.

Still need web services team to confirm changes are alright with them (since 
they requested the initial no throw).

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

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


[jboss-user] [JBoss Seam] - Re: Backbutton Example

2006-07-16 Thread [EMAIL PROTECTED]
"khsiow" wrote : I was expecting the system would redisplay the current page 
immediately as soon as I hit the backbutton.
  | 

That is definitely not the expectation, and would not be desirable.

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

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


[jboss-user] [Beginners Corner] - Re: classpath..!!!

2006-07-16 Thread AshuDagr8
Thanks..!!! 

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

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


[jboss-user] Please unsubscribe me

2006-07-16 Thread afaal anif
Please unsubscribe me 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: @EJB injection gives null

2006-07-16 Thread kgrjb
i forgot to say it was working fine in jboss-4.0.3SP1

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

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


[jboss-user] [EJB 3.0] - @EJB injection gives null

2006-07-16 Thread kgrjb
im using jboss 4.0.4.GA

i got null on @EJB injection.

i have 2 simple stateless beans.

@Stateless
@Local({LocalIntf1.class})
@Remote({RemoteIntf1.class})
public class Bean1 implements RemoteIntf1, LocalIntf1 {
...
...
}

the other bean uses the @EJB tag to reference Bean1.

@Stateless
@Local({LocalIntf2.class})
@Remote({RemoteIntf2.class})
public class Bean2 implements RemoteIntf2, LocalIntf2 {

  @EJB 
  LocalIntf1 field;
...
...
}

field is always null.
the injection doesnot work.

i tried attributes of @EJB tag but none works.

- name
- beanName
- beanInterface (not in jboss?)
- businessInterface (jboss specific?) 
- mappedName(jboss specific?)







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

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


[jboss-user] [JBoss jBPM] - Error when installing jBPM on Eclipse 3.2

2006-07-16 Thread eborisow
Hi, I didn't check to see if 3.2 was supported yet for 3.1.1, but I figured I 
would try it anyway.  Well, I tried the Local Site installation and 
unfortunately, it didn't work for me.  Here is the error I received.

Unable to complete action for feature "org.jbpm.feature" due to errors.
  Unable to create file "null". 
[C:\programs\sourceforge\jbpm-starters-kit-3.1.1\jbpm-designer\jbpm-gpd-feature\eclipse\plugins\org.apache.xerces_2.7.0.v200602052214
 (Access is denied)]
  Unable to create file "null". 
[C:\programs\sourceforge\jbpm-starters-kit-3.1.1\jbpm-designer\jbpm-gpd-feature\eclipse\plugins\org.apache.xerces_2.7.0.v200602052214
 (Access is denied)]

I'm sorry, I don't know what other log files are useful to post, but if there 
is one that you need, please let me know.

Thanks,
Eric

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

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


[jboss-user] [JBoss Seam] - Re: Works on one computer - not another

2006-07-16 Thread andrew.rw.robinson
Nevermind found the problem with a dependency imported from my ant build.xml 
file that wasn't updated on the server.

Sorry for the hassle

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

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


[jboss-user] [Remoting] - Re: binding multicast detector

2006-07-16 Thread [EMAIL PROTECTED]
That's weird.. so you have to pass the interface address (InetSocketAddress 
object) to the constructor for it to work, even though you call the setter 
(setInterface) with the same address?

Sounds like a JDK bug to me :-)

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

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


[jboss-user] [JBoss Seam] - Works on one computer - not another

2006-07-16 Thread andrew.rw.robinson
Okay, I am stumped for the moment. I have two slackware boxes, one mine for 
development, and another that is my deployment server. I have hg/mercurial 
installed and am using it to sync my source. I have deployed my code on both 
computers, and it only works on one. 

On my development computer, the application starts in about ~30-60 seconds on 
tomcat. On the deployment server, it starts in over 90 seconds, which is odd 
because it is a faster computer. It is much slower during the EJB deployment 
stage (using the embedded EJB3 container in tomcat). 

When I try to execute I get an exception. Another peculiarity is that all this 
worked fine on the deployment server under an old Seam version, but not under 
1.0.1 which I am running at the moment.

The database setup is nearly identical (but the dev server has postgres 8.1.2 
and the server has postgres 8.1.4, but it doesn't seem like that is the issue 
to me). The tomcat setup is the same (I rsync'd tomcat over actually).

I have rebuilt the code (clean) and have deleted the folder in the tomcat 
webapps directory as well as deleting the Catalina folder in the work directory.

Here is the exception I get on the deployment computer:
javax.faces.el.EvaluationException: /templates/conference.xhtml @34,49 
rendered="#{empty userBean.currentUser}": Exception getting value of property 
currentUser of base of type : $Proxy69
  | at 
com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60)
  | at 
javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:1076)
  | at 
org.apache.myfaces.component.html.ext.HtmlCommandLink.isRendered(HtmlCommandLink.java:155)
  | at 
org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlCommandNavigationItem.isRendered(HtmlCommandNavigationItem.java:97)
  | at 
org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlNavigationMenuRendererUtils.renderChildrenListLayout(HtmlNavigationMenuRendererUtils.java:59)
  | at 
org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlNavigationMenuRenderer.renderListLayout(HtmlNavigationMenuRenderer.java:217)
  | at 
org.apache.myfaces.custom.navmenu.htmlnavmenu.HtmlNavigationMenuRenderer.encodeEnd(HtmlNavigationMenuRenderer.java:139)
  | at 
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
  | at 
com.sun.facelets.FaceletViewHandler.encodeRecursive(FaceletViewHandler.java:565)
  | at 
com.sun.facelets.FaceletViewHandler.encodeRecursive(FaceletViewHandler.java:562)
  | at 
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:457)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
  | 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.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
  | 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.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:30)
  | 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:45)
  | 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.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:419)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
  | at 
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
  | at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)

[jboss-user] [JBoss Portal] - Re: Using JGuard to secure the portal

2006-07-16 Thread pelo67000
jGuard is a library that provides security (authentication and authorization) 
for Java web applications.

It is built over the JAAS framework and as i said in the previous post it uses 
the asm-2.0 library...
Apparently this version of asm isn't compatible with the cglib version of 
jboss...
However, i tried to use the latest cglib version available (nodeps - version) 
and had the asm-2.0 library...
By doing this i don"t have errors anymore but jguard don't work...
Moreover, I had post first in the security & jaas forum and this is the 
response to my topic :
anonymous wrote : 
  | Ask in the portal forums.
  | 
  | Looks like a mismatch in hibernate/cglib/objectweb codebase.
  | 



I have try to use only on jboss 4.03/4.04 (without jboss-portal) and it works 
but when i add the jboss-portal (or use the bundled version) jguard don't work 
anymore...

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

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


[jboss-user] [JBoss Portal] - Re: How can I do the emoticons in the Forum portlet?

2006-07-16 Thread unibrew
Hello Julian

There is no support of emoticons in JBoss Forums. I have created Feature 
request jira task for this functionality 
http://jira.jboss.com/jira/browse/JBFORUMS-101.

btw jboss.com forums are not deployed on JBoss Forums, this will happen soon.

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

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


[jboss-user] [JBoss Portal] - Re: Using JGuard to secure the portal

2006-07-16 Thread [EMAIL PROTECTED]
what is jguard ? does it do bytecode manipulation ?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958350
___
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.2.1 SP3 - Changing properties of a portal

2006-07-16 Thread [EMAIL PROTECTED]
the JSF management appr does not have this functionnality yet, probably not a 
big deal to add.

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

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


[jboss-user] [JNDI/Naming/Network] - Application-defined resources for MDBs?

2006-07-16 Thread ekrisjo
Hi all, 

I have a problem understanding how (assembled and tested) ejb-archives 
containing MDBs can be deployed in multiple applications without avoiding 
resource conflicts. To my knowledge, queues are bound (either by xml or 
annotations) when assembling the module (EJB) and not when assembling the 
application (EAR)...? 

Servlet context can be bound on application level, global JNDI names for SLSBs 
can be generated on application level (referencing them with ENC). 
persitence.xml file can be application-defined which isolate datasources from 
eachother and overcome conflicts for reused entity beans. 

But, for MDBs i have not found any similar way of lately bind a MDB to 
application-defined queues? 

Cheers, 
-Kristoffer

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

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


[jboss-user] [J2EE Design Patterns] - Reuse of j2ee modules in applications

2006-07-16 Thread ekrisjo
Hi all, 

I have a problem understanding how (assembled and tested) ejb-archives 
containing MDBs can be deployed in multiple applications without avoiding 
resource conflicts. To my knowledge, queues are bound (either by xml or 
annotations) when assembling the module (EJB) and not when assembling the 
application (EAR)...?

Servlet context can be bound on application level, global JNDI names for SLSBs 
can be generated on application level (referencing them with ENC). 
persitence.xml file can be application-defined which isolate datasources from 
eachother and overcome conflicts for reused entity beans.

But, for MDBs i have not found any similar way of lately bind a MDB to 
application-defined queues? 

Cheers,
-Kristoffer

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

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


[jboss-user] [JBoss Seam] - Relilability of the context cache

2006-07-16 Thread javidjamae
I've been reading through the SEAM documentation to try and gain a better 
understanding of what level of reliability SEAM provides. What I've gathered is 
that SEAM doesn't provide any reliability features itself, but rather depends 
on the container to provide replication of the different components. (This may 
be an incorrect statement, but I haven't found anything in the documentation 
that states otherwise).

So my question is: yes, it is important to have replication of components for 
reliability, but what about replication of the context cache? SEAM keeps a 
cache of all the different users' contexts. If a JBoss instance goes down, do 
all of those user contexts that were in memory on that instance get lost? Do 
all of my users have to login, create new shopping carts, start new business 
process flows, etc.?

Maybe I'm missing something?

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

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


[jboss-user] [JBoss Seam] - Re: Eclipse - Dynamic Web Project

2006-07-16 Thread [EMAIL PROTECTED]
eh sorry - i don't get how my question were offensive ? I were really just 
trying to understand if you were asking why we did not do it or you were 
stating that it would be the obvious choice.

Regarding jbosseamgen that is something we want to continue extend on; but I 
hope to find a way so the generated projects can work together with WTP - that 
was why I were asking if someone wanted to speak up and talk about their 
experiences.



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

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


[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2006-07-16 Thread [EMAIL PROTECTED]
they have no primary key, hence reveng creates a composite key of all columns, 
but the seam templates does not support composite key and thus it fails.

solution: define the primary keys

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

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


[jboss-user] [JBossCache] - Lazy / dynamic POJO properties supported in cache?

2006-07-16 Thread rdewell
I have a scenario where we have a [conceptually] infinitely large "tree" of 
object associations.   This tree of object associations is dynamically 
instantiated on request of each node.  What I'm ultimately trying to figure out 
is if JBoss Cache can help out here.  

While these nodes will have SOME fields, the larger structure of them will need 
to be lazily / dynamically accessed through the getter methods.  

Ideally I was hoping to get JBoss Cache in the middle of this so that I would 
have support for transparent LRU algorithms on branches, etc, on calls to these 
getters.

So:


  | public class SomeNode{
  |   private String someProperty; // I'm cached.
  |   
  |   public String getSomeProperty(){ return someProperty; }
  | 
  |   // Can I be a cached?
  |   public List getDynamicNodes(){
  | // retrieve and return other nodes.
  | // do not store them in a private field.
  | // handed over to jboss cache?
  | // *** jboss cache only actually RE-executes this getter 
  | ///   when it no longer has it available in the cache???
  |   }
  | }
  | 

Is this possible?   I can use JDK 1.5 / etc, whatever is needed.

Thanks,

Ryan

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

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


[jboss-user] [JBoss Seam] - Re: Eclipse - Dynamic Web Project

2006-07-16 Thread mrwhite
I tried it and it works really well. It should be added to the "Getting 
started" Page. 

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

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


[jboss-user] [JBoss jBPM] - invoking code from an ear file

2006-07-16 Thread bentins
I'm trying to integrate JBpm into an existing j2ee application running on Jboss 
in it's own ear. I'm using Jbpm as a service.

I need to write actions that do things directly in the application like 
invoking some processes, beans and such. The problem is that Jbpm.sar does not 
see my ear file in it's class path, and thus I get the class not found 
exceptions. I've read the stuff about classloading in jboss, however I couldn't 
find how its done in practice, adding the ear file into Jbpm service classpath.

thnx

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

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


[jboss-user] [JBoss Seam] - Re: Eclipse - Dynamic Web Project

2006-07-16 Thread [EMAIL PROTECTED]
Maybe this wiki will help you out. 

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

The quick start part is a little scant on details, but I do think you'll find 
the code-gen CLI useful until decent IDE plugins arrive.

James

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

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


[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2006-07-16 Thread tushardesai22

I am using Eclipse-SDK-3.1.2-win32 + BossIDE-200607141757-nightly-ALL

Can any one help me out with this error:

Exception while generating code:
Reason:
  org.hibernate.tool.hbm2x.ExporterException: Error while processing template 
seam/find.jsp.ftl
  freemarker.core.InvalidReferenceException: Expression field.value.typeName is 
undefined on line 45, column 6 in seam/find.jsp.ftl.
freemarker.core.InvalidReferenceException: Expression field.value.typeName 
is undefined on line 45, column 6 in seam/find.jsp.ftl.

I am just trying to configure and deploy the tables from MySQL as shown in CRUD 
demo by I keep getting the above error.

Below are the two tables:
mysql> create table City (ID integer(3), Name varchar(25), Zipcode integer(5), 
Country varchar(25));

mysql> create table Event(ID integer(3), Name varchar(60));

Please advice.






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

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


[jboss-user] [JBoss Seam] - Re: Eclipse - Dynamic Web Project

2006-07-16 Thread mrwhite
forget the statement, i know that you are working on this. 

i am just a little bit frustrated about the complicated deployment for a simple 
webapplication.  i am not a "certified java ee deployer" ;-)


I just thought there are any links or articles that cover this topic to get 
things done.


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

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


[jboss-user] [JBoss Seam] - Re: Eclipse - Dynamic Web Project

2006-07-16 Thread jbpmndc
Seam and jBPM are truly innovative products and I want them to gain in 
popularity so that I can use them on future products.  Therefore I think it's 
important for people with more experience to be understanding of early adopters 
and help them or at least not say things that may offend them.

my 2 cents

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

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


[jboss-user] [JBoss Seam] - Re: Eclipse - Dynamic Web Project

2006-07-16 Thread [EMAIL PROTECTED]
...oh and the most annoying thing; WTP has this hard requirement that each j2ee 
artifact has to be in different non-nested projects .annoying.

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

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


[jboss-user] [JBoss Seam] - Re: Eclipse - Dynamic Web Project

2006-07-16 Thread [EMAIL PROTECTED]
"I mean there is a nice support in the webtoolsproject why dont just use it?"

Was this a question for us or just a statement of the obvious ? :)

We want to extend on top of WTP, but currently our biggest issue have been to 
"bend"/use WTP in an efficient way (e.g. exploded deployment etc) - if anyone 
has good/concrete experience with thys then please speak up.

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

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


[jboss-user] [EJB 3.0] - Re: Problem with containment interacting with inheritance?

2006-07-16 Thread knaveofhearts
The requirement of a constructor with no arguments is mentioned in the text (p. 
137).

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

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


[jboss-user] [JBoss Getting Started Documentation] - libs within EAR are not recognized

2006-07-16 Thread pinchyTheLobster
I have an EAR in my JBOSS_HOME/server/default/deploy/ directory. In the root 
directory of this EAR there are 2 files located within /lib. When I attempt to 
deploy my EAR the following is shown in the log.

org.jboss.deployment.DeploymentException: url 
file:/C:/jboss/server/default/deploy/lib/.jar could not be opened, does 
it exist?
at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:187)

The jar's get extracted into the tmp directory but for some reason the server 
expects them to be placed in the deploy directory under a lib folder? Does 
anyone know how I can make the Application Server point to the internal libs? I 
know that the Manifest.MF's Classpath for these files is relative:

Class-Path: lib/.jar lib/.jar

I have tried to deploy this EAR with both 4.0.2 and 3.2.8. There must be some 
config setting that I'm missing. Any help will be appreciated.


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

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


[jboss-user] [Performance Tuning] - OutOfMemoryError: unable to create new native thread

2006-07-16 Thread mdaguete
Hi all,
I'm usign jboss 4.0.3 in debian stable with linux kernel 2.6.8-2-686-smp in a 
2x Xeon CPU with Hyperthreading, Java HotSpot(TM) Server VM (build 
1.5.0_05-b05, mixed mode) and 4GB RAM, af ter a few days my application throws 
a "OutOfMemoryError: unable to create new native thread" memory exception. I'm 
usign default jvm settings. ulimit -u says "unlimited". kernel ma x threads = 
65535. JVM uses abot 1,5GB of system memory.

What jvm parameters you recommend to avoid this ugly error?

thanks in advance.

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

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


[jboss-user] [EJB 3.0] - Re: Deployment error mapping a parent/child related entity

2006-07-16 Thread abl
I have a similar construct in another part of the system:

@Entity
  | public class BasketItem
  | {
  | private T object;
  | 
  | @ManyToOne(fetch=FetchType.LAZY, optional=false)
  | public T getObject()
  | {
  | return object;
  | }
  | public void setObject(T object)
  | {
  | this.object = object;
  | }
  | ...
  | }
  | 
  | @Entity
  | public class AssetBasketItem extends BasketItem
  | {
  | ...
  | }

this is getting deployed and works. what is the difference? 


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

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


[jboss-user] [EJB 3.0] - Re: mapping problems between ntext, jtds and ejb3

2006-07-16 Thread leulberg
I solved my problem.

I annotated the setter and not the getter. Is it neccessary to annotate the 
getter because of any spec? Which one?

My code looks like below, now.


  | /**
  |  * TextArea message
  |  */
  | @Lob @Column(columnDefinition="NTEXT NULL")
  | public String getMessage(){
  | return this.message;
  | }
  | 
  | public void setMessage(String s){
  | this.message = s;
  | }
  | 




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

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


[jboss-user] [JBoss Seam] - Re: create method not found + @Factory

2006-07-16 Thread Basel
Thank you so much guys. It finally worked ^_^

Here is what I did:
1. Add @Out(value="newEntry", scope=ScopeType.CONVERSATION) annotation to the 
instance variable Entry. It won't work if you do not specify a scope.
2. Remove the @Factory("newEntry") annotation from createNewEntry method.
3. Move the code that creates the entry to the startPost method which is called 
by a page event.

Here is the code:

  | @Out(value="newEntry", scope=ScopeType.CONVERSATION)
  | private Entry entry;
  | 
  | @Begin(pageflow="new-entry", join=true)
  | public void startPost(){
  | log.info("Starting to create a new post");
  | if( entry == null)
  | entry = new Entry(category);
  | }
  | 

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

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


[jboss-user] [JBoss Seam] - Eclipse - Dynamic Web Project

2006-07-16 Thread mrwhite
Hello everybody,
i really would like to start playing with seam, but the whole configuration 
stuff is very frustrating. is there a complete HOWTO for setting up a dynamic 
webproject with seam support?

i saw the flash tutorial, but i need a simple standalone dynamic web project 
without ant skripts. I added JBoss AS to my servers, so i dont need an ant 
script for server deployment.

I mean there is a nice support in the webtoolsproject why dont just use it?

thanks for any links or suggestions.

PS: the myeclipse team has nice support for other frameworks where you just 
have to "add {framework_name} support" and you have a clean new dynamic web 
project.

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

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


[jboss-user] [JBoss Portal] - Installing EJB3 on portal bundle

2006-07-16 Thread free1000
I wonder if there is any documentation to assist installing EJB3 on the bundled 
versions? 

I tried downloading the CR8 version of EJB3 but the instructions did not match 
the directory structure of the 2.0.4-CR2 bundle and I wasnt sure about 
compatibility. 

It would be excellent if there was a configuration option with this because I'm 
finding it a bit time consuming and error prone to keep upgrading  my 4.0.4-GA 
install (with EJB3 configuration) with the various portal CR's.  


 


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

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


[jboss-user] [EJB 3.0] - Re: Problem with containment interacting with inheritance?

2006-07-16 Thread knaveofhearts
I have gotten the original concept (i.e., Planet is a Geopolitical Unit, 
Country is a Geopolitical Unit, Planet contains collection of Countries) to 
work.  Two things that caused me problems in coming up with a solution 
empirically:
- Having a subclass entity that is serializable of a base entity class that is 
not.  Entities supposedly don't have to be serializable (Burke et al., 
Enterprise Java Beans 3.0, p. 52), but I have not tried going back and tried 
making them all non-serializable;
- Not having an empty constructor at each level; I do not remember reading that 
this as a requirement of entity POJOs in Burke et al., but it is certainly not 
in the index!!!

The code I wound up with does not look especially like my original posting, 
since I proceeded by getting one small piece working right, and then building 
on it incrementally, rather than trying to figure out what was wrong with what 
I had done originally.
 
K/H


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

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


[jboss-user] [EJB 3.0] - Re: Client access to Entity beans

2006-07-16 Thread fguerzoni
It's not MVC pattern, but FACADE pattern.

You don't need an EM on client, because EM can't do anything for you on client 
for client-server applications.
EM performs transactionally CRUD operations on server.
You have two options:
1) passing detached object to client, let client work on them, and eventually 
reattach them to EM on server -> less code
2) converting entities (model) to dto object and viceversa -> more flexibility

At the moment I've chosed the second option because I can't download to client 
all the Hibernate classes required to manage detached entity.
In the second case try out Dozer, it's a mapping library that does all the 
bidirectional mapping between model and dto quite automagically.


If your application is a standalone application, without server connection, so 
you have the database directly on client, you must bootstrap an embedded 
container and follow the general ejb3 tutorial. There's a lot of sample that 
explain how to do that.


ciao
F

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

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


[jboss-user] [Security & JAAS/JBoss] - Re: Using JCE crypto in EJBs

2006-07-16 Thread wussykye
Thanks for the suggestions.  In order to fix the problem, I uninstalled all 
copies of the Java (I had several) and reinstalled the JVM and the security 
files from sun.

Thanks,

Colin

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

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


[jboss-user] [JBoss jBPM] - Re: Custom fork - jbpm 3

2006-07-16 Thread bkaremba
Did you manage to get any answers for this?

Regards

Brian

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

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


[jboss-user] [Clustering/JBoss] - Re: Problem creating two intances on the same machine

2006-07-16 Thread adik
I tried both suggestions, and unfortuanly stillhave the problem
I change to "true" the UDP loopback option on 
cluster-service.xml and on 
deploy\tc5-cluster.sar\META-INF\jboss-service.xml

I also tried the second advice and in the jgroup drow test I open two drawing 
instances and they are able see each other.

will happy to here more suggestions

Thanks




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

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


[jboss-user] [JBossWS] - Re: WS-Security: a standalone client ?

2006-07-16 Thread [EMAIL PROTECTED]
Hi,

Did you have any progress on that question?

In the guide there is statement that "We did not specify a key store or trust 
store, because client apps instead use the wsse System properties instead".

Do you(anyone) know how to set up mentioned "wsse System" properties and where 
to find the documentation for that? Can I use the code from the 
"SimpleEncryptTestCase.java" to create ws-security standalone client?

It is working as standalone client without encryption though ;)

Thanks,
Igor

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

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


[jboss-user] [JBoss Portal] - Portal helping us manage user access to business data

2006-07-16 Thread jerics99
Hi, excuse me for being a newbie when it comes to JBOSS Portal. My question is 
Could JBOSS Portal be an alternative for our Business Intelligence Solution 
built on Open Source systems  Mondrain OLAP and Eclipse BIRT Reporting?

The problem we have is related to rights to view data in reports. Both Mondrian 
and BIRT need to have the user (or user group is OK as well) passed with the 
URL sent to the server when clicking a link on the web page. The information 
identifying the user will then be used for the reports to filter the data to 
only show the data for the specific user.

The users are selecting reports form a web page where each link links to a 
report. Now, I can not have a links for specific users, the links are shared 
for different users. This means that the user id have to be added to the link 
dynamically. Is this something that JBOSS Portal can do for us!!

/E


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

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


[jboss-user] [EJB 3.0] - Adaption to JEE classes packaging

2006-07-16 Thread roman.kitko
I would like to hear any plannnig info about when JBOSS will adapt to JEE 
classes packaging.
In AppServer some classes (like @EJB) are in wrong package, in JBOSS Embeded at 
least @EJB anatation field businessInterface should be named beanInterface.

I am able to handle JNDI naming differences transprently , but for this 
'mispackaging' I always have to switch classPath when trying application on 
JBOSS and Glassfish.

Thanks for your replay.

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

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


[jboss-user] [Remoting] - Re: binding multicast detector

2006-07-16 Thread [EMAIL PROTECTED]
Okay, the following code below works:
package org.jgroups.tests;

import java.net.*;

/**
 * @author Bela Ban
 * @version $Id$
 */
public class bla
{
   public static void main(String[] args)
   {
  try
  {
 int port = Integer.parseInt(args[0]);
 InetAddress interfaceAddress = InetAddress.getByName(args[1]);
 NetworkInterface networkInterface = 
NetworkInterface.getByInetAddress(interfaceAddress);
 InetAddress multicastAddress = InetAddress.getByName(args[2]);
 System.out.println("port = " + port + "\ninterface address = " + 
interfaceAddress +
"\nnetwork interface = " + networkInterface + 
"\nmulticast address = " + multicastAddress);
  SocketAddress saddr;
  saddr=new InetSocketAddress(interfaceAddress, port);
 MulticastSocket socket = new MulticastSocket(saddr);
 socket.setInterface(interfaceAddress);
 socket.setNetworkInterface(networkInterface);
 socket.joinGroup(multicastAddress);

 Thread.sleep(60);
  }
  catch (Exception e)
  {
 e.printStackTrace();
  }
   }
}

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

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


[jboss-user] [JBoss jBPM] - Re: jBPM customers

2006-07-16 Thread dovecote
Thanks,

Oleg

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

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