"saeediqbal1" wrote : what is the scope? what are you using? the rendered tag?
I'm just doing this in some plain Java code -- all within the same request
cycle.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042023#4042023
Reply to the post :
http://www.jbo
Hi.
I'm using Javassist 3.5 CR1 and I've noticed that the getMethods() of CtClass
is returning the protected methods (eg. clone and finalize).
Shouldn't the returned methods be only the public ones, like in Class ?
Thanks!
Alexandre Mendonça
View the original post :
http://www.jboss.com/inde
Fixed this issue by upgrading to version 2.0.4 of Spring.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042014#4042014
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042014
_
Dear.
Please, download the log file as below.
URL : http://www.javamodeling.com/server.log
Regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042013#4042013
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042013
_
what is the scope? what are you using? the rendered tag?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042012#4042012
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042012
__
Is there a parameter in java or in JBOSS related with use of cpu?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042011#4042011
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042011
_
You are correct that the problem is not JBoss-related. The only JVM-related
parameter that I can think of that might have anything to do with this is
-XX:-UseParallelGC to turn off the parallel garbage collector (given your
machine, it is on by default). If that doesn't work, you might have bett
I have jdk1.5.0_06 installed and I think the problem is not JBOSS but java,
some parameter I need to configure.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042004#4042004
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
I have the vague recollection that not until the kernel that was part of RHEL 4
did multi-CPU processing become viable. But maybe my recollection is bad. We
have been using RHEL 4 and higher on multiprocessor machines with no issues. I
am running Fedora 6 on a dual-CPU machine with no issues.
A
Look at the JMS console if and where the bean might have been deployed.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042002#4042002
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042002
___
I have created a JIRA issue for this:
http://jira.jboss.com/jira/browse/JBAS-4385
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042001#4042001
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042001
___
I have a server with 2 cpu XEON(3GHz) and 4GB in RAM
I have installed Fedora Core 3 and JBOSS 4.0.2
JBOSS is initialized with next options:
/java -server -Xms1024m -Xmx2560m
-Dprogram.name=run.sh -Dcom.sun.management.jmxremote
-Djava.endorsed.dirs=/opt/jboss-4.0.2/lib/endorsed -classpath
/opt
I have create a JIRA issue for this:
http://jira.jboss.com/jira/browse/JBAS-4384
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041999#4041999
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041999
Using 4.2.0CR2.
I am using TestNG from within a Stateless Session Bean. The TestNG jar for
jdk1.5 is in the ear/lib directory, and I can import the main TestNG class just
fine, so I know it is actually on the classpath. TestNG uses reflection
internally to load and instantiate some TestRunners,
Yes, it does execute createSchema(), how can I get rid of that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041994#4041994
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041994
___
Is there any chance that we're going to see an update to the IDE availability
coinciding with JavaOne? Or am I only dreaming fond dreams?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041993#4041993
Reply to the post :
http://www.jboss.com/index.html?modul
I'm having a problem with FacesMessages. I have a pageflow where on a
transition I execute a validation method that adds a message to the
FacesMessages object. The "to" for the transition is a decision node that
calls a method that is trying to determine if there are FacesMessages present
and
Hello,
I'm using Linux Ubuntu 6.06.
I've downloadet jboss-4.0.3RC1-installer.jar and unpacked it into my
/home-directory.
JBoss-Docu says after unpacking, I only have to call run.sh within the
directory /bin.
And this is my problem: There doesn't exist any bin-directory and also no
run.sh?
Ca
Or of course you could create two Seam entity managers in components.xml.
You'll need to make sure you load the alerts using the alternative entity
manager.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041984#4041984
Reply to the post :
http://www.jboss.
Hi all,
I'm new to EJB. I'm writing a toy EJB, and having problem running the client
(bean can be deployed successfully in Eclipse) When running the client, it
generates javax.naming.NameNotFoundException: HelloBean not bound.
Please help. THANKS A LOT!!!
my config:
IDE: Eclipse
JBOSS: 4.0
Currently I'm evaluating the ejb3 embedded for a standalone system that only
need ORM, messaging and transactions- the javee5 features looks really nice
(compare to 1.4)
I'm running into lots of different problems.
I don't know if their "my" problems, or in the ejb3, and there are no clear
docu
I think this will work if you use the factory to create separate EMs:
@PersistenceUnit javax.persistence.EntityManagerFactory emf;
then:
EntityManager em1 = emf.createEntityManager();
| ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041979#4041979
Rep
"petemuir" wrote : There are lots of examples of mappings in the hibernate
annotations test's - this is really a hibernate question - you should take this
to hibernate forums.
I considered that before posting this question here but if you go to the
Hibernate User forum, you'll see that they ask
There are lots of examples of mappings in the hibernate annotations test's -
this is really a hibernate question - you should take this to hibernate forums.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041974#4041974
Reply to the post :
http://www.jboss.co
I dont know why the javascript portion is not getting displayed in my post. But
its like any other scipt element with src attribute set to 'dojo/dojo.js'
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041973#4041973
Reply to the post :
http://www.jboss.com/i
Can anyone offer some insight? Please!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041972#4041972
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041972
___
jboss-user maili
Hi,
I am facing some problem in importing a javascript source file. I am using the
following tools/technologies: JBoss Portal, MyFaces, Facelets. I use something
like this in my XHTML page:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041970#4041970
Reply to the post :
http://w
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041969#4041969
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041969
___
jboss-user mailing list
jboss-user@lists.jboss.org
htt
Hello.
Recently, an application I had running on JBoss AS crashed. I attempted to
shut down the sever, but it didn't seem to take very well and now I can't
restart it. When I try, I get a JVM bind error, telling me that the port is in
use.
I used NetStat to see what was on the port, but it d
Hi,
I am facing some problem in importing a javascript source file. I am using the
following tools/technologies: JBoss Portal, MyFaces, Facelets. I use something
like this in my XHTML page:
You can get an idea that I am trying to make use of DOJO in my portal page. The
problem is that the IE
I'll clarify. My server posts live highway traffic accidents and events to
topics/queues but most messages are only updates on existing event data not the
full data each time. So I would like to know when some one logs in so I can
send them all open events on one message. I can't use durable
Use the source Luke:
http://anonsvn.jboss.org/repos/jbossas/trunk/connector/src/main/org/jboss/resource/connectionmanager/BaseConnectionManager2.java
anonymous wrote :
| // Give it somewhere to tell people things
| String categoryName =
poolingStrategy.getManagedConnectionFactory
Sorry, I was using my VPN when I copied the URL. Try this one:
http://www.jboss.com/?module=bb&op=viewtopic&t=93668
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041961#4041961
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
I don't really understand what you are asking for?
What you describe is called a Topic.
But to answer your question, write an interceptor as described on the WIKI page.
The method on JMSServerInterceptor[Support] you want are either
(sorry, didn't understand what you want :-):
Login: authentica
Scenario:
Page A contains an s:link to go to page B. Page A has a page action defined in
pages.xml. From Page A, when I click on the s:link to go to Page B, it invokes
the page action for Page A before redirecting to Page B.
I have this scenario in multiple instances within my application. In
My actual problem is in fact Out of Memory Leaks that is supposed to be fixed
with the patch suggested in
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=107032
Though, i am not getting any memory leaks after 1 1/2 day in production so far
... i cannot confirm that the problem is sol
Please search forum for similar issue. AFAIR, the problem was with the jdbc
driver. Once user changed it, he was able to run portal with MSSQL server 8.0.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041956#4041956
Reply to the post :
http://www.jboss.com/
I don't look at post that You referenced. This reference conducted in deadlock.
There I download a ActiveX comp. and me have suggested to enter a login with
the password.
After holidays(02.05) i try start server with params.
View the original post :
http://www.jboss.com/index.html?module=bb&op=
I also failed to mention that I have tried MANUAL and AUTO flush mode with no
change in behavior.
I have also tried manually creating a nested conversation in the action and
then popping it at the end. No change in behavior.
View the original post :
http://www.jboss.com/index.html?module=bb&o
im using jboss-4.0.5.GA
i have an Exception when deploy a ADF project
the Exception is :
org.apache.jasper.JasperException
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:370)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.s
Hi all,
I am evaluating the JBoss Portal and see if it can integrate with Single Sign
On product SiteMinder. Is it possible to integrate the JBoss Portal and
SiteMinder? - Wayne
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041946#4041946
Reply to the p
Is it possible to have a listener or be notified so I can run some code
whenever any user logs in or starts listening on to a particular queue/topic?
My server posts updates to live information and I'd like to send a "refresh"
message that gives them the current live data.
View the original p
Folks, there is a section in the Seam documentation with the recommended
PermGen size settings for Seam development and hot deployment. I have used
these settings in production with JBoss AS 4.2 RC2 for a while and redeployed
my application many times. Note that the original poster does not have
I am using MS SQL 8.0 (2000) with the 2.6CR1 portal
could it have something to do with this:
14:48:08,671 INFO [RepositoryImpl] Starting repository...
14:48:08,749 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: null
14:48:08,749 ERROR [JDBCExceptionReporter] Unknown parameter datatype:2004
Anyone found a resolution to this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041935#4041935
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041935
___
jboss-user mailing l
We have an application where every 5 minutes an a4j:poll queries to see if
there are any user alerts to display. If there is an alert, the user is
presented with a modal dialog. They then click an OK button on the dialog
which causes the Alert to save to the database with the acknowledgment ti
Create a component that extends org.jboss.seam.mail.MailSession called
org.jboss.seam.mail.mailSession and add your own method to @Unwrap a
javax.mail.Session.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041928#4041928
Reply to the post :
http://www.jbos
I have SEAM email working by configuring the smtp server in components.xml.
However, I have a requirement to read the configuration from a db table, and I
can't figure out how to set the mail session's configuration.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
I don't recognize the steps you took, but I suspect they are from an old
version and are no longer necessary, and may mess up correct registration.
Hopefully someone else can be more definitive about this - I'm a relative
newbie. Check the version you found this info for.
I strongly suspect t
Hi,
i have the PermGen Space problems very often. I've found a german site with a
solution:
http://blog.meimberg.info/?p=207
It means that you shoud start your JBoss with
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
| -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128m
| -Dsun.rmi.dgc.client.
For some reason this tool blanked out my redirect tag in the navigation-case.
Believe me it is there. :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041917#4041917
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041
Ok, so I got a build working today and I'm still experiencing the problem.
Maybe I'm just using seam wrong but here are some more details on what I'm
doing.
I have a list detail page. I'm storing the current page the user is on in a
conversation bean.
I begin a conversation in the list page.
2.6CR1
IE 7.0.5730.11
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041915#4041915
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041915
___
jboss-user mailing list
jboss-use
OK, well I do believe i am closer. It is now a more of question why this occurs
?
My JBoss Messaging Configuration had a seperate PostOffice, ServerPeer,
UserManager, and PersistenceManager. They were all deployed/registered in the
standard com.. object domains. All of these components app
I am looking for the help from you in opening gpd.xml with jBPM Graphic process
designer tool. Currently I am using 'elclipse 3.2' and 'jbpm-starters-kit-3.1'.
While opening the gpd.xml, I am getting following message.
OLE Error Opening (Failed to create OLE client.result=-2147220994)
Can
Thanks again for your answer.
I tried it but it it didn't work, deployment of jboss-portal failed (with a lot
of exceptions).
I just replaced the jsf-libs/ with those from jboss 4.0, did I miss something
out?
Thanks for any tips.
I post the first exception:
| 19:24:39,928 ERROR [MainDeploy
Hello ...
I suppose you are mentioning about your reply in the topic i started ... I
dont know if i patched the jboss well .. Could you please guide me from where
you got the libs ..
I downloaded Javassit 3.4 and the latest libs from Hibernate including
hibernate core, annotations ...etc and
Hello ...
Could you please give me a link to your post ... I can affirm that no hot
deployments are done in production .
Regards,
Jankee Yogesh,
Software Developer,
M-ITC LTD
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041908#4041908
Reply to the pos
Adrian, I would like to give you a user's perspective on this issue.
I do not know if there is such a thing as a typical user, or even if that has
any meaning. However, for the purposes of this argument, consider that I am it.
I managed to get the JBoss advanced developer's certificate, so I gue
Hi,
We have 50 EJB3 beans and had this issue. I guess you read my post on this
about how we fixed it ?
Running jstat on our app now levels out at about 50MB (put we need to prime the
VM with about 70MB at start up).
Are you sure you patched the jboss as per my script ?
Also can you confirm t
Have you looked at: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPChangePorts ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041905#4041905
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041905
How can I get a reference to a portletinvocer object? I have a facesContext.
Can find it in there?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041904#4041904
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041904
___
http://jira.jboss.com/jira/browse/JBSEAM-1144
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041902#4041902
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041902
___
jboss-use
Show code, stacktrace, etc.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041897#4041897
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041897
___
jboss-user mailing list
j
Unfortunately not, what you are asking for is only available for Sun Appserver,
not for JBoss. We will of course accept any community contribution that will
make this possible for JBoss too.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041896#4041896
Repl
Thanks for a quick reply. That was very helpful and that took care of my remote
debug needs.
I have a related question though. Adding a JBoss server through the server
manager lets me do so much more like start/stop servers, deploy to server etc.
However if I try to create a new JBoss server th
Yes, you can use the Run > Attach Debugger... menu to attach the debugger to a
running process. Before that, you need to start JBoss with the appropriate
debug parameters, see JBoss or JDK documentation for exact steps.
BTW, note that there are some bugs with the NB 5.5 + JBoss 4.0.5 combination
I'm trying to figure out how to use wstools.bat to generate WSDL and client
code. Unfortunately, the WS guide is a little short here.
http://labs.jboss.com/jbossws/user-guide/en/html/getting-started.html chapter 3
The guide does not document WSTools, instead it says "For details of
the w
Hmm, not sure if i made it clear the queues and topics all deploy without error
so that leads me to believe that the ServerPeer and post-office are all working
together.
Now when i deploy the application that deploys just fine in JBossMQ; with the
same destinations defined in JBoss Messaging t
You need to do that programmatically in your form action component (or whatever
you have to process the form postback), e.g. call Hibernate Validator with the
object you want to test, then pass on the return value as a FacesMessage to the
UI (you can use the Seam facesMessages component for this
cahimoped,
Ignore previous note.
My problem was an apparent incompatibility between Oxygen (XML IDE that plugs
in to Eclipse) and GPD.
When I disabled Oxygen, I got GPD back. They appear to be competing for a
registration slot in some way.
-Ed Staub
View the original post :
http://www.jboss.
the destination deployment descriptors are incompatible - see
destinations-service.xml for examples of JBoss Messaging destination deployment
descriptors.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041882#4041882
Reply to the post :
http://www.jboss.com
The application deployment descriptors are incompatible? I thought that they
were as my ejb-jar.xml and jboss.xml haven't been modified because from what i
understand i shouldn't have to?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041881#4041881
Reply t
I'm working through the jboss4guide WS chapter. The expected form for testing
applications is to use cascading Ant scripts. Yet, for me, that obscures the
actual operation. I appreciate the power of Ant, but I don't have time to learn
Ant just yet.
How would I go about calling web service clien
I have my JBoss 4.0.5 server running in a solaris box and I do all my
development in Windows using Netbeans IDE 5.5. Is it possible to debug a J2EE
application that is hosted on this remote JBoss server using Netbeans?
I appreciate any tips.
- Suresh
View the original post :
http://www.jboss.
We have it working with 4.2 but not out of the box.
There are 2 small bugs in Facelets and the JSF portlet bridge that prevents us
from working OOTB. We sent them patch but we still have to wait on their
releases.
The other option is to replace the Sun JSF implementations in 4.2 with the
myFac
Hello,
I want to end nested conversation and then reposition parent conversation
pageflow:
public void repositionPageflow() {
| //end nested
| Conversation.instance().endBeforeRedirect();
| //reposition parent
| Conversation.instance().pop();
| Pageflow.instance().
unfortunately we have to use AS 4.2 at the moment, do you think it will work in
the (near) future or will JBoss AS 5 be the next version which works with
JBoss Portal.
thank you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041872#4041872
Reply to the
Hi,
I am facing an issue where the validation is not simply on one field of a bean
but a combination of multiple fields, for example, field a can be set to true
only if field b is true. We use Hibernate validation annotation on the bean for
the normal one field validation such as @NotNull, @Le
Seam doesn't process @EJB, this is the job of the EJB3 implementation. As long
as your bean is configured as an EJB3 bean it should work - but I've never used
Glassfish, perhaps ask on the Glassfish forum?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041869
"petemuir" wrote : Use the standard @EJB
I actually started by using the @EJB annotation, but it didn't work. What Seam
code processes the annotation to inject the lookup value?
@EJB(name = "ejb/AddressService")
| private AddressService addressService;
I have tried just about every combinati
cahimoped,
I'm running into similar problems.
You said you installed Eclipse 3.3.
The current release is 3.2.2.
What did you mean by "3.3"?
Thanks,
-Ed Staub
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041866#4041866
Reply to the post :
http://www.jboss.
Hi
To the question of which version i'm using. Answer is 2.2 GA that i downloaded
a couple weeks back.
Again when I change the client to make two calls it gives me this after first
call succeeds:
Exception in thread "main" junit.framework.AssertionFailedError: null
at junit.framework.As
Madhu-
Once I jave found out how/why the change was made I will get back to you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041864#4041864
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041864
_
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=104843
The docs at
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#Top-Down_.28Using_wsconsume.29
contain 80% of the solution but miss the last 20% you need to know to get it
working.
View the original post :
http://www
JBossMQ and JBoss Messaging queue deployment descriptors are in-compatible.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041861#4041861
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041861
___
I assume that JON is JBoss ON, which you get only by having a support contract.
Why don't you use your support contact to ask this question? You are sure to
get an answer back in a timely fashion.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041858#4041858
The solution is to create a port-component-ref for EVERY port in the web
service, not necessarily just the one you want to use. I did this in both
jboss-client.xml and application-client.xml; I'm not sure if it needs to be in
both places.
View the original post :
http://www.jboss.com/index.ht
It's an Alfresco portlet for any JSR-168 portal so you should ask on their
forum if you can't find it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041855#4041855
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041855
I am trying to get how to have that set thru either the process definition
editor in eclipse, or directly from the process xml definition file. I cant
see any kind of documentation where we can control this feature of how the
variables are saved from teh web console.
View the original post :
Did you look at the post that I referenced? Did that help? What response did
you get from telnet?
Another thought, on Linux try adding the -Djava.net.preferIPv4Stack=true JVM
option to the app server command line.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
Thanks it worked
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041851#4041851
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041851
___
jboss-user mailing list
jboss-user@lis
"HLQ" wrote : Everytime I startup Tomcat, it will automatically re-create the
database, and the database becomes empty. anybody knows how to avoid this?
Sounds like you're executing the createSchema() call every time you start up?
View the original post :
http://www.jboss.com/index.html?module=b
Hello there,
I have a combo box:
|
|
|
|
|
No exception but it messages: "Error selecting object". What can possibly be
wrong? How could I debug?
Best regards,
Levent
View the original post :
http://www.jbo
Please provide me the link, from where can i download Alfresco-JSR 168 portlet,
for my jboss portal
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041846#4041846
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041846
__
I don't have a sample I can post. But I'll help you through it if I can.
There might even be a better way. Here's what I did/know:
1) I used the classes dajevtic posted at the start of this thread.
- The ActionListener needs to be a subclass of the one provided by MyFaces or
the Sun RI. I
I tried applying your fix Tim, but the conenctor is still startign on the port
specified in remoting-service.xml (at 4457 port instead of my defined one in
bindings file)
Also, the & after ever poperty=value in the above string must be read as &
(else will get a SAX exception)
View the origina
What I said earlier wasn't entirely correct: You can get a handle on an EJB as
usual, and Seam interception when you call a method _will happen_. However, if
the Seam contexts are not present on the virtual machine in which this EJB runs
(which would need a JSF request so that the phase listener
In JBoss 5.0, maybe. The @EJB would be a Java EE 5.0 (Servlet 2.5, Tomcat 6)
shortcut for a remoate EJB JNDI lookup.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041841#4041841
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
I am sure this is probably an error on my part; however I am having a difficult
time narrowing down where the error actually is. I am using the JBossMQ
deployment descriptors for my application. I have created a scoped post-office
and all required queues and i can see and assert that the JNDI na
1 - 100 of 170 matches
Mail list logo