I found that one of the jars was not in the deploy folder.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893135#3893135
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893135
--
what does this mean ?
05:24:29,546 WARN [ServiceController] Problem starting service
jboss.j2ee:service=EJB3,module=jfrentity.ejb3
java.lang.RuntimeException: java.lang.ClassNotFoundException: No ClassLoaders
found for: com.meerkat.jfr.par.Address
at
org.jboss.ejb3.Ejb3Module.createHib
Yes, that's right. However, I'm not changing this right now, as we will handle
this all in the new NotificationInterceptor. Can you make a comment on
http://jira.jboss.com/jira/browse/JBCACHE-270 ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893132#3893132
Just playing around with jboss,axis.
I created a servlet that makes use of a certain mbean.
I want the mbean to be registered first and then the servlet class to be
initialized.
The Mbean is part of a different sar and the servlet in question is in a
different war file.
Can any one help me with
I am far from being an expert in this, but from my experience what you are
missing is the following:
in the file jboss.xml that is in the jar of your EJB, you must have the
following node
|
|
|java:/jaas/ABCD
|
|
|
where ABCD should be replaced by you to some meaningful s
Hi,
I am trying to implement JAAS in Jboss.
I use users.properties and roles.properties to define the users and roles.
I have two methods in my enterprise bean which is accessed from a servlet.
All deployment descriptors are properly set, which I double checked.
One method is fro User and other fo
Hi,
I am trying to implement JAAS in Jboss, version 3.2.7.
I use users.properties and roles.properties to define the users and roles.
I have two methods in my enterprise bean which is accessed from a servlet.
One method is fro User and other for Administrator.
My bean methods are as is as follows :
server prints this line for ervery minute
INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
no log4j.properties in classpath
how to stop this
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893127#3893127
Reply to the po
Hi,
I am trying to implement JAAS in Jboss, version 3.2.7.
I use users.properties and roles.properties to define the users and roles.
I have two methods in my enterprise bean which is accessed from a servlet.
All my deployment descriptors are properly set, which i double checked.
One method is fro
Hi,
Try the helloworld portlet examples jboss website jboss portal wiki page.
You have simple and first portlet idea. Then u have to concentrate on the
portlet api and some examples to try.
Regards,
Ramesa
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=38
Hi all,
I was wondering if it's possible, in any way, to put datasource definition
files (-ds.xml & other definitions for JavaMail, LDAP, etc) inside a webapp's
EAR / WAR / SAR / whatever package? Or *must* those definition files be
separate in the deploy directory? I'm trying to keep my deploy
Sorry about that
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I get the following when building my entity beans. I just cant seem to work
this out.
[javac] F:\workspace\JFr\src\com\meerkat\jfr\par\LineItem.java:55: cannot
find symbol
[javac] symbol : method primaryKey()
[javac] location: @interface javax.persistence.Column
[javac] @Column
I have found the following strange behaviour in JavaAssist 3.1RC1:
I have a method (myMethod)
the method has an annotation (MyAnnotation)
the annotation has a String[] element (value())
if the element array is empty
Object[] annotations = myMethod.getAnnotations()
MyAnnotation myAnnotation = (MyA
Hi all!, i write a simple example to compare a range of dates, this is the
method:
|
|
|
| findByDate
|
|
java.lang.Integer
|
Hi,
If I try to replace an expression like "new MyClass()" (without assignment), I
get that error:
javassist.CannotCompileException: sorry, cannot edit NEW followed by no DUP
If I add an assignment like "MyClass dummy = new MyClass()", then there is no
problem.
Is there a fundamental issue in
Hi all...
I am new to JBoss and I have just started working w/ EJB and JBoss. I am
running into a strange problem. I have an existing application that is deployed
using ant. This works fine with JBoss 3.2.3 but when i try to deploy it in
JBoss 4.0.2 it does not preform as it should.
To clarify:
Essentially, we want to open a socket connection to an ejb. Is this possible?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893083#3893083
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893083
--
Hi All,
I'm tring to use JMS and When I send a message to the Queue. I get the
following exception. I'm currently using JBoss 3.2.3. I hope someone can help
me in resolving this issue.
javax.jms.JMSException: Invalid transaction id.
at
org.jboss.mq.SpyXAResourceManager.addMessage(SpyXAReso
Hi;
Currently we are connecting to one database since we use the standard xml
descriptor files with JNDI settings.
When the SQL server crash, my application is done and I must restarted JBoss
for launching the application.
Under Jboss, how to reactivate automatically the connection pool withou
Looks like tha page has its content for me
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893075#3893075
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893075
---
SF
Hello Patrick,
Go in the JMX console and find out the JMX service name of the context service,
for instance :
jboss.management.local:J2EEApplication=jboss-portal.sar,J2EEServer=Local,j2eeType=WebModule,name=portal-core.war
in jboss-web.xml there is a XML tag that allows you to make the war dep
Hi,
I have an instance of JBoss 4.0.2 running with a Sun JDK 1.4.2. I have a
message driven bean deployed and I have a standalone client which puts a
message on the queue and is processed my the message driven bean.
This all works perfectly when I use the Sun JVM to run the client, but it gives
Sorry, for forgetting to add that: authentication doesn't work. The log says:
2005-09-05 18:20:25,589 DEBUG
[http-0.0.0.0-8080-1:org.jboss.security.plugins.JaasSecurityManager:218] -
CallbackHandler: [EMAIL PROTECTED]
| 2005-09-05 18:20:25,589 DEBUG
[http-0.0.0.0-8080-1:org.jboss.security.plug
How do I define deployment sequence in jboss?
I want to deploy abc.war after xyz.war is deployed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893068#3893068
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893068
--
Thank you for the response. Nevertheless, it seems to me that the Wiki page
regarding the topic SSO is still empty. Maybe someone could check this. Best
regards, alex.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893066#3893066
Reply to the post :
http://
Hi Hannes,
Well looking at this I would check to see what the application context name of
my portlet is. This should provide a bit of information of your path to your
war file resources.
Then make sure the matches the path of your portlet war.
Your current path says that the grid.js is in th
Hello,
JBoss Portal uses servlet container authentication so you can either use :
1/ tomcat SSO
2/ JBoss clustered SSO (same as 1/ but with HA support on a cluster)
3/ use any solution compatible with tomcat
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893
I created bug reports http://jira.jboss.com/jira/browse/JBAS-2197[/url] and
[url]http://jira.jboss.com/jira/browse/JBAS-2198 for the problems descibed
above.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893062#3893062
Reply to the post :
http://www.jboss.
You can use this page as a starting pointer :
http://wiki.jboss.org/wiki/Wiki.jsp?page=SingleSignOn
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893061#3893061
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893061
A forwarded request does not go through the security stack so I don't expect
that the request roles will have changed. A redirected reply will show the
updated state as a new session will be required.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893059#3893
So there isn't a way different from the JMX console? My target is to create a
method that return a vector of partitions_name which input host belongs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893058#3893058
Reply to the post :
http://www.jboss.com/inde
The only known related issue was fixed in 3.2.7:
http://jira.jboss.com/jira/browse/JBAS-1199
I would need info on how to reproduce the problem. Create a jira issue with
that information.
http://jira.jboss.com/jira/browse/JBAS
View the original post :
http://www.jboss.com/index.html?module=bb&o
Sorry (again), i'm tired
I try it. It's work fine.
Thank you very much
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893055#3893055
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893055
---
I would expect most Context.lookup implementations to be thread-safe and hence
the prevelant caching examples. The reentrancy of an ejb home create does not
make sense to me. A create is a stateless call that has nothing to reenter.
View the original post :
http://www.jboss.com/index.html?modul
And what does not work in the jmx-console, authentication, authorization?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893053#3893053
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893053
---
anonymous wrote : The better scenario would be:
| - put("/a") acquired WL on "/a"
| - get("/a") needs RL, but already has WL, fine
| - get() releases the WL (UnlockInterceptor)
| - put() (UnlockInt) doesn't have anything left to remove
To my point of view it would be better if the put() (U
Sorry, i forgot but i use Jboss 3.2.6/Tomcat 5.0
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893050#3893050
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893050
The support for this was added in 4.0.1.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893049#3893049
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893049
---
SF.N
With JBoss 4.0.2/Tomcat 5.5, you can set it in jbossweb-tomcat55.sar/server.xml:
|
| ...
|
| ...
|
| ...
|
|
|
|
According to the config docs
(http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html), this should
work for Tomcat 5.0 too.
Vie
Is there any more information than just 'java.lang.NullPointerException', if
not the associated stack trace might be in the server log.
If you encounter any exceptions the stack trace and message and possibly nested
causes are required to track where the error occured.
View the original post :
OOps!!
in the previous message, it is "using exec task" in 2nd line.
thanks,
satish.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893045#3893045
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893045
--
Hi rintin,
Your information had been very much useful to me. But i had a doubt in
mind about how to start Jboss using build.xml file. Initially i tried using
task in and . But the problem i found with this is that now i am unable
to shutdown by using "shutdown.sh -S".
You can say the way
Hi everybody,
I've installed JBoss Portal 2.0 on JBossAS 4.0.2 and database is MaxDB 7.5. (I
have a right Hibernate SAPSQLDialect in config file). Portal starts up
correctly and I can work with my portlets, but when I try to login as any user
(administrator or my custom users), portals shows onl
I want to use the js table from http://www.activewidgets.com/. The source is
all in grid.js that is packed within the war file. My portlet-jsp contains
following lines:
| [...]
|
| // create ActiveWidgets Grid javascript object
| var obj = new Active.Controls.Grid;
| // set number
Okay, I fixed the above JIRA issue. But it is not nice - I essentially go back
to the LockTable to re-read the correct lock value.
I have added a comment to http://jira.jboss.com/jira/browse/JBCACHE-270, which
explains a cleaner solution (will be done probably in 1.2.5, with the new
Notification
Dear Developers,
does anyone of you have some tips that help to develop JSR 168 portlets? Is
there a Portlet Development Environment for instance as a eclipse plugin? Is
there another technique for a fast and simple way to test a portlet during
development? Whats your expirience on that? Tha
I have pretty much the same environment and the same problem. When I create a
transient instance of my pojo and send it to the client, there will be no
problem. However, if the object is persistent (e.g. loaded from the database),
then I get the same InvalidClassException. (However, since I'm us
I try to specify a custom "work" directory (directory use by tomcat for jsp
compilation).
I use this syntax in jbossweb-tomcat50.sar/conf/web.xml
...
jsp
org.apache.jasper.servlet.JspServlet
scratchdir
/tmp/work
...
but it doesn't work.
Any sug
I have a requirement to delete a large number of rows from a table. We use a
SLSB, DAO and Hibernate on JBoss 3.2.5. We get an OutOfMemoryException when we
try to delete a lot of records. The ideal would be to set Auto Commit on and
execute super.getHibernateTemplate().delete("from myTable where
I'm adding some unit tests, looks like this only occurs if you put() or get()
an Fqn that is *different* than the Fqn passed in nodeCreated().
This is clearly a bug, it doesn't affect transactions though (but I'll check).
Expect this to be fixed in 1.2.4
View the original post :
http://www.jboss
I guess this is the same problem as
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=68576.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893030#3893030
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893030
Hi,
I am using oracle as DB. There is a table which has a NULLABLE NUMBER(38)
column. I have created a Entity Bean on same with accessor methods for column.
public abstract int getMyCol();
public abstract void setMyCol(int c);
When i am calling bean.getMyCol() , its throwing NullPointerExceptio
You're faster than me :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893027#3893027
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893027
---
SF.Net email is Spo
Sorry, I forgot to tell which Versions i use:
winxp 64
jboss 4.0.2
jboss-ide 1.5 Milestone2
maybe that is helpful.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893026#3893026
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Hello,
I'm sorry that I have to annoy the people here with my problem with the
tutorial, but I work now about 3 Days on this point. I get all the time this
execption during the deployment.
| 13:27:02,343 INFO [EARDeployer] Init J2EE application:
file:/C:/jboss-4.0.2/server/default/deploy/F
Dear Scott,
As I explained in my e-mail message that I sent you,
I have already tried to run the sample you gave.
But it does not work.
According to the result I have found out my JBoss debugs,
the SecurityDomain property of the RMIServerSocketFactoryBean
could not been set correctly due to l
Hi !
Can you post the error message ? would be useful...
seems that somehing in your portlet's wrong
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893023#3893023
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893023
Secure it in your web.xml
|
| YourServletName
| /your_pattern
| POST
|
|
| CONFIDENTIAL
|
|
Create a certificate with keytool and enable the SSL in
/server/configuration/deploy/jbossweb-tomcat55.sar/server.xml
|
Issue is http://jira.jboss.com/jira/browse/JBCACHE-280
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893020#3893020
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893020
--
Looking back at one of your earlier posts you need to make sure that the file
is in the default package not in any of the sub packages.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893021#3893021
Reply to the post :
http://www.jboss.com/index.html?module=b
I have a question on eviction policy implementation.
Sometimes I need to delay eviction till, e.g., the next eviction thread wakeup.
But I found that if eviction event occures, cache.get(Fqn) within eviction
policy implementation doesn't cause nodeVisited event, thus, second eviction
request i
Okay, I looked at this some more, and you are correct: I modified the
CallbackTest.testLocalCallbackWithoutTransaction() method to show the problem -
no need for you to write a unit test.
I'll create a JIRA issue for this (for 1.2.4).
View the original post :
http://www.jboss.com/index.html?mod
Hi,
I've a SLSB that acts as a web service client. The web service my SLSB is
calling returns a list of data fetched from an SAP system. The performance is
really bad, the call to the web service takes about 20 seconds with certain in
parameters. The SOAP message returned from the web service i
"rino_salvade" wrote : anonymous wrote :
| | Note that this is only the case if no transaction is active for the
current thread.
| This is correct, but as far a I have read the config file of the original
poster, this is the case.
|
No, he clearly defined a TransactionManager. So if h
Hello world,
I've doubts on few things to use jSP/jsl in my environment
(jboss-3.2.2/tomcat41). Hope some of you can help me to make it clearer...
I think my environment was JSP 1.1 compliant. Is that true?
If that's the case, where should i found standard.jar and jstl.jar in
my jboss directory
anonymous wrote :
| Note that this is only the case if no transaction is active for the current
thread.
This is correct, but as far a I have read the config file of the original
poster, this is the case.
If we do the same stuff with a transaction manager we experienced a similar
problem (esp
I have probem with a application developed with ms sql and cmp2.0 . I have only
work with postgresql and cmp1.1 before.
The application is deployed successfull and I can insert and get rows from the
database via entitybeans. The problem is that sometimes when I execute a finder
(list all from "
New infomation:
I was NOT able to reproduce the issue in [3.2.5 (build: CVSTag=JBoss_3_2_5
date=200406251954)]
I am able to reproduce the issue in [4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1
date=200502160314)]
Downloading 4.0.2 right now - wll post the results.
View the original post :
http
"rino_salvade" wrote : We experienced a similar problem when we tried to access
the same node that was modified again within the treecache listener (I do not
know if that is the case with you).
|
This is not recommended, and you will almost always run into problems,
especially in the distrib
I have a strange behavour with EJB3/JBoss4.0.3rc2 and exceptions.
I have 2 Session beans:
| @TransactionAttribute(TransactionAttributeType.REQUIRED)
| public void m1() {
| try {
| bean.m2();
| } catch (MyException e) {
| System.out.println("Rollback :"+ctx.getRoll
Remember that a partition is represented by an MBean (ClusterPartition). So the
only way to list your partitions is to have all ClusterPartition MBeans reside
in the same *domain*, and then enumerate them according to domain, e.g.
jboss.cache:service=ClusterPartition1
jboss.cache:service=Cluster
Hi,
I need some examples to work with the 3.2.x series of the JBoss AS. In the
JBoss Application Server Documentation Library, there is a pdf titled as JBoss
AS Getting Started Guide for versions 3.2.x. On download, I get only the pdf.
Where can I get the corresponding source file? I understand
Scott
Thanks for the replies. I'm probably a bit paranoid about "close" not being
guaranteed to always happen for sessions in general, so I made an extended
TimedCachePolicy class that regularly removes expired sessions in its
TimerTask. Of course this requires synchronization with threads that
We experienced a similar problem when we tried to access the same node that was
modified again within the treecache listener (I do not know if that is the case
with you). To our opinion the problem is that the lock and unlock interceptor
use the thread as key for their lock table and not the met
Specify this way
if your lib folder is some external location you can specifiy as below
-Umesh
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3892991#3892991
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3892991
-
76 matches
Mail list logo