Thx. The problem was solved after installing ejb3 plugin v.1.0.19
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269787#4269787
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269787
_
I have a ejb3 project with managed singleton:
| @Service (name = ProfileStateMachine.NAME, objectName =
"vis:service=StateMachine")
| @Management (IMainStateMachine.class)
| @Remote (ProfileStateMachine.class)
| public class MainStateMachine implements IMainStateMachine,
ProfileStateMach
Hi.
You are right. The problem is in SSL sertificate. I have add my CA cert to
$JAVA_HOME/jre/lib/security/cacerts and the problem is solved.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236914#4236914
Reply to the post :
http://www.jboss.org/ind
Hello.
How is it to integrate JBoss Portal with existing CAS?
I uncommented corresponding valve in jboss-portal.sar/portal-server.war/WEB-INF
and wrote real CAS addresses to the elements
"casLogin","casLogout","casValidate".
I think, all documentation about this integration consist a error: the
Why I need to set SecurityManager for accessing to DocTypeManager and don't
need - for AbonentServer?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188103#4188103
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188103
I have a project consists two parts: RAP-based web UI part and
EJB3-server part. Second path consists 23 EJB3-application. All works
fine. The UI-part successfully interact with server-part.
Now I need to add some functionality which interact with other ejb3
application on the same server. I creat
Hi,
I have a project consists two parts: ejb3-server part and RAP-client. Both
parts are deployed in JBoss 4.2.1. I need to implement Authentication and
Authorization in the project.
I do this:
1. add this to web.xml in RAP client war-file
|
|
| MyProject
| /*
|
anonymous wrote :
| anonymous wrote :
| | Caused by: java.lang.NullPointerException
| | at com.telecom_m.util.log.AspectLogger.invoke(AspectLogger.java:36)
| |
| I cannot tell which line that is from your post.
Thanks, I have fixed this bug.
Now, exception occurs in JBoss when
I need to get simple way to get TRACE log of all my methods invocation.
How I can do this without modify methods source?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150964#4150964
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
I have a project, which use EJB3 Session Beans, EJB3 Persistense, JMX and
Eclipse RAP.
Now, I have written simple aspect. It should create TRACE log of all method
invocation.
But, I have got exception after start JBoss with my project and aspect logger.
JBoss 4.2.1
JbossAOP 1.5.5
OS Fedora
jav
Where I can read about relation between aspect instance and contexts (JNDI,
Security, Transaction, etc) in JBossAS ?
For example.
There are Stateless EJB:
| @Stateless
| public class A implements B{
| ...
| }
|
and aspect:
| public class AAspect{
| @Bind (pointcut = "execution
MS Soap client sends a message to JBossWS Server looks like
|
| http://www.w3.org/2001/XMLSchema";
| xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance";
| xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/";
| xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
I think, this is the bug.
I have posted it to the Jira
http://jira.jboss.com/jira/browse/JBWS-1712
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055461#4055461
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055461
What I should do to connect some public webservice in the Internet (like
http://www.webservicex.net/WCF/ServiceDetails.aspx?SID=48)?
I create small client method:
| @Test
| public void weather() {
| QName serviceQName = new QName("http://www.webserviceX.NET";,
"GlobalWeather");
|
My aspect:
| package com.company.cms;
|
| @Aspect(scope=Scope.PER_INSTANCE)
| public class ChangesReporterAspect {
| private Logger debugger=Logger.getLogger(ChangesReporterAspect.class);
|
| private JmsRepoter reporter;
|
| @PointcutDef(
| "execution(* $instance
My application consists of a set of files (*.jar,*.ejb3, *.aop, *-service.xml).
Is there way to deploy these files in required order diffrent than coupling
them to "ear"?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970971#3970971
Reply to the post :
http
Is there way to deploy aspectized aop-application (without *-aop.xml) to
JbossAS-4.0.4GA?
I wrote some aop-application with annotation only and can't deploy it to
JBossAS. If I rename application.jar -> application.aop Jboss throws exception
"no *-aop.xml found".
View the original post :
ht
17 matches
Mail list logo