[JBoss-user] [Nukes User] - Re: Mail-Module Problem

2004-10-04 Thread innovate
Thanks very much,

I have now switched to GATEWAY_MODE instead of DNS_MODE.

Regards,

Cyrill

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Mail-Module Problem

2004-09-30 Thread innovate
Hi,

I have a problem with the mail module. I have set the Gateway in the JMX-Console to 
our SMTP-Proxy which delivers and receives all our emails. In the log I can see, that 
the mail module connects to the outside smtp's instead of using the gateway. Is that 
correct or have I misunderstand the word Gatway?

2004-09-30 07:36:39,546 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG: 
setDebug: JavaMail version 1.3
  | 2004-09-30 07:36:39,547 INFO  [org.jboss.nukes.core.modules.mail.MailModule] 
DEBUG: getProvider() returning javax.mail.Provid
  | er[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
  | 2004-09-30 07:36:39,547 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP: useEhlo true, useAuth false
  | 2004-09-30 07:36:39,547 INFO  [org.jboss.nukes.core.modules.mail.MailModule]
  | DEBUG: SMTPTransport trying to connect to host "mxzhh.bluewin.ch.", port 25
  | 2004-09-30 07:36:39,566 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP RCVD: 220 mx4.bluewin.ch ESMTP Servic
  | e (Bluewin AG 7.0.030.2) ready
  | 2004-09-30 07:36:39,566 INFO  [org.jboss.nukes.core.modules.mail.MailModule] 
DEBUG: SMTPTransport connected to host "mxzhh.bl
  | uewin.ch.", port: 25
  | 2004-09-30 07:36:39,566 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP SENT: EHLO linux-serv1.innovate-it.ch
  | 2004-09-30 07:36:39,571 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP RCVD: 250-mx4.bluewin.ch
  | 250-8BITMIME
  | 250-PIPELINING
  | 250-HELP
  | 250-AUTH DIGEST-MD5
  | 250 SIZE 26214400
  | 2004-09-30 07:36:39,571 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP Found extension "8BITMIME", arg ""
  | 2004-09-30 07:36:39,572 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP Found extension "PIPELINING", arg ""
  | 2004-09-30 07:36:39,572 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP Found extension "HELP", arg ""
  | 2004-09-30 07:36:39,572 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP Found extension "AUTH", arg "DIGEST-M
  | D5"
  | 2004-09-30 07:36:39,572 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP Found extension "SIZE", arg "26214400
  | "
  | 2004-09-30 07:36:39,573 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP: use8bit false
  | 2004-09-30 07:36:39,573 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP SENT: MAIL FROM:<[EMAIL PROTECTED]>
  | 2004-09-30 07:36:49,583 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP RCVD:
  | 2004-09-30 07:36:49,584 INFO  [org.jboss.nukes.core.modules.mail.MailModule] DEBUG 
SMTP SENT: QUIT
  | 2004-09-30 07:36:49,584 ERROR [org.jboss.nukes.component.Component.mail] Problem 
while delivering serialId=132
  | javax.mail.MessagingException:
  | at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:923)
  | at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:643)
  | at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:322)
  | at 
org.jboss.nukes.core.modules.mail.MailModule.deliver(MailModule.java:517)
  | at 
org.jboss.nukes.core.modules.mail.MailModule.deliver(MailModule.java:464)
  | at 
org.jboss.nukes.core.modules.mail.MailModule$MyMessage.run(MailModule.java:591)
  | at 
EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:88)
  | at java.lang.Thread.run(Thread.java:534)


I assume, that the missing dns reverse lookup of the host linux-serv1.innovate-it.ch 
causes the problem with delivery the mail. Is there a way to tell JavaMail to use 
another hostname instead of linux-serv1?

Regards,

Cyrill

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Security and Permission setting

2004-08-20 Thread innovate
Hi,

Solved the problem. Following an excerpt from my custom advertisement block which 
should be displayed only for a particular url pattern:
public boolean getDisplayed(Page page) {
  | String advertisementUrl = page.getRequest().getServletPath();
  | Level level = secGetLevel(advertisementUrl + "::");
  | 
  | return level.getName().equals("READ") ? true:false;
  | }

For this, I had to modify Page.java so I get the request with the url pattern 
(servletPath).

Following the security entry of an advertisement block (jmx-console):

  |
  | 

Regards,

Cyrill

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Right side content not displayed

2004-08-11 Thread innovate
Hi,

Can someone confirm the following behaviour?

I choose the theme seabreeze (Code), content on the right side gets not rendered - no 
output. But If you choose the other themes (all based on a html template), the right 
side content gets rendered.

My nukes distro is based on head about 6 days ago.

Regards,

Cyrill

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Integrating web application

2004-07-30 Thread innovate
Hi,

I like to integrate a web application into Nukes. The web application is built using 
the spring framework. There is a dispatcher servlet running which controls the 
application flow. What is the best or which solution is possible?

1) Modify web.xml, so URL's with a pattern /billing are redirected to a particular web 
application.

2) Write a module which processes the request and uses process(...) to include the 
Servlet response into the module.

The web application should be thightly integrated into Nukes, a particular user should 
not see that another web application is running.

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Contextual menus

2004-07-20 Thread innovate
What is the syntax?

Tried the same syntax as the menu block, but did not work. The String anonymous wrote 
: No Menu dissapears, but no new menu entry appears.


Regards,

Cyrill

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

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Looking for german localization reviser

2004-07-15 Thread innovate
Hello,

I am looking for someone to revise the german localization of nukes.

cr at innovate-it dot ch


Regards,

Cyrill

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

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-06-03 Thread innovate
Umlauts also gets rendered in ISO8859-1.
I have worked for the last 5 years with Apple's WebObjects. You defined the encoding 
while rendering the html and versa, second you defined the encoding to the data back 
end (DB). That was it. No problems. I am new to J2EE. I am good in Servlet programming 
and have some experience with JSP - no problem there with umlauts!. But the real J2EE 
thing like EJB's and all other technologies are new to me. So I am a little bit lost 
where to search for the critical code snippets. Should I search in the EJB code, in 
some code of JBoss or only in the Nukes code base?

But in my opinion, if text renders in a text field differently than the same text in 
the preview, that's strange. I assume, there is no db interaction for the preview. So 
text is only sent to the module and the module send back the text to the text field 
and the preview section - but with different encodings!

If I get some hints where to start, it would be helpful.

Regards,

Cyrill

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-06-03 Thread innovate
I just have done some research. I am using MySQL and J/Connect 3 which does 
automatically switch (from plain ascii) the encoding depending on the chars. If I look 
up the chars in the Database through webmin (WebAccess), I see the German umlauts. So 
they get stored just right in the database. But while traversing back to the browser, 
there is a problem. Where to search for the problem?

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-03 Thread innovate
Hello,

Have some troubles with the forum :-)

Just do a fresh checkout of nukes and you will get rid of this error. In my case, that 
helped.

I am running postreSQL 7.4.x, and I get errors because of a syntax error in auto 
increment of rows.


Regards,

Cyrill

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-03 Thread innovate
"joehobson" wrote : 
  | 
  | Any help on this one? Or is there just a new .jar file I need to find and get into 
my classpath?
  | 
  | thanks... .joe
  | 

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-06-03 Thread innovate
"ferdez" wrote : Checking portuguese chars: 
ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ
  | 
  | These seem to work well

Just enter some chars into the text field, press preview, you will discover the 
following:

- The content in the preview and the text area are not the same. In the preview, you 
see the chars you just entered, but in the text area, the chars are not any longer the 
same. When you now press preview again, also the preview will show you other 
characters.

Regards,

Cyrill

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - German (other UNICODE chars) umlauts

2004-04-23 Thread innovate
Just like to test if it is a problem with my setup or others have the same problem:

Ã
Ã
Ã

with german umlauts! Yes they have - if I press preview I see the umlauts, but in the 
edit window they just dissapear. In the FAQ Module, there is no support for german 
umlauts.

Is the problem in the database backend or does JBoss/Nukes handle german umlauts not 
correctly (that is bad).

Regards,

Cyrill

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

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


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg297
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - mp3player resources

2004-04-06 Thread innovate
Hi,

I tried to play with the mp3player. First, the images are not shown for the links. In 
addition, if I click on a mp3, the resource is not found.

What confuses me:

The images are stored in the *.jar - like in all other modules. The path is right e.g. 
the same pattern as in the other modules:

modules/mp3player/images/root.png

Why are the images not shown in this particular module??

I have not looked at the source how mp3 sources are handled. What is the mechanisme 
for that?


Regards,

Cyrill

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user